| 开发者 | studiomeyerio |
|---|---|
| 更新时间 | 2026年5月6日 05:48 |
| 捐献地址: | 去捐款 |
| PHP版本: | 8.0 及以上 |
| WordPress版本: | 6.9 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
agents.json is an emerging standard for AI agent discovery. It tells AI systems what your website offers and how to interact with it — like a machine-readable menu of your site's capabilities.
llms.txt is a structured text file that gives LLMs (Large Language Models) a concise overview of your website content — like a sitemap for AI.
A2A (Agent-to-Agent) is a protocol by Google (now under the Linux Foundation) for AI agent interoperability. The agent-card.json file lets agents discover and communicate with your site.
For most sites, yes. AI-Ready WP provides meta titles/descriptions, OpenGraph, Twitter Cards, canonical URLs, robots meta, XML Sitemaps, and focus keyword analysis. If you need advanced features like redirect managers or internal linking suggestions, you may want to keep a dedicated SEO plugin alongside.
Yes. If you already use Yoast or Rank Math, AI-Ready WP's SEO module can be disabled. The AI Discovery features work alongside any SEO plugin.
Yes. If WooCommerce is active, the plugin automatically adds product catalog tools to agents.json, making your products discoverable by AI agents.
AI assistants like ChatGPT, Claude, and Perplexity are increasingly used to find businesses and services. If your site isn't AI-discoverable, you're invisible to this growing channel. AI-Ready WP makes your site speak the language AI agents understand.
The only external connection is IndexNow (optional), which notifies search engines about content changes. All other features work entirely locally. See the Third-Party Services section below.
Yes. The AI Bot Management feature lets you block training bots (that scrape your content for model training) while allowing retrieval bots (that help users find your site through AI search).
wp_abilities_api_init action instead of init. Resolves a _doing_it_wrong notice on WordPress 6.9 ("Abilities must be registered on the wp_abilities_api_init action") and ensures the four airewp/* abilities are picked up by the WordPress MCP Adapter.category property and uses the new execute_callback key (renamed from callback in WP 6.9). Without these the abilities were registered but discarded with a _doing_it_wrong notice.airewp (label "AI-Ready WP") on wp_abilities_api_categories_init so all four abilities are grouped under one heading in the MCP Adapter and Abilities admin views.