Back to blog
Jun 18, 2026 7 min read

Is "Agent Readiness" a Real Category - or Just Snake Oil?

By The nekuda team

Is "Agent Readiness" a Real Category - or Just Snake Oil?

You’re not agent ready yet?!?

In the last few months, “become agent ready” suddenly became a thing.

Cloudflare launched a public Agent Readiness Score at isitagentready.com - a 0-100 grade across dimensions like discoverability, content accessibility, bot access control, and protocol discovery. Google added an Agentic Browsing category to Lighthouse, their famous website analysis tool. Underneath them, a cottage industry of scanners, scorecards, and audits has appeared, each promising to tell you whether your website is ready for agents and what you need to do next.

The problem is that it is still unclear whether being “agent ready” provides any tangible benefit beyond the hype. More importantly, the term itself hides a lot of confusion because it bundles together different problems and use-cases under a single label.

Much of the discussion also starts from the wrong place. Instead of asking what users are actually doing, which applications they are using, and what outcomes websites are trying to achieve, people talk about “agents” as a single category. Once you start from an abstraction, it becomes very easy to create endless checklists, standards, and scores that sound important but are difficult to connect back to reality.

Problem 1: “Agent readiness” is two problems disguised as one

The first issue is that agent readiness is often used to describe two completely different things.

The first is discovery. Will ChatGPT, Gemini, Claude, Perplexity, or another AI application recommend your website, cite your content, or surface your product when a user asks a question? This is the GEO, AEO, and AI search problem. It is fundamentally about content availability, indexing, reputation, and distribution.

The second is usability. Once an agent arrives on your website, can it actually do the thing it came to do? Can it search products, fill out a form, add an item to a cart, make a reservation, or complete a purchase? Usability represents actually a really small sub-set of traffic today (more on this below).

These are not two versions of the same problem. Work that improves discoverability will not necessarily make an agent capable of navigating your checkout flow, just as a perfectly usable website will not automatically get recommended by ChatGPT.

Yet many “agent readiness” scores combine both into a single number, which makes it difficult to understand what is actually being measured and where effort should be invested.

Problem 2: Who exactly is the “agent”?

The deeper issue is the word itself. Most agent-readiness frameworks evaluate websites against an abstract concept called “the agent.”

When you look at actual traffic, the picture becomes much simpler. The overwhelming majority of measurable AI referrals today come from a handful of applications: ChatGPT, Gemini, Claude, and Perplexity. ChatGPT alone accounts for most of that traffic depending on which dataset you look at.

This matters because every week there seems to be a new protocol, specification, framework, or standard that claims to be critical for the future of agent interaction. In reality, whether any of those standards matter depends largely on whether the major platforms adopt them. A technically elegant protocol without adoption is simply documentation.

A recent Ahrefs study found that LLM.txt - often described as the “holy grail” of agent standards for websites - is ignored 97% of the time. The remaining 3% of requests come primarily from bots rather than AI agents.

That is why we are generally skeptical of broad agent-readiness checklists. Instead of optimizing for a theoretical future agent, it is usually more useful to follow the guidance and requirements of the platforms that already have users. Those platforms determine where traffic flows, which standards become relevant, and ultimately which implementations matter.

So should you be agent ready?

The answer is probably yes, but that does not mean implementing every new protocol, framework, or checklist that appears every week.

Standards only matter once the major platforms adopt them. The web is full of technically elegant ideas that never achieved meaningful adoption because the applications that drive traffic never supported them. The same principle applies here.

If ChatGPT, Gemini, Claude, and Perplexity account for almost all meaningful AI traffic today, then their requirements matter far more than theoretical definitions of what an “agent-ready website” should look like. Rather than optimizing for an abstract future agent, it is more useful to look at what the major platforms are actually measuring, supporting, and encouraging developers to build.

Google’s new Agentic Browsing category in Lighthouse is a good example of this approach.

What Google’s Agentic Browsing audit actually measures

Google recently added an Agentic Browsing category to Lighthouse, the same tool developers already use for performance, accessibility, and SEO.

Unlike many agent-readiness products, Lighthouse agentic browsing doesn’t produce a single score. Google explicitly says the standards behind the agentic web are still evolving, so the goal is to provide signals rather than rankings. That alone is a useful contrast to an industry increasingly built around scoring something that is still poorly defined.

The audit focuses on four areas: accessibility, layout stability, WebMCP, and llms.txt (yes the same one that we mentioned is not being used right now :)).

Most of these are not new ideas. Accessibility and layout stability have been considered good engineering practice for years. Google’s point is that they also make websites easier for agents to use. Accessibility gives agents a structured representation of a page, while stable interfaces reduce failures for agents navigating visually.

WebMCP is the most forward-looking part of the audit. Instead of forcing agents to navigate interfaces, it allows websites to expose structured actions directly.

The most interesting signal may actually be llms.txt. Despite the attention it receives, Google treats it as optional. A missing file does not fail the audit, suggesting that even Google views adoption as early and the evidence of value as limited.

The broader lesson is that Google’s view of agent readiness is considerably narrower and more practical than much of the surrounding industry. Most of what Lighthouse measures boils down to making websites understandable, stable, and operable. There is very little protocol theatre and very little speculation about a distant future.

It is worth mentioning another standard that Google also recently announced - Agentic Resource Discovery (ARD) - an experimental open standard for helping AI agents discover tools, APIs, MCP servers for websites/businesses they interact with. Developers publish a simple file on their domain, which agents or discovery services can crawl and index so agents can find available capabilities before invoking them. It is backed by Google and partners including Microsoft, GitHub, Hugging Face, Salesforce, and Nvidia, making it a credible attempt, but still early.

The bottom line - measure against use cases and outcomes, not “agent readiness”

The biggest mistake in the current conversation is treating “agent readiness” as a single thing.

Discovery and usability are different problems. AI referrals are concentrated among a handful of applications. And many of the standards people are rushing to implement have not yet been adopted by the platforms that matter.

If you’re deciding where to spend time, start with the things major platforms are actually measuring and supporting. Follow the requirements of real products rather than abstract agents.

A lot of “agent readiness” turns out to be much less mysterious once you stop talking about agents in the abstract and start talking about what users and applications are actually trying to do.

Want more like this?

New posts on agentic commerce, infrequent and worth reading.

Back to all posts