What is agent readiness?
Your next important visitor may not be human. Agent readiness is how prepared your site is for the AI agents that browse and act on a user's behalf. Here is a plain definition, the four things it measures, and why it is only half of getting picked.
Last updated June 17, 2026Agent readiness is how well a website can be discovered, parsed, and acted on by autonomous AI agents, rather than only read by humans. As of 2026 it has settled into four layers: discoverability, parseable content, access control, and an agentic action layer. It matters because agents now browse and buy on people’s behalf, but it is only the readiness half of getting recommended. Being legible to an agent is not the same as being known to one.
- An AI agent is software that plans and acts for a user: searching, comparing, booking, buying. Agent readiness measures whether your site lets it do that reliably.
- It breaks into four layers: discoverability, parseable content, bot-access control, and the agentic action layer (
/.well-known/manifests, MCP, schema Action). - Google, Cloudflare and others shipped agent-readiness scanners in 2026, so this is no longer a fringe idea. Most sites score badly: the top 100 average around 55%.
- It is necessary, not sufficient. An agent-ready page nobody references still does not get recommended, which is why it is one slice of launch readiness, not the whole thing.
Agent readiness is how well your website can be discovered, understood, and acted on by AI agents: the software that now browses, compares, and buys on a person’s behalf. As of 2026 it has hardened from a buzzword into something you can measure, with Google, Cloudflare and others all shipping tools that score it. This guide gives you the plain definition, the four things it actually covers, an honest read on what to build now versus later, and why being agent-ready is only half of getting picked.
01 · The shiftWhy this exists now
For twenty years the web had one reader in mind: a human, scanning a page with their eyes, clicking something. Sites are built for exactly that, server-rendered or hydrated HTML dressed for the screen. In 2025 and 2026 that assumption started to break. OpenAI, Anthropic, Google and Perplexity all shipped agents that browse and act on a user’s behalf, through assistant modes and AI browsers like Atlas and Comet, and Google folded its Project Mariner work into a Gemini agent in May 2026. Your visitor is increasingly not a human at all, but an AI proxy acting for one.
That changes the question you have to answer about your site. For two decades it was “can a person find and use this?” The new one is “can a machine find, read, and act on this without a human in the loop?” Most sites cannot, and most owners do not know it.
of the top 100 websites fail basic content negotiation for agents, and the group averages only about 55% agent readiness, by one May 2026 measurement. The gap between a built site and an agent-ready one is real, and largely unaddressed.
02 · The definitionA plain definition
How prepared a website is for autonomous AI agents to discover, understand, and act on it programmatically, with little or no human intervention, while the owner keeps control over what those agents may access and do. Where SEO optimises a page for search crawlers and human eyes, agent readiness optimises it for software that reads in chunks, prefers markdown, follows discovery protocols, and takes actions on a user’s behalf.
The shortest version: agent readiness shifts the question from “is my site usable?” to “is my site addressable?” A page that looks flawless in a browser can be useless to an agent if everything the agent needs (the content, the available actions, the permissions) is buried in JavaScript and click flows rather than exposed in a structured surface it can call. It is not one toggle. It is a stack of signals, and the field has converged on four layers.
03 · What it measuresThe four layers
| Layer | The question it answers | Signals |
|---|---|---|
| Discoverability | Can an agent find and map your content without parsing all your HTML? | robots.txt, sitemap.xml, link headers, llms.txt |
| Parseable content | When it fetches a page, does it get real content or a JavaScript shell? | Server-side rendering, clean accessibility tree, semantic HTML, schema.org |
| Access control | Can you tell agents what they may do: train, ground, index, act? | robots.txt bot rules, content-use signals, bot authentication |
| Agentic action layer | Can an agent not just read you but do something: book, buy, query? | /.well-known/ manifests, MCP, schema.org Action, machine-readable auth |
Discoverability is the floor: a clean robots.txt, a sitemap.xml, and increasingly an llms.txt so an agent can map you without crawling every page. The honest state of llms.txt, and why the search crawlers still mostly ignore it, is its own guide.
Parseable content is where most sites quietly fail. Agents do not reliably run your single-page-app JavaScript, so if your content only appears after hydration, an agent fetches an empty shell. Server-side rendering, a clean accessibility tree, semantic HTML, and schema.org structured data are what turn a page from a guess into facts a machine can read.
Access control is the part the scanners treat as governance: using robots.txt and content-use signals to declare which agents may train on, ground in, or act on your content, and which may not. It is where being agent-ready and staying in control of your content meet.
The agentic action layer is the newest and most speculative: /.well-known/ manifests, MCP server descriptions, schema.org Action markup, and machine-readable authentication that let an agent not just read you but do something, like check availability or start a checkout. This is the layer almost nobody has, and the one worth thinking hardest about before you build it.
04 · Necessary, not sufficientThe catch nobody selling a scanner mentions
Passing an agent-readiness audit makes you legible to agents. It does not make you known to them.
Being legible to an agent is not the same as being known to one. Agent readiness gets you understood. It does not get you chosen.
Getting recommended by an AI agent works like getting recommended anywhere: it depends on whether you are present, trusted, and referenced, not just whether your markup is tidy. In Nilkick’s model, launch readiness is two numbers: Readiness, meaning is your page sharp and parseable, and Footprint, meaning does anyone, human or machine, know you exist. Agent readiness lives almost entirely inside the Readiness half. It is necessary, it is fully in your control, and it is still only part of the story. A perfectly agent-ready page that nothing links to or mentions is an agent-ready page no agent has a reason to visit.
This is the reframe most agent-readiness content avoids, because “you also need to be known” does not sell a scanner. But it is the whole difference between a site agents can use and a site agents actually choose.
Where does your site land on agent readiness?
Most sites score badly and have no idea. Nilkick checks the agent-readiness signals, llms.txt, crawler permissions, structured data and more, as part of your launch-readiness report, then shows you what to fix first.
05 · What to actually doReal versus hype in 2026
The agentic web is real, but a lot of agent-readiness advice in 2026 is selling the ceiling to people who have not built the floor. Sort the work like this:
| Do now (cheap, dual-purpose) | Watch, do not rush yet |
|---|---|
| Server-render real content; agents do not run your SPA | WebMCP tool registration |
A sane robots.txt with clear bot rules |
MCP server cards at /.well-known/ |
Ship llms.txt (Google now flags a missing one) |
agents.json and machine-readable checkout |
| schema.org structured data on key pages | Agent-specific transaction endpoints |
The trap to avoid is pouring hours into an agents.json manifest or an MCP server while your actual pages are a JavaScript shell an agent cannot read at all. Almost everything in the left column helps your human visitors and your search ranking too, so it pays off even if the agent era arrives slower than the hype promises. Almost everything in the right column only pays off if agents are a real channel for your specific product. Build the floor first. Watch the ceiling.
06 · Check itWhere you actually stand
You do not have to guess. Several free tools check the same underlying signals: Google’s Lighthouse Agentic Browsing audit, which now rides along inside PageSpeed Insights; Cloudflare’s isitagentready.com; and Nilkick’s readiness report. Run one, then run it on two or three sites you admire, so the number has context.
Expect to score low. That is the normal result in 2026, not a verdict on your work, and almost every gap it surfaces is a concrete, named fix you can ship in an afternoon. A low score is runway, not a grade.
Common questions
Get your free launch-readiness score
See what else is between your product and its first real users — Nilkick scores your readiness and hands you the map. Free, no login.
https:// optional · no account · we don't email you
llms.txt in 2026: do AI crawlers actually read it?
Independent server-log studies show AI search crawlers almost never fetch llms.txt, yet Google PageSpeed Insights now audits for it. Here is what that means in 2026.
What is launch readiness?
Launch readiness is how prepared a just-shipped product is to win its first users, not how finished it is. The definition, the two bars it measures, and why footprint counts more.
Schema.org for indie products: the JSON-LD to actually paste in
The two structured-data blocks worth adding to an indie product: Organization with sameAs, and SoftwareApplication. Copy-paste JSON-LD, where it goes, and what it does (and does not) do.