| Index: appengine/monorail/static/robots.txt
|
| diff --git a/appengine/monorail/static/robots.txt b/appengine/monorail/static/robots.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..3682c86179c35ae066188cb9fada52c67ba80a3c
|
| --- /dev/null
|
| +++ b/appengine/monorail/static/robots.txt
|
| @@ -0,0 +1,13 @@
|
| +User-agent: *
|
| +# Start by disallowing everything.
|
| +Disallow: /
|
| +# Some specific things are okay, though.
|
| +Allow: /$
|
| +Allow: /hosting
|
| +Allow: /p/*/adminIntro
|
| +# Query strings are hard. We only allow ?id=N, no other parameters.
|
| +Allow: /p/*/issues/detail?id=*
|
| +Disallow: /p/*/issues/detail?id=*&*
|
| +Disallow: /p/*/issues/detail?*&id=*
|
| +# 10 second crawl delay for bots that honor it.
|
| +Crawl-delay: 10
|
|
|