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