diff options
author | ThibG <thib@sitedethib.com> | 2019-05-02 00:10:19 +0200 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2019-05-02 00:10:19 +0200 |
commit | c4f24333002a6b1cec06f53c2910700648654487 (patch) | |
tree | 5b83519d5906b8ee741acb62ff0b21aa5eb4ab6a /public | |
parent | 0db269f3dc1108630b987a45a68d7b8ec04a6ba6 (diff) |
Disallow robots from indexing /interact/ (#10666)
This does not provide any new information and may just triple the number of crawled pages
Diffstat (limited to 'public')
-rw-r--r-- | public/robots.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/robots.txt b/public/robots.txt index d93648bee..771bf2160 100644 --- a/public/robots.txt +++ b/public/robots.txt @@ -2,3 +2,4 @@ User-agent: * Disallow: /media_proxy/ +Disallow: /interact/ |