-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #60 from bobmatyas/updates/100424
Updates/100424
- Loading branch information
Showing
4 changed files
with
129 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,41 @@ | ||
# Block AI Crawlers | ||
|
||
A WordPress plugin for blocking AI crawlers. It uses `robots.txt` and an experimental Meta Tag to tell AI crawlers not to use your site as part of their training data. | ||
This WordPress plugin helps prevent AI crawlers from using your content as training data for their products. By updating your site's `robots.txt`, it blocks common AI crawlers and scrapers, aiming to protect your content from being used in the training of Large Language Models (LLMs). | ||
|
||
## Installing | ||
## Features | ||
|
||
You can install the plugin via the WordPress.org plugin directory: | ||
### Blocks AI Crawlers | ||
|
||
- https://wordpress.org/plugins/block-ai-crawlers | ||
Includes: | ||
|
||
- **OpenAI** - Blocks crawlers used for ChatGPT | ||
- **Google** - Blocks crawlers used by Google's Gemini AI products | ||
- **Facebook / Meta** - Used for Facebook's AI training | ||
- **Anthropic AI** - Blocks crawlers used by Anthropic | ||
- **Perplexity** - Block crawlers used by Perplexity | ||
- **Applebot** - Blocks crawlers used by Apple | ||
- ... and more! | ||
|
||
### Experimental Meta Tags | ||
|
||
The plugin adds the "noai, noimageai" directive to your site's meta tags, instructing AI bots not to use your content in their datasets. Please note that these tags are experimental and have not been standardized. | ||
|
||
## Installation | ||
|
||
1. Download the plugin zip file. | ||
2. Go to your WordPress admin panel. | ||
3. Navigate to Plugins > Add New > Upload Plugin. | ||
4. Choose the zip file and click "Install Now." | ||
5. Activate the plugin. | ||
|
||
## Usage | ||
|
||
After activation, the plugin will automatically update your `robots.txt` and add the necessary meta tags. No further configuration is required, but you can check the settings page for a full list of blocked crawlers. | ||
|
||
## Limitations | ||
|
||
While this plugin aims to block specified crawlers, it cannot guarantee complete protection against all forms of scraping, as some bots may disregard `robots.txt` directives. | ||
|
||
## Support | ||
|
||
For questions or support, [please post on the forums](https://wordpress.org/support/plugin/block-ai-crawlers/) or [on GitHub](https://github.com/bobmatyas/wp-block-ai-crawlers/issues). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters