mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-04 09:39:25 +01:00
Block AI crawlers
Signed-off-by: Ari Archer <ari@ari.lt>
This commit is contained in:
parent
409ab1a342
commit
6dbeff12b3
1 changed files with 19 additions and 4 deletions
23
robots.txt
23
robots.txt
|
@ -1,5 +1,20 @@
|
|||
User-agent: *
|
||||
Disallow: /content/*
|
||||
Allow: *
|
||||
Sitemap: https://ari.lt/sitemap.xml
|
||||
# Block AI
|
||||
User-agent: ChatGPT-User
|
||||
User-agent: CCBot
|
||||
User-agent: ClaudeBot
|
||||
User-agent: Claude-Web
|
||||
User-agent: cohere-ai
|
||||
User-agent: anthropic-ai
|
||||
User-agent: Amazonbot
|
||||
User-agent: Diffbot
|
||||
User-agent: Google-Extended
|
||||
User-agent: GPTBot
|
||||
User-agent: magpie-crawler
|
||||
User-agent: PerplexityBot
|
||||
Disallow: /
|
||||
|
||||
# Allow everything else :)
|
||||
User-agent: *
|
||||
Allow: /
|
||||
|
||||
Sitemap: https://ari.lt/sitemap.xml
|
||||
|
|
Loading…
Add table
Reference in a new issue