diff --git a/apache.conf.txt b/apache.conf.txt new file mode 100644 index 0000000..83d2cc6 --- /dev/null +++ b/apache.conf.txt @@ -0,0 +1,4 @@ +# for apache2.conf or .htaccess; intended to block via user agent string +RewriteEngine On +RewriteCond %{HTTP_USER_AGENT} (AdsBot-Google|Amazonbot|anthropic-ai|Applebot|AwarioRssBot|AwarioSmartBot|Bytespider|CCBot|ChatGPT-User|ClaudeBot|Claude-Web|cohere-ai|DataForSeoBot|FacebookBot|FriendlyCrawler|Google-Extended|GoogleOther|GPTBot|ImagesiftBot|magpie-crawler|Meltwater|omgili|omgilibot|peer39_crawler|peer39_crawler/1.0|PerplexityBot|PiplBot|Seekr|YouBot) [NC] +RewriteRule .* - [F,L] diff --git a/nginx.conf.txt b/nginx.conf.txt new file mode 100644 index 0000000..289b937 --- /dev/null +++ b/nginx.conf.txt @@ -0,0 +1,4 @@ +# for nginx.conf; intended to block via user agent string +if ($http_user_agent ~* (AdsBot-Google|Amazonbot|anthropic-ai|Applebot|AwarioRssBot|AwarioSmartBot|Bytespider|CCBot|ChatGPT-User|ClaudeBot|Claude-Web|cohere-ai|DataForSeoBot|FacebookBot|FriendlyCrawler|Google-Extended|GoogleOther|GPTBot|ImagesiftBot|magpie-crawler|Meltwater|omgili|omgilibot|peer39_crawler|peer39_crawler/1.0|PerplexityBot|PiplBot|Seekr|YouBot)) { + return 403; +} diff --git a/robots.txt b/robots.txt index c3d0a13..e8574d2 100644 --- a/robots.txt +++ b/robots.txt @@ -12,6 +12,7 @@ User-agent: Claude-Web User-agent: cohere-ai User-agent: DataForSeoBot User-agent: FacebookBot +User-agent: FriendlyCrawler User-agent: Google-Extended User-agent: GoogleOther User-agent: GPTBot