mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 09:57:29 -07:00
withdrawal robots patch
This commit is contained in:
parent
bebe68dab1
commit
e93373d72c
1 changed files with 35 additions and 2 deletions
|
@ -1,4 +1,37 @@
|
||||||
user-agent: *
|
user-agent: *
|
||||||
allow: /
|
disallow: /
|
||||||
|
|
||||||
# todo: sitemap
|
# explicit disallows because some bots are assholes that need that
|
||||||
|
|
||||||
|
User-Agent: Googlebot
|
||||||
|
Disallow: /
|
||||||
|
|
||||||
|
User-Agent: Storebot-Google
|
||||||
|
Disallow: /
|
||||||
|
|
||||||
|
User-Agent: GoogleOther
|
||||||
|
Disallow: /
|
||||||
|
|
||||||
|
User-Agent: Google-Extended
|
||||||
|
Disallow: /
|
||||||
|
|
||||||
|
User-agent: CCBot
|
||||||
|
Disallow: /
|
||||||
|
|
||||||
|
User-agent: ChatGPT-User
|
||||||
|
Disallow: /
|
||||||
|
|
||||||
|
User-agent: GPTBot
|
||||||
|
Disallow: /
|
||||||
|
|
||||||
|
User-agent: Google-Extended
|
||||||
|
Disallow: /
|
||||||
|
|
||||||
|
User-agent: Omgilibot
|
||||||
|
Disallow: /
|
||||||
|
|
||||||
|
User-Agent: FacebookBot
|
||||||
|
Disallow: /
|
||||||
|
|
||||||
|
User-agent: Amazonbot
|
||||||
|
Disallow: /
|
||||||
|
|
Loading…
Reference in a new issue