mirror of
https://github.com/ai-robots-txt/ai.robots.txt.git
synced 2025-04-05 19:37:45 +00:00
4 lines
534 B
ApacheConf
4 lines
534 B
ApacheConf
# for apache2.conf or .htaccess; intended to block via user agent string
|
|
RewriteEngine On
|
|
RewriteCond %{HTTP_USER_AGENT} (AdsBot-Google|Amazonbot|anthropic-ai|Applebot|Applebot-Extended|AwarioRssBot|AwarioSmartBot|Bytespider|CCBot|ChatGPT-User|ClaudeBot|Claude-Web|cohere-ai|DataForSeoBot|Diffbot|FacebookBot|FriendlyCrawler|Google-Extended|GoogleOther|GPTBot|img2dataset|ImagesiftBot|magpie-crawler|Meltwater|omgili|omgilibot|peer39_crawler|peer39_crawler/1.0|PerplexityBot|PiplBot|scoop.it|Seekr|YouBot) [NC]
|
|
RewriteRule .* - [F,L]
|