From 6a3ad1accbdef249ac5356e98064b0984d2df8a9 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Mon, 17 Jun 2013 23:33:35 +0800 Subject: Bug 883013: googlebot is indexing more pages than it should --- robots.txt | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) (limited to 'robots.txt') 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 -- cgit v1.2.3-24-g4f1b