Block Ai Scrapers
Block all known AI Data Scrapers.
by Austin Passy · github.com/thefrosty/wp-block-ai-scrapers · website
★ 1stars
5release downloads
3composer installs
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/thefrosty/wp-block-ai-scrapers/releases/download/v1.0.2.1/wp-block-ai-scrapers.zipAlso on Packagist as thefrosty/wp-block-ai-scrapers:
composer require thefrosty/wp-block-ai-scrapersDeclares an update source (https://github.com/thefrosty/wp-block-ai-scrapers), so updates arrive through the plugin's own updater.
From the readme
WordPress Block AI Scrapers
A simple way to block AI Scraper bots in your WordPress' .htaccess, nginx, or
robots.txt file
Package Installation (via Composer)
To install this package, edit your composer.json file:
Then run:
$ composer install thefrosty/wp-block-ai-scrapers
Or, run:
$ composer require thefrosty/wp-block-ai-scrapers:^1.0
Inspired by https://github.com/jackmcconnell/no-ai-scrapers
Read the full README on GitHub →