mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-26 03:11:36 +01:00
Disallow robots from indexing /interact/ (#10666)
This does not provide any new information and may just triple the number of crawled pages
This commit is contained in:
parent
0db269f3dc
commit
c4f2433300
1 changed files with 1 additions and 0 deletions
|
@ -2,3 +2,4 @@
|
||||||
|
|
||||||
User-agent: *
|
User-agent: *
|
||||||
Disallow: /media_proxy/
|
Disallow: /media_proxy/
|
||||||
|
Disallow: /interact/
|
||||||
|
|
Loading…
Reference in a new issue