Do I need all five files or can I start with just one?+
Start with llms.txt and robots.txt: those two cover Layer 1 (Discovery) and take under an hour to implement on any site. They ensure LLMs like ChatGPT and Claude can find and correctly represent you. Add mcp.json and a backing MCP server when you want agents to take actions. Add agent.json when you want to participate in agent-to-agent (A2A) networks. agents.md can be added at any stage, as it's pure documentation.
Does my site need to be built in a specific framework to support these files?+
No. All five files are static files or simple API endpoints. llms.txt, robots.txt, mcp.json, and agents.md are plain text/JSON served at fixed paths: they work on any stack including WordPress, Webflow, Squarespace, or raw HTML. The MCP server (/api/mcp) and A2A endpoint (/api/agent) require a server-side runtime, but can be deployed as standalone APIs alongside any existing site.
How quickly will these files be read by AI systems?+
GPTBot and Google-Extended typically crawl within 1–3 days of a new page being accessible. For faster indexing, submit your URLs via IndexNow (Bing's real-time indexing protocol), which also signals to Yandex and other IndexNow participants. For MCP and A2A, there's no crawl delay: agents call these endpoints in real time as needed.
What's the difference between llms.txt and agents.md?+
llms.txt is the broad overview: it tells any LLM what your business is, what you offer, and how to reach you. It's optimised for passive citation, since LLMs read it when deciding how to describe you. agents.md is the operational guide for active agents: it explains how to call your endpoints, what tasks work well, what to expect in responses, and known limitations. Think of llms.txt as your press kit and agents.md as your API documentation written in plain English.
Is this approach vendor-specific to any AI provider?+
No. llms.txt is an open format with no vendor affiliation. robots.txt is an open standard predating AI. MCP is open-sourced by Anthropic and adopted by OpenAI, Google, and others. A2A and agent.json are Linux Foundation standards backed by 150+ organisations. agents.md is a convention with no owner. The entire stack is deliberately open and vendor-neutral.
How is this different from traditional SEO?+
Traditional SEO optimises for keyword-matching algorithms that rank 10 blue links. Agentic web optimisation targets AI systems that read, reason about your content, and take actions, bypassing the link-click model entirely. An AI agent searching for a development partner won't click through a results page: it will discover your agent.json, read your agents.md, call your MCP tools, and either complete the task or escalate to a human. The conversion happens before any human sees a browser.