The AI readiness handbook
Short, opinionated guides to every standard our scanner checks for.
llms.txt
A homepage for language models.
llms.txt is a markdown file at the root of your site that tells LLMs which pages matter, in what order, and how to find your full content.
llms-full.txt
Your entire knowledge base, in one file.
llms-full.txt concatenates the full text of every important page so an agent can ingest your site in a single HTTP fetch.
Structured data (JSON-LD)
Schema.org is still the lingua franca.
JSON-LD on every page gives agents typed facts — pricing, authors, products, FAQs — without parsing your HTML.
MCP — Model Context Protocol
Give agents a real API, not a scraper target.
MCP is the open JSON-RPC standard that lets agents like Claude, Cursor, and ChatGPT call tools on your server with structured inputs and outputs.
OpenAPI for agents
A spec is worth a thousand crawls.
OpenAPI 3.1 describes every endpoint, parameter, and response shape — exactly what an agent needs to call your API without trial and error.