From 63dd3061a164345095847e502bb5395bb5570c3a Mon Sep 17 00:00:00 2001 From: Mary Umoh Date: Tue, 8 Aug 2017 17:12:08 -0400 Subject: Bug 1386336 - Generate robots.txt at checksetup.pl from a template --- template/en/default/robots.txt.tmpl | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 template/en/default/robots.txt.tmpl (limited to 'template') diff --git a/template/en/default/robots.txt.tmpl b/template/en/default/robots.txt.tmpl new file mode 100644 index 000000000..762b000ec --- /dev/null +++ b/template/en/default/robots.txt.tmpl @@ -0,0 +1,19 @@ +User-agent: * +Disallow: / + +Allow: /$ +Allow: /index.cgi + +Allow: /page.cgi +Disallow: /page.cgi*id=voting* +Disallow: /page.cgi*id=productdashboard* +Disallow: /page.cgi*id=user_activity* + +Allow: /show_bug.cgi +Disallow: /show_bug.cgi*ctype=* +Disallow: /show_bug.cgi*format=multiple* + +Allow: /describecomponents.cgi +Allow: /describekeywords.cgi + +[% Hook.process("end") %] -- cgit v1.2.3-24-g4f1b