diff options
author | Mary Umoh <umohm12@gmail.com> | 2017-08-08 23:12:08 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2017-08-08 23:12:08 +0200 |
commit | 63dd3061a164345095847e502bb5395bb5570c3a (patch) | |
tree | 3022c22ceb767f6e360d62124d558c2accf86a44 /template/en/default | |
parent | c4db6d0065992417859f6b8db11e0fcad12051d5 (diff) | |
download | bugzilla-63dd3061a164345095847e502bb5395bb5570c3a.tar.gz bugzilla-63dd3061a164345095847e502bb5395bb5570c3a.tar.xz |
Bug 1386336 - Generate robots.txt at checksetup.pl from a template
Diffstat (limited to 'template/en/default')
-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") %] |