diff options
Diffstat (limited to 'robots.txt')
-rw-r--r-- | robots.txt | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/robots.txt b/robots.txt index 841ebc77e..cbe28a2cd 100644 --- a/robots.txt +++ b/robots.txt @@ -1,16 +1,17 @@ User-agent: Browsershots -Disallow: +Disallow: / User-agent: * Disallow: / -Allow: /*index.cgi -Allow: /*page.cgi -Allow: /*show_bug.cgi -Allow: /*describecomponents.cgi -Allow: /*describekeywords.cgi -Allow: /*data/SiteMapIndex/sitemap*.xml.gz -Disallow: /*show_bug.cgi*ctype=* -Disallow: /*show_bug.cgi*format=multiple* -Disallow: /*page.cgi*id=voting* -Disallow: /*page.cgi*id=productdashboard* +Allow: /$ +Allow: /index.cgi +Allow: /page.cgi +Allow: /show_bug.cgi +Allow: /describecomponents.cgi +Allow: /describekeywords.cgi +Allow: /data/SiteMapIndex/sitemap*.xml.gz +Disallow: /show_bug.cgi*ctype=* +Disallow: /show_bug.cgi*format=multiple* +Disallow: /page.cgi*id=voting* +Disallow: /page.cgi*id=productdashboard* Sitemap: http://bugzilla.mozilla.org/page.cgi?id=sitemap/sitemap.xml |