| 开发者 |
daanverbaan
uisce |
|---|---|
| 更新时间 | 2026年5月23日 21:41 |
| 捐献地址: | 去捐款 |
| PHP版本: | 8.0 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
robots.txt file for the most common AI scraping bots and including meta tags to control how your content is used.
Version 5.0 introduces a full settings page with granular per-bot control, categorised bot management, AJAX-powered toggles, and support for custom user agents.
Features
User-agent and Disallow rules to your robots.txt file to block a comprehensive list of AI scraping bots.Disallow: / directive.<head> to provide additional instructions to AI bots.noai, nosummary, DisallowAITraining) and image meta tags (noimageai).robots.txt detection notice: warns you if a file in your root directory overrides WordPress's virtual robots.txt.aisp_user_agents filter for developers.get_option/update_option. Network-wide configuration is not supported.ai-scrape-protect folder to the /wp-content/plugins/ directory.The plugin adds specific User-agent entries to your robots.txt file to instruct common AI scraping bots not to crawl your site. It also adds meta tags in the HTML <head> to signal AI bots that your content should not be used for training or summarisation.
No. robots.txt and meta tag directives are voluntary signals. Most reputable AI companies respect them, but malicious or poorly behaved scrapers may not. This plugin is a measure to discourage scraping, not a technical enforcement mechanism.
No. When a physical robots.txt file exists, WordPress's virtual robots.txt is bypassed entirely, and this plugin's modifications will not be applied. The plugin will display a warning on its settings page when a physical file is detected. Remove or rename the physical file to allow the plugin to function.
Yes. Go to Settings > AI Scrape Protect and open the Custom Bots tab. Enter the exact user agent token as it appears in your server logs.
AI Training bots collect your content to train language models. AI Search & Answers bots retrieve content to generate answers for users of AI search tools like ChatGPT Search or Perplexity. Blocking AI Search bots may prevent your site from appearing in AI-generated answers. Blocking AI Training bots does not affect your visibility in regular search engines.
Search engine bots such as Googlebot and Bingbot are allowed by default. Disabling one will add it to the blocked list and remove it from the explicit allow block in robots.txt. Only do this if you intentionally want to remove your site from that search engine.
Yes. Use the individual toggles on the settings page to control each bot separately.
Developers can use this filter to add or modify bots programmatically from a theme or another plugin, without editing the plugin files directly.
Settings are stored per site using standard WordPress options. Network-wide configuration is not supported.
Your settings are preserved in the database. Reactivating the plugin will restore your previous configuration. If you want to remove all plugin data, use the "Apply default settings" button before deactivating, or delete the options manually from the database.