Bob Michaels/ai
An article by Bob MichaelsAugust 2026

Chrome now audits your site for AI agents

  • Chrome's Lighthouse added an Agentic Browsing category in May 2026. It grades how well an agent can read and operate your site.
  • It is experimental and it does not produce a 0 to 100 score. You get a pass ratio and a list of pass or fail lines.
  • Google Search says you do not need any of those files to appear in generative AI search. Both statements are true, because they answer different questions.
  • There is no published comparison of one company against another, so no buyer can tell whether their site is behind.
  • Score yourself now. Somebody is going to publish a league table, and the first one published sets the definition.

In May, Chrome shipped an audit that grades your website on how well a piece of software can use it. Not read it. Use it. The category is called Agentic Browsing, it sits in the Lighthouse tab of the browser most of your buyers already have open, and you can run it against your own domain in about a minute.

I have been building for the web since 1994. I have watched this exact move three times now. Something the industry argues about becomes something the browser measures, and the argument ends. It happened with mobile. It happened with HTTPS. It happened with page speed, twice, badly the first time. The measurement always lands before the consensus does, and it always decides the consensus.

The takeaway

The browser has started grading agent readiness and Search has said publicly that none of it affects ranking. Both are correct. They measure different things, and only one of them is about whether an agent can get anything done on your site.

What the audit actually checks

Read the Chrome documentation before you read anyone's summary of it, mine included. Four things get examined. Whether your page registers WebMCP tools, which is how a page tells an agent what it can do. Whether the accessibility tree is intact, with real names and labels, since that tree is how an agent perceives the page at all. Cumulative Layout Shift, because a control that moves after render is a control an agent clicks and misses. And whether an llms.txt file exists at your domain root.

Two details matter more than the list. Chrome states that the category and its WebMCP support are experimental and based on proposed standards. And unlike every other Lighthouse category, this one does not produce a weighted score from 0 to 100. You get a fraction, a count of audits passed against audits run. That is a deliberate choice by people who know the number would be quoted in a pitch deck within a week of existing.

The part that confuses everybody

At the same time as this shipped, Google Search kept saying the opposite. Its guidance on AI features is blunt: you do not need to create new machine readable files, AI text files, markup, or Markdown to show up in generative AI search. John Mueller has called llms.txt a temporary crutch, useful for helping coding tools chew through developer docs and not much else.

I keep seeing this framed as Google contradicting itself. It is not. One team is answering “does this change your ranking,” and the answer is no. The other is answering “can an agent operate this page,” and the answer depends entirely on how the page was built. If you think those are the same question, you are still thinking about a web where the visitor is a person with eyes.

The honest position is unglamorous. Publish the file because it costs an afternoon and might matter later. Fix the accessibility tree because it definitely matters now, both for agents and for the humans it was built for in the first place. Do not let anyone charge you a retainer for either.

What nobody is doing yet

Here is the gap that bothers me. You can run this audit on your own site this afternoon and get a fraction back. Seven of eleven, say. And then you are stuck, because there is no published set of results for anyone else. Seven of eleven against what? Your competitor down the road might be at two. They might be at eleven. Nobody has looked, nobody has published, and a score with nothing to compare it against is not a finding. It is a number.

Every measurement layer the web has adopted followed the same path, and the comparison always arrived before the standard was finished. Accessibility had audits and lawsuits before it had conformance levels people agreed on. Performance had a public scoreboard before anyone settled what a good score meant. The scoreboard is what forces the definition, not the other way around.

So somebody is going to publish the first cross company comparison of agent readiness. It will be partial and it will be argued with. It will also become the definition, because the first published measurement usually does, and every firm named in it will have to respond to a number they did not choose.

What to do this week

Open DevTools on your own site, run the Agentic Browsing category, and write the fraction down with the date next to it. That is your baseline and it takes a minute. Then read the failures rather than the number, because the failures are specific and fixable in a way the fraction is not.

Then go a layer deeper than the audit goes. Lighthouse checks whether the file exists. It does not check whether your site tells a consistent story about who you are, which is the thing that actually determines what a model says about you. I wrote the longer version of that check in the machine readable website audit, and the next post in this series turns it into a scored rubric you can run yourself.

The uncomfortable part is that none of this tells you whether an AI system recommends you. Conformance and citation are separate measurements, and passing the first one guarantees nothing about the second. That is the third post.

Common questions

What is the Lighthouse Agentic Browsing category?

It is a category in Chrome's built-in Lighthouse audit tool that checks how well a page is built for software agents rather than people. Chrome's own documentation says the category and its WebMCP support are experimental and based on proposed standards. It checks things like registered WebMCP tools, the accessibility tree, layout stability, and whether an llms.txt file exists at the domain root.

Does an llms.txt file help my Google rankings?

No, and Google says so directly. Its guidance on generative AI search states that you do not need to create new machine readable files, AI text files, markup, or Markdown to appear in AI search. Publishing one is a cheap bet on an emerging convention, not a ranking lever, and anyone selling it as the latter is selling you something.

So why would I run the audit at all?

Because it answers a different question than Search does. Search asks whether you rank. The audit asks whether a piece of software that is not a browser can read your page, find your facts, and complete an action on it. Those are separate problems, and the second one is the one your buyers will hit when they send an agent instead of coming themselves.

If you want to know what AI systems say about your company against a real competitor field, that is the head to head read. It is where I start with most clients.

ListenDiscussed on the podcast, episode 07Who Grades Your Website Now?
← All writingAugust 4, 2026 · 8 min read