AI Discovery Standards
Every file, protocol, and technique used to make websites discoverable by AI systems, search engines, and autonomous agents. One command to set up everything.
What it does
Run one command and generate 13 AI discovery files for any web project. The CLI tool auto-detects your public/ or static/ directory, asks for your site details, and creates every file you need. Existing files are never overwritten.
One-command setup
npx ai-discovery-standards generates all 13 files
25+ AI crawlers
Complete robots.txt with every known AI bot
AEO & GEO guides
Answer Engine and Generative Engine optimization
Claude Code skill
Slash command for AI-assisted setup
Discovery Files
Static files you place on your web server to communicate with AI crawlers and agents.
| File | Purpose |
|---|---|
robots.txt | Crawler access policies for 25+ AI bots |
llms.txt | Curated content summary for LLMs |
llms-full.txt | Full-text content for AI ingestion |
ai.txt | AI usage permissions (training, citation, indexing) |
ai.json | Structured content map for AI agents |
brand.txt | Brand governance rules for AI systems |
ai-plugin.json | ChatGPT plugin manifest |
agents.json | A2A agent capability advertisement |
security.txt | Vulnerability reporting (RFC 9116) |
humans.txt | Team credits and technologies |
sitemap.xml | URL index with metadata |
manifest.json | PWA metadata and icons |
browserconfig.xml | Windows tile configuration |
AI Crawler Registry
All known AI crawler user-agent strings as of April 2026, organized by company.
OpenAI
GPTBotOAI-SearchBotChatGPT-UserAnthropic
ClaudeBotClaude-SearchBotClaude-UserGooglebotGoogle-ExtendedGoogleOtherPerplexity
PerplexityBotPerplexity-UserMeta
meta-externalagentmeta-externalfetcherApple
ApplebotApplebot-ExtendedAmazon
AmazonbotByteDance
BytespiderTikTokSpiderOthers
CCBotcohere-aiCopilotBotYouBotDiffbotFAQ
What is llms.txt?
What is the difference between AEO and GEO?
Which AI crawlers should I allow?
What is brand.txt?
What is ai.txt?
Get started
Generates all 13 discovery files interactively. Auto-detects your project structure.
Full documentation on GitHub