diff options
author | Jochen Topf <jochen@topf.org> | 2014-09-29 16:43:40 +0200 |
---|---|---|
committer | Jochen Topf <jochen@topf.org> | 2014-09-29 16:43:40 +0200 |
commit | ea89e135fb09a7698f2687ae3352c304ee15dd77 (patch) | |
tree | 01aee6c50739c12df104f8495d5eec64b92a5100 /web/public | |
parent | b9e7209f12e755881e9d9f951ba3f715fd4dab14 (diff) | |
download | taginfo-ea89e135fb09a7698f2687ae3352c304ee15dd77.tar taginfo-ea89e135fb09a7698f2687ae3352c304ee15dd77.tar.gz |
Disallow /projects and /relations in robots.txt.
Diffstat (limited to 'web/public')
-rw-r--r-- | web/public/robots.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/public/robots.txt b/web/public/robots.txt index 8eeea4a..4bf7159 100644 --- a/web/public/robots.txt +++ b/web/public/robots.txt @@ -7,6 +7,8 @@ Disallow: /embed Disallow: /img Disallow: /js Disallow: /keys +Disallow: /projects +Disallow: /relations Disallow: /search/suggest Disallow: /tags Disallow: /taginfo/i18n |