| 开发者 | softglaze |
|---|---|
| 更新时间 | 2026年8月18日 21:04 |
| 捐献地址: | 去捐款 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPL-2.0-or-later |
| 版权网址: | 版权信息 |
X-Robots-Tag: noai, noimageai header, sent only on requests from that crawler. Also a request, and a weaker one, because noai is not an agreed standard and most crawlers ignore it.noindex, nofollow or none under any setting. Those would take your pages out of ordinary Google and Bing results, which is not what anyone means when they say they want to block AI.
Three crawlers in the list are documented by their own operators as fetching pages when a person asks a question, with robots.txt rules that may not apply to them: ChatGPT-User, Perplexity-User and Meta-ExternalFetcher. All three are marked on the crawler screen, right next to the setting, so you find out before you rely on it rather than afterwards.
Your robots.txt is always served, even to a crawler you are refusing. Blocking a crawler from reading robots.txt would leave it no way to learn that you want it to stay away.
Per-content control
The site-wide setting is the default. Any single post, page or product can override it from the edit screen, from quick edit, or from bulk edit. A column in the posts list shows which content has its own setting, and you can filter by it.
A per-post setting sends the X-Robots-Tag header and does nothing else. It adds no lines to robots.txt, it cannot refuse a request, and it cannot lift a refusal you set site-wide. The edit screen says so in those words.
What it cannot see
The plugin records requests that reach WordPress. Plenty of requests never get that far, and rather than quietly under-report, it tells you so:
/wp-content/plugins/.wp-content/mu-plugins/ so it can identify a crawler at the earliest point WordPress allows. It removes that file again when you deactivate the plugin. If the folder cannot be written to, the plugin detects slightly later in the page load instead and tells you which mode is running. Nothing is lost either way.No, and no plugin can honestly promise that. Two of the three mechanisms are requests a crawler is free to ignore. The third refuses matching requests at your server and is enforced, but it matches on the user agent the request claims, and a user agent can be faked. A scraper that does not announce itself is unaffected. This is not a firewall. What you get instead is evidence. If a crawler kept coming after you told it not to, you will see it.
Almost certainly page caching. When a page comes from a cache, WordPress never runs, so the request is not recorded. The plugin has no way to know how much it is missing, so it says that plainly instead of guessing.
Because it is. Daily totals keep the 100 most requested addresses per crawler per day, so a page that never reaches a daily top 100 stays invisible in a longer list no matter how many requests it collects. Every row links to the URL checker, which counts individual records and is exact.
No. Neither company offers a submission form, an endpoint or an API, and any plugin that says otherwise is describing something that does not exist. What OpenAI documents is that any public website can appear in ChatGPT search, and that the way to be eligible is simply not to block their search crawler. Claude's web search runs on a third party search index rather than one Anthropic takes submissions to. So the only lever you have is the one this plugin already gives you, which is whether a crawler is allowed. That is why the crawler screen warns you before you disallow a crawler that feeds a product which links back to its sources.
Nothing is deleted unless you tick the box on the settings screen first. Deactivating the plugin never deletes anything.
Per site. Activate it on each site individually. Network activation is refused with a message explaining why, because everything the plugin stores belongs to one site.
wp-content/mu-plugins/ no longer assumes the plugin folder's name when locating the plugin. It uses the real path recorded when the file was written, and the plugin rewrites that path by itself if the folder is ever moved or renamed.X-Robots-Tag header for disallowed crawlers.