blob: c7ede5b7c0eae787c13c4384eaee5c808aaf56f2 [file] [log] [blame]
Copybara854996b2021-09-07 19:36:02 +00001User-agent: *
2# Start by disallowing everything.
3Disallow: /
4# Some specific things are okay, though.
5Allow: /$
6Allow: /hosting
7Allow: /p/*/adminIntro
8# Allow files needed to render the new UI
9Allow: /prpc/*
10Allow: /static/*
11# Query strings are hard. We only allow ?id=N, no other parameters.
12Allow: /p/*/issues/detail?id=*
13Allow: /p/*/issues/detail_ezt?id=*
14Disallow: /p/*/issues/detail?id=*&*
15Disallow: /p/*/issues/detail?*&id=*
16# 10 second crawl delay for bots that honor it.
17Crawl-delay: 10