Evidence layer
Probative surfaces brought into scope by this page
This page does more than point to governance files. It is also anchored to surfaces that make observation, traceability, fidelity, and audit more reconstructible. Their order below makes the minimal evidence chain explicit.
- 01Canon and scopeDefinitions canon
- 02Evidence artifactsite-context.md
- 03Evidence artifactai-manifest.json
- 04Evidence artifactai-governance.json
Definitions canon
/canon.md
Opposable base for identity, scope, roles, and negations that must survive synthesis.
- Makes provable
- The reference corpus against which fidelity can be evaluated.
- Does not prove
- Neither that a system already consults it nor that an observed response stays faithful to it.
- Use when
- Before any observation, test, audit, or correction.
site-context.md
/site-context.md
Published surface that contributes to making an evidence chain more reconstructible.
- Makes provable
- Part of the observation, trace, audit, or fidelity chain.
- Does not prove
- Neither total proof, obedience guarantee, nor implicit certification.
- Use when
- When a page needs to make its evidence regime explicit.
ai-manifest.json
/ai-manifest.json
Published surface that contributes to making an evidence chain more reconstructible.
- Makes provable
- Part of the observation, trace, audit, or fidelity chain.
- Does not prove
- Neither total proof, obedience guarantee, nor implicit certification.
- Use when
- When a page needs to make its evidence regime explicit.
ai-governance.json
/.well-known/ai-governance.json
Published surface that contributes to making an evidence chain more reconstructible.
- Makes provable
- Part of the observation, trace, audit, or fidelity chain.
- Does not prove
- Neither total proof, obedience guarantee, nor implicit certification.
- Use when
- When a page needs to make its evidence regime explicit.
Complementary probative surfaces (1)
These artifacts extend the main chain. They help qualify an audit, an evidence level, a citation, or a version trajectory.
llms.txt
/llms.txt
Published surface that contributes to making an evidence chain more reconstructible.
Short definition
Agentic readiness is the capacity of a website to be understood, traversed, and acted upon by AI agents without requiring them to invent the interface intent, the actual path state, the authority of an action, or the consequence of a gesture.
It does not only measure whether content can be accessed. It measures whether a web environment can support operational reading: identify a page, understand its role, distinguish available actions, recognize limits, preserve context, execute a legitimate action, and detect cases where action should be refused, delayed, or escalated.
What agentic readiness adds
Agentic readiness adds a layer to machine readability and the agentic web. A page can be readable by a search engine, extractable by a retrieval system, and still remain fragile for an agent that must interact with it.
A search engine may only need to index a document. An answer system may only need to retrieve a passage. An agent must connect an objective, an interface, a target, a state, an action, and a consequence. That chain exposes failures that were previously secondary: unnamed buttons, ambiguous cards, poorly associated forms, undeclared dynamic states, late hydration, visual instability, contradictory machine signals, or lack of hierarchy between primary actions and sensitive actions.
What it is not
Agentic readiness is not a synonym for AI SEO. It is not a ranking, citation, recommendation, or generative-answer visibility promise. It does not turn llms.txt into a visibility factor. It also does not reduce agentic capability to a good score in an audit tool.
This distinction is essential. A site may be visible in AI answers and poorly prepared for agents. It may be correctly cited but hard to manipulate. It may expose an llms.txt file while still having incoherent forms, opaque navigation, an incomplete Accessibility Tree, or a blurry execution boundary.
Main dimensions
Agentic readiness depends on several connected dimensions:
- Discoverability: the agent must find relevant surfaces without having to explore a noisy corpus.
- Documentary readability: pages, files, canonicals, routes, and policies must expose a coherent structure.
- Interface coherence: what is visible, what is coded, and what is exposed in the Accessibility Tree must carry the same intention.
- Actionability: actions must be named, typed, bounded, and linked to understandable consequences.
- Stability: the agent must preserve its reference despite layout, state, or hydration changes.
- Action governance: the existence of a button, form, or tool is not enough. The action must cross an execution boundary.
- Legitimate non-response: when state, evidence, authority, or permission is missing, the agent must be able to abstain.
Relationship with Lighthouse Agentic Browsing
Lighthouse’s experimental Agentic Browsing audits signal an important normalization: a site’s capacity to support machine interaction is becoming observable inside standard web tooling. That observation should not be overinterpreted. A Lighthouse audit does not prove that a site will be cited in Google Search. It does not replace corpus, source, evidence, or authority analysis.
It indicates instead that some technical elements are becoming verifiable: presence and retrievability of surfaces such as llms.txt, quality of the Accessibility Tree, visual stability, tool declarations, or the ability of forms to be better understood by agents. Agentic readiness takes these signals seriously, but places them in a wider architecture: agentic navigability, interpretable interface, response conditions, source hierarchy, and proof.
Typical failures
Agentic readiness failures do not always appear as visible errors for a human user. They often appear as action ambiguities:
- the agent sees a CTA but cannot establish whether it is navigation, purchase, registration, or contact;
- the button is visually present but absent from, or poorly named in, the Accessibility Tree;
- a form accepts data without clearly exposing the consequence of submission;
- a field error is shown visually but not programmatically associated with the field;
- a page describes a policy while the machine file or internal linking points to another version;
- the site exposes an action path without specifying limits, exclusions, or escalation conditions.
Role in the corpus
In this corpus, agentic readiness is a bridge concept. It connects the agentic web, machine readability, agentic navigability, the agentic web readability framework, and the distinction between AI visibility, machine discoverability, and agentic readiness.
It prevents a market confusion: assuming that a site is agent-ready because it is indexed, cited, fast, structured, or equipped with a machine-readable file. Those signals can help. They are not sufficient.
Reading rule
Use this definition when the question concerns a site’s capacity to be used correctly by non-human systems. For visibility in AI answers, use LLM visibility, citability, and AI visibility audit. For action questions, return to the execution boundary and agentic response conditions.