summaryrefslogtreecommitdiffstats
path: root/template/en/default/robots.txt.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/robots.txt.tmpl')
-rw-r--r--template/en/default/robots.txt.tmpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/template/en/default/robots.txt.tmpl b/template/en/default/robots.txt.tmpl
index 762b000ec..d8c1b5b86 100644
--- a/template/en/default/robots.txt.tmpl
+++ b/template/en/default/robots.txt.tmpl
@@ -1,6 +1,8 @@
User-agent: *
Disallow: /
+[% IF NOT urlbase.matches("bugzilla-dev") %]
+
Allow: /$
Allow: /index.cgi
@@ -17,3 +19,5 @@ Allow: /describecomponents.cgi
Allow: /describekeywords.cgi
[% Hook.process("end") %]
+
+[% END %]