Complete Guide

Google’s Agentic Browsing Audit: What Chrome’s New Lighthouse Category Actually Checks

Google Chrome quietly added an Agentic Browsing category to Lighthouse that scores how well a site is built for AI agents to read and operate. It does not work like any other Lighthouse category: it reports a pass ratio rather than a 0–100 score, it is explicitly not a ranking factor, and a missing llms.txt drops out of the denominator rather than failing. This guide explains exactly what it checks, WebMCP tools, the accessibility tree, layout stability and llms.txt, what a passing score is worth, what it is not, and why the Google Search team ignoring llms.txt while the Chrome team audits for it is a difference of floors, not a contradiction.

6 min read 1,249 words Updated Jun 2026

The Agentic Browsing audit is an experimental category in Google Chrome’s Lighthouse tool, documented here by Sean Mullins of SEO Strategy Ltd in June 2026, that scores how ready a website is for AI agents to read and operate. Unlike Lighthouse’s Performance, Accessibility, Best Practices and SEO categories, it does not produce a 0–100 score: it reports a fractional pass ratio across deterministic checks, WebMCP tool registration, accessibility-tree integrity, layout stability (Cumulative Layout Shift), and the presence of a machine-readable llms.txt at the domain root. A missing llms.txt is marked not-applicable rather than failed, while a malformed file can be flagged, which is why a 2/2 pass ratio can rank ahead of a 2/3. The audit is explicitly not a ranking factor; Google’s Chrome team built it to gather data while agentic-web standards form. Passing it is necessary but not sufficient for AI visibility: it proves a site is machine-readable and operable by agents, but citation and recommendation are decided by off-page corroboration the audit cannot measure. seostrategy.co.uk passes the audit 3/3.

pass ratio the Agentic Browsing category reports a fraction of checks passed, not a weighted 0–100 score, and carries no ranking weight, by Google’s design, to gather data while standards form Google Chrome Lighthouse Agentic Browsing documentation, 2026
N/A a missing llms.txt is marked not-applicable and drops out of the denominator, while a malformed llms.txt can be flagged as a fail, so a clean 2/2 can sit ahead of a 2/3 Lighthouse Agentic Browsing audit behaviour, 2026
3 / 3 Agentic Browsing pass ratio for seostrategy.co.uk on desktop and mobile, covering llms.txt, accessibility-tree integrity and layout stability Google PageSpeed Insights, verified June 2026

Google Chrome has added a category to Lighthouse, the audit tool built into every Chrome browser, called Agentic Browsing. It scores how ready a site is for AI agents to read and operate. It arrived with little announcement, it is marked experimental, and it is already running against your site whenever anyone audits you. If you have optimised for Lighthouse for a decade, this is the first genuinely new thing it has measured in years, and it is worth understanding precisely, because it behaves unlike every other category, and because passing it means both less and more than it appears.

It is not scored like the rest of Lighthouse, and that tells you something

Performance, Accessibility, Best Practices and SEO each give you a number from 0 to 100. Agentic Browsing does not. It reports a fraction, how many readiness checks your site passes, with no weighted score and no ranking. Google has been explicit about why: the standards for the agentic web are still forming, so the category exists to gather data and surface signals rather than to rank you. The header shows a pass ratio so you can watch progress at a glance.

Read the intent honestly. This is Google’s Chrome team building observability for a web that does not fully exist yet. It is not a ranking factor, it is not a promise, and a green result is not a citation. What it is: the first standardised, deterministic, reproducible measure of whether an AI agent can mechanically read and act on your pages. That alone makes it worth passing, and worth not over-reading.

What it actually checks

The audits are deterministic, which means they are reproducible and safe to wire into a CI/CD pipeline. They fall into three groups.

WebMCP integration. Lighthouse watches, through the Chrome DevTools Protocol, whether your site registers tools an agent can call, both declarative tools defined in HTML and imperative ones defined in JavaScript. This only applies if your site exposes tools, and the relevant checks require a recent Chrome build with the experimental WebMCP origin trial enabled. If you do not expose tools, the check registers as not-applicable rather than a failure. A content site that does not run an MCP server is not penalised for it, and should not claim a WebMCP pass it has not earned. The practical how-to for exposing a form to agents is covered in our WebMCP guide.

Agent-centric accessibility. Agents rely on the accessibility tree as their primary data model, it is, literally, the machine-eye view of your page. Lighthouse pulls the subset of accessibility audits that matter most for machine interaction: every interactive element has a programmatic name, roles and parent-child relationships are valid, and nothing is hidden from the accessibility tree while still being interactive. This is why your Accessibility score and your Agentic Browsing result move together. Clean semantic HTML and correct ARIA are not an ethical nicety here; they are the data the agent reads.

Stability and discoverability. Two checks. Cumulative Layout Shift, because an agent that identifies an element and then acts on it needs that element to stay where it was, layout shift from ads, unsized images or injected content moves the target. And the presence of an llms.txt file at your domain root: a machine-readable summary of your most important content. One important mechanic here: a missing llms.txt is currently marked not-applicable because the file is optional, so it drops out of the denominator rather than counting against you, while a malformed file can be flagged as a fail. That is why a clean 2/2 can sit ahead of a 2/3: more denominator is more surface being graded, not more won.

The contradiction it exposes, and how to read it

Google’s own Search team has said you do not need llms.txt or similar files to appear in its AI search, and that Search ignores them. Google’s Chrome team then shipped an audit that checks for one. Same company, opposite-looking signals.

They only conflict if you treat “AI” as one thing. They are measuring different floors. Search is talking about ranking, and it is right, the file will not change your Google position. Chrome is talking about agent operation, whether an autonomous agent can efficiently parse and act on your site, and there the file helps. The Lighthouse documentation even frames it as an efficiency hypothesis: without a machine-readable summary, agents may spend more time crawling the site. That is an operation claim, not a ranking claim, and not evidence that Google’s own products read the file. The full resolution sits in our Four-Floor Model: the audit measures the fourth floor, agent execution. It cannot see the floors below it, which is where citation and recommendation are actually decided.

So ship the llms.txt, because it is cheap, it passes this audit, and the surfaces that do read it, Perplexity, coding agents, exist. Just do not let anyone sell you the audit pass as a citation lever. It is not one. The reason it cannot be is that the file is a self-declaration, and an AI system cannot use what a site says about itself to differentiate it from every other site that says the same thing. What differentiates a site is corroboration, not self-description, the mechanism we cover in how AI learns your brand.

Why your results fluctuate

The audits are deterministic, but your result can still move between runs, and the documentation names the causes. If your tools register through JavaScript (the imperative WebMCP API), the timing of registration can affect whether Lighthouse captures them in its snapshot. Significant changes to DOM size or complexity reshape the accessibility tree. And layout shift can move elements between the moment an agent identifies one and the moment it acts. In practice: re-run before you cite a score, and treat a single pass as a reading, not a guarantee.

What a passing score is worth

Necessary, not sufficient. Passing means an agent can read and operate your site cleanly, the mechanical precondition for being used by AI at all. It says nothing about whether an AI will choose to cite or recommend you, because that is decided by content quality and, above all, by off-page authority the audit cannot measure. Treat it as the floor of the building, audited; not the building. The work that turns “readable” into “recommended” is corroboration, and it is covered in the best-of problem and our work on editorial selection. You can see a worked, verifiable pass on our own agent-readiness proof page.

A falsification note, in the spirit of treating this as a probe rather than gospel: if, over the next several quarters, AI assistants demonstrably begin grounding answers in llms.txt at query time for non-coding queries, the “agent operation only” reading of this audit weakens and the file moves closer to a genuine retrieval signal. We will update this guide when the evidence moves. As of this writing, that grounding is not observable.

Key Definitions

Agentic Browsing audit
An experimental category in Google Chrome’s Lighthouse tool that scores how ready a website is for AI agents to read and operate. It reports a fractional pass ratio rather than a 0–100 score, across deterministic checks including WebMCP tool registration, accessibility-tree integrity, layout stability and the presence of an llms.txt. It is not a ranking factor.
Accessibility tree
The structured, labelled representation of a page’s interactive elements and their relationships, used by assistive technology and by AI agents as their primary data model for understanding and operating a page. It is the machine-eye view of a website, and the subset the Agentic Browsing audit reads most closely.
Pass ratio (vs weighted score)
The Agentic Browsing category’s scoring method: a fraction of applicable checks passed, where checks that do not apply to a site (such as WebMCP on a site that exposes no tools, or a missing optional llms.txt) drop out of the denominator rather than counting as failures. A higher denominator means more surface graded, not more won.

How to Pass an Agentic Browsing Audit

A practical sequence for meeting the checks an agentic browsing audit runs: a valid llms.txt, a clean accessibility tree and a stable layout, without over-reading the score.

  1. 1

    Run the Agentic Browsing audit

    Open Chrome DevTools and run Lighthouse, or use Google PageSpeed Insights, and select the desktop or mobile profile. The Agentic Browsing pass ratio appears alongside Performance, Accessibility, Best Practices and SEO. Re-run before citing any score, because the result can fluctuate between snapshots.

  2. 2

    Pass the llms.txt check with a clean, valid file

    Serve a curated, valid llms.txt at the domain root. A missing file is marked not-applicable and does not fail you, but a malformed file can be flagged. A clean file is the cheap, defensible win that keeps you ahead of competitors serving auto-generated files that do not follow the recommendations.

  3. 3

    Pass the accessibility-tree check

    Use semantic HTML and correct ARIA so every interactive element has a programmatic name, all roles and parent-child relationships are valid, and nothing interactive is hidden from the accessibility tree. This is the machine-eye view agents read, and the subset of accessibility audits the category weighs most heavily.

  4. 4

    Pass the stability check

    Reduce Cumulative Layout Shift to near zero by reserving space for images, fonts and dynamic content, so an agent interacts with stable element positions rather than targets that move between identification and action.

  5. 5

    Do not over-read the result

    Treat a passing score as a necessary precondition, not a citation outcome. The audit cannot measure off-page authority, so the work that moves a site from machine-readable to actually cited and recommended, corroboration, entity consistency, editorial selection, sits entirely outside it.

Frequently Asked Questions

Is the Agentic Browsing audit a Google ranking factor?

No. It is an experimental Chrome Lighthouse category for gathering data on agent-readiness. It has no weighted score and no effect on Google rankings. Google’s Chrome team built it to provide actionable signals while agentic-web standards are still forming.

Do I need WebMCP to pass the audit?

No. The WebMCP checks apply only to sites that expose tools to agents, and require a recent Chrome build with the WebMCP origin trial enabled. A content site that exposes no tools has WebMCP marked not-applicable and passes on accessibility, stability and llms.txt. You should not claim a WebMCP pass you have not earned.

Why can a 2/2 score be better than a 2/3?

Because the number is a pass ratio, not a grade, and the denominator only counts checks that apply. A 2/2 means two checks were in scope and both passed, a clean 100 percent. A 2/3 means a third check came into scope and the site is failing it, often a malformed llms.txt or a broken accessibility tree from an injected widget. More denominator is more surface being graded, not more won.

Does passing the audit get my site cited by AI?

No, and any tool that promises this is overstating it. The audit measures whether an agent can read and operate a site. Whether an AI then cites or recommends it depends on content quality and, above all, on off-page authority and corroboration, signals the audit does not measure.

How do I run the audit myself?

Open Chrome DevTools and run Lighthouse, or enter your URL into Google PageSpeed Insights and choose the desktop or mobile profile. The Agentic Browsing result appears with the standard categories. Re-run it before relying on a score, since the result can vary between snapshots.

Sean Mullins

Founder of SEO Strategy Ltd with 20+ years in SEO, web development and digital marketing. Specialising in healthcare IT, legal services and SaaS — from technical audits to AI-assisted development.

Ready to improve your search visibility?

Book a free 30-minute consultation and let's discuss your SEO strategy.

Get in Touch