diff options
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/robots.txt.tmpl | 19 |
1 files changed, 19 insertions, 0 deletions
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") %] |