mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-23 19:36:56 -08:00
block various bots using robots.txt
This commit is contained in:
parent
2729539d8c
commit
f777f97006
1 changed files with 15 additions and 0 deletions
|
@ -12,3 +12,18 @@ User-Agent: *
|
|||
Disallow: /d/
|
||||
Disallow: /static/media/users/
|
||||
Disallow: /post/*/options
|
||||
|
||||
User-agent: GPTBot
|
||||
Disallow: /
|
||||
|
||||
User-agent: AhrefsBot
|
||||
Disallow: /
|
||||
|
||||
User-agent: SemrushBot
|
||||
Disallow: /
|
||||
|
||||
User-agent: DotBot
|
||||
Disallow: /
|
||||
|
||||
User-agent: SeznamBot
|
||||
Disallow: /
|
||||
|
|
Loading…
Reference in a new issue