diff options
| author | Kornel <kornel@geekhood.net> | 2019-04-13 00:38:46 +0100 |
|---|---|---|
| committer | Kornel <kornel@geekhood.net> | 2019-04-13 00:38:46 +0100 |
| commit | 0a9b214b503265e42e86ca7846577664efb1819e (patch) | |
| tree | ff21939f4469877f0b396908529a43417a405d5a | |
| parent | df25d79a33b0c82b716699a75a41bfdc6089850a (diff) | |
| download | rust-0a9b214b503265e42e86ca7846577664efb1819e.tar.gz rust-0a9b214b503265e42e86ca7846577664efb1819e.zip | |
Exclude some copies of old book editions from search engines
| -rw-r--r-- | src/doc/robots.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/doc/robots.txt b/src/doc/robots.txt index a54ec508c1b..61ee12739fb 100644 --- a/src/doc/robots.txt +++ b/src/doc/robots.txt @@ -17,3 +17,11 @@ Disallow: /1.0.0-beta.2/ Disallow: /1.0.0-beta.3/ Disallow: /1.0.0-beta.4/ Disallow: /1.0.0-beta.5/ +Disallow: /book/first-edition/ +Disallow: /book/second-edition/ +Disallow: /stable/book/first-edition/ +Disallow: /stable/book/second-edition/ +Disallow: /beta/book/first-edition/ +Disallow: /beta/book/second-edition/ +Disallow: /nightly/book/first-edition/ +Disallow: /nightly/book/second-edition/ |
