| 开发者 | bsolveit |
|---|---|
| 更新时间 | 2026年3月12日 00:44 |
| PHP版本: | 8.0 及以上 |
| WordPress版本: | 6.9 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
robots.txt for AI — except instead of telling crawlers what to ignore, you tell AI systems what to get right.
This is the only WordPress plugin that generates all 10 AI Discovery Files defined in the AI Discovery Files Specification.
Why your website needs AI Discovery Files
Without AI Discovery Files, your website is invisible to AI — not ranking poorly, completely absent from AI responses. With AI Discovery Files, you give every major AI system a single, authoritative source of truth about your business. You get mentioned. You get cited. You get recommended.
This is not traditional SEO. This is AI visibility — also called generative engine optimisation (GEO) or answer engine optimisation (AEO). Whatever you call it, it starts with AI Discovery Files.
All 10 AI Discovery Files
The AI Discovery Files Specification defines 10 file types across three implementation tiers:
Essential (start here)
llms.txt — AI-readable business identity (Markdown)ai.txt — AI usage permissions (plain text)identity.json — Structured business identity (JSON)ai.json — Machine-parseable permissions (JSON)brand.txt — Brand naming and terminology rulesfaq-ai.txt — Pre-answered questions for AI systemsllm.txt — Compatibility redirect to llms.txtllms.html — Human-readable reference versiondeveloper-ai.txt — Technical context for developersrobots-ai.txt — AI crawler-specific directivesllms.txt. This plugin generates all 10 files, giving you complete coverage across ChatGPT, Claude, Gemini, Perplexity, Copilot, and every other major AI system.
How it works
yoursite.com/llms.txt)ai-discovery-files folder to /wp-content/plugins/Install AI Discovery Files. ChatGPT and other AI systems look for structured, machine-readable signals when deciding which businesses to mention. AI Discovery Files provide exactly those signals — your identity, services, brand rules, and FAQs in formats AI systems can parse. This is the most direct step you can take to get mentioned by ChatGPT, Claude, Gemini, and Perplexity.
AI visibility is whether AI systems like ChatGPT, Claude, Gemini, and Perplexity can correctly discover, understand, and cite your website. Search engines show a list of links. AI systems give one answer. If your website isn't AI-visible, you won't be that answer — your competitor will be.
llms.txt is a Markdown file placed at the root of your website that provides AI systems with a structured description of your business — your name, what you do, contact information, and key pages. It was created by Jeremy Howard at Answer.AI and has been adopted by companies including Stripe, Cloudflare, and Dell. This plugin generates llms.txt plus 9 additional AI Discovery Files for complete coverage.
Most plugins only generate a single file — llms.txt. This plugin generates all 10 AI Discovery Files defined in the specification, including ai.txt (permissions), identity.json (structured identity), brand.txt (naming rules), faq-ai.txt (pre-answered questions), and more. One file tells AI your name. Ten files give AI systems everything they need to cite you accurately.
Yes. Google AI Overviews pull information from websites that provide clear, structured, and authoritative content. AI Discovery Files give Google's AI systems explicit signals about your business identity, services, and permissions — making it easier for AI Overviews to represent you correctly.
Generative engine optimisation (GEO), also called answer engine optimisation (AEO), is the practice of making your website discoverable and citable by AI-powered search engines. AI Discovery Files are a foundational part of any GEO strategy — they provide the structured data AI systems need to find and cite your business.
No. AI Discovery Files work alongside Yoast SEO, Rank Math, All in One SEO, and other SEO plugins. Traditional SEO targets search engines. AI Discovery Files target AI systems. You need both. Think of it as adding an AI layer on top of your existing SEO.
AI Discovery Files are served with X-Robots-Tag: noindex headers, so they won't appear in search results themselves. However, they help AI-powered search features (like Google AI Overviews and Bing Copilot) represent your business accurately, which can improve your overall AI visibility and referral traffic.
Yes. AI Discovery Files are served via WordPress rewrite rules with appropriate cache headers. They are compatible with WP Super Cache, W3 Total Cache, LiteSpeed Cache, and other popular caching plugins.
AI Discovery Files are designed for all major AI systems including ChatGPT (OpenAI), Claude (Anthropic), Gemini (Google), Perplexity, Copilot (Microsoft), and other large language models. The formats are based on open standards — any AI system that crawls websites can read them.
The plugin detects existing physical files and warns you on the Status tab. It will not override physical files — you should remove the physical file if you want the plugin to serve it instead.
Yes. Every generated file can be filtered using WordPress hooks:
add_filter( 'aidf_generated_content', function( $content, $file_slug, $data ) { if ( 'llms-txt' === $file_slug ) { $content .= "\n## Custom Section\n\nYour custom content here.\n"; } return $content; }, 10, 3 );
No. The plugin only runs when its specific URLs are requested (e.g., /llms.txt). It adds zero overhead to your normal page loads. Files are generated on-the-fly from cached settings data.
The files simply stop being served. Your settings are preserved so you can reactivate later. If you delete the plugin entirely, all settings are removed cleanly.
Use the free AI Visibility Checker to scan your site after enabling your files. It validates every AI Discovery File, checks for conflicts, and gives you a score with actionable recommendations.