A new class of visitor
Websites were designed first for people. Then the web learned to accommodate crawlers, search indexes, and machine readable metadata. Now another class of visitor is becoming more important, the AI agent.
An agent may research products, compare vendors, inspect documentation, collect evidence, or interact with a website on behalf of a person.
Cloudflare now explicitly describes this as an agent readiness problem and has introduced tools for assessing how well websites support agent access and consumption. The standards are still evolving. But the design problem is already useful.
Agent readiness is best understood as four jobs. Discover, Understand, Trust, and Use.
Failure
An important page is blocked or orphaned, so no machine reaches it.
Remedy
Deliberate crawler policy plus strong internal links.
Failure
A page titled Meet Flow explains nothing about what Flow is.
Remedy
Name the product, the feature, and its purpose up front.
Failure
A 2024 announcement competes with the current feature page.
Remedy
Canonical URL with a visible, current update date.
Failure
Enterprise grade security answers no actual question.
Remedy
Name the protocols and providers customers ask about.
1. Discover
Can the agent reach the information?
Common obstacles include
- important pages blocked unintentionally
- weak internal linking
- orphaned pages
- essential information available only after complex interaction
- crawler policies that do not match the site's goals
Site owners increasingly need to distinguish among conventional search indexing, AI assisted retrieval, model training, and real time agents. Those policies should be deliberate.
2. Understand
Can the agent determine what the information means? Machines do better when important relationships are explicit.
For a feature page, clearly identify product name, feature name, purpose, supported workflows, availability, integrations, prerequisites, and date updated.
Vague
A page titled Meet Flow with no explanation forces unnecessary inference.
Explicit
A page titled Flow, automated request routing, provides immediate context.
3. Trust
Can the agent tell whether the information is authoritative and current?
An AI system might find a 2024 announcement, a 2025 help article, a 2026 feature page, and a third party review. Which one represents the current product?
Useful trust signals include
- first party authorship
- canonical URLs
- clear update dates
- version context
- consistent terminology
- direct evidence
- links to related authoritative material
Trust is not a special markup field. It is an outcome of publishing disciplined information.
4. Use
Can the agent answer the user's question with what it finds? If the user asks,
Does this platform support SSO with Okta?
Still unclear
Enterprise grade security built for the modern organization.
Usable
Enterprise workspaces support SAML SSO, including Okta and Microsoft Entra ID.
The first page leaves the answer unclear. The second makes the information usable.
Agent readiness is not robot first design
The best agent ready pages are usually better human pages too. People also appreciate direct answers, clear headings, definitions, examples, transparent limitations, and current information.
The goal is not to replace UX with machine formatting. It is to make the underlying knowledge more explicit.
The agent ready test
Take one important product page and ask.
- Discover. Could an authorized machine reach it?
- Understand. Is the topic obvious without relying on visual inference?
- Trust. Is it clear that this is the current authoritative source?
- Use. Does the page answer the actual questions a customer could ask?
If one fails, the site may technically exist while still being difficult for agents to use.
Questions people ask
- Is agent readiness an official web standard?
- No single standard defines the category. It is an emerging practice.
- Does an agent ready site need a special AI version?
- Not necessarily. Many improvements should enhance the primary site.
- Should we allow every AI crawler?
- That is a policy decision. Search, retrieval, training, and autonomous agents are different use cases.
- Is llms.txt enough?
- No. It can be a discovery aid but does not replace useful accessible pages.