Skip to content

Commit

Permalink
Add more bad bots to the blocker
Browse files Browse the repository at this point in the history
  • Loading branch information
fisharebest committed Nov 11, 2023
1 parent abdb5c7 commit 1dc9522
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/Http/Middleware/BadBotBlocker.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ class BadBotBlocker implements MiddlewareInterface
'Adsbot',
'AhrefsBot',
'Amazonbot', // Until it understands crawl-delay and noindex / nofollow
'AntBot', // Aggressive crawler
'AspiegelBot',
'Awario', // Brand management
'Barkrowler',
Expand All @@ -76,6 +77,7 @@ class BadBotBlocker implements MiddlewareInterface
'DataForSeoBot', // https://dataforseo.com/dataforseo-bot
'DotBot',
'FacebookBot', // Collects training data for Facebook's LLM translator.
'fidget-spinner-bot', // Agressive crawler
'Google-Extended', // Collects training data for Google Bard
'GPTBot', // Collects training data for ChatGPT
'Grapeshot',
Expand All @@ -95,6 +97,7 @@ class BadBotBlocker implements MiddlewareInterface
'serpstatbot',
'SEOkicks',
'SiteKiosk',
'test-bot', // Agressive crawler
'TinyTestBot',
'Turnitin',
'wp_is_mobile', // Nothing to do with wordpress
Expand Down

0 comments on commit 1dc9522

Please sign in to comment.