← All insights
The AI-First Web

Google Just Added an AI Agent Score to Lighthouse. WebPulse Was Already Measuring It.

Lighthouse 13.3 ships an 'Agentic Browsing' audit category — checking llms.txt, WebMCP, accessibility tree, layout stability. Google just formalized what WebPulse has been scoring since launch. Agent readiness is now an official web standard.

· 7 min read
Share on X LinkedIn

The Audit That Changes Everything

On May 7, 2026, Google shipped Lighthouse 13.3 with a new audit category: Agentic Browsing. Default in Chrome 150+. Same tier as Performance, Accessibility, and Best Practices. The category checks four signals: whether a site publishes an llms.txt file, whether it implements the WebMCP protocol, whether its accessibility tree is well-formed for agent parsing, and whether cumulative layout shift stays low enough for screenshot-based agents to navigate reliably.

This is Google telling every web developer on Earth: your site will be scored on how well AI agents can use it. Not eventually. Now. The same Lighthouse that determines your PageSpeed Insights score, that your SEO team monitors weekly, that your CI pipeline checks on every deploy — it now includes agent readiness.

13.3
Lighthouse version with Agentic Browsing
Shipped May 7, 2026. Default in Chrome 150+. Source: Chrome for Developers, DebugBear.
4
Signals audited
llms.txt, WebMCP protocol, accessibility tree formation, layout stability for screenshot agents.

WebMCP: The HTTP of the Machine Web

The WebMCP protocol — jointly developed by Google and Microsoft under W3C — launched its Chrome 149 origin trial on May 19 at Google I/O. Microsoft Edge 147 has supported it since March 2026. WebMCP lets websites publish structured 'Tool Contracts' that tell AI agents exactly what operations are available, what parameters they accept, and what responses to expect.

Early measurements show 89% token savings compared to screen-scraping. Instead of an AI agent rendering your page, taking a screenshot, and guessing what buttons do, WebMCP provides a structured API that agents consume directly. This is the difference between a human reading a menu and a machine reading an API specification. The web just got its machine-readable layer.

89%
WebMCP token savings vs. screen-scraping
Source: Google I/O 2026 WebMCP presentation.
Chrome 149+ (origin trial), Edge 147+
Browser support
Source: Chrome for Developers, May 2026.

What WebPulse Already Knew

WebPulse's AI-Readiness scoring dimension has been measuring exactly these signals since launch. Our agent readiness scanner checks for llms.txt, structured data quality, HTML semantic structure, and machine-parseable output. When we scored WordPress at 45/100 and Astro at 92/100, one of the largest gaps was in agent readiness — WordPress's plugin-injected JavaScript, theme overhead, and DOM pollution make it harder for AI agents to parse, navigate, and extract information.

Google's Lighthouse agentic browsing audit validates this methodology. The signals Lighthouse now checks are the signals WebPulse has been scoring. The framework gap we documented — between WordPress's cluttered output and modern frameworks' clean, structured HTML — is now measurable in the same tool that every SEO team already watches.

llms.txt adoption across our scanned domains stands at 10.13% of 300,000 domains checked. Only 7.4% of Fortune 500 companies have published one. The adoption curve is early. The Lighthouse audit will accelerate it — the same way Lighthouse's performance audit accelerated adoption of lazy loading, responsive images, and Core Web Vitals.

10.13%
llms.txt adoption rate
Across 300K scanned domains. Source: WebPulse scan data, June 2026.
7.4%
Fortune 500 llms.txt adoption
Source: WebPulse scan data.

The Framework Divide Widens

Static site generators — Astro, Hugo, Eleventy — produce clean semantic HTML by default. Their Lighthouse agentic browsing scores will be high out of the box. WordPress sites will need plugins (more plugins) to generate llms.txt files, implement WebMCP endpoints, and clean up their DOM for accessibility tree formation. The same architectural gap that WebPulse measures in AI-Readiness scores will now appear in every Lighthouse report.

The web just added a fourth dimension to site quality: Performance, Accessibility, Best Practices, and now Agent Readiness. Frameworks built for the human web will need retrofitting. Frameworks built for clean machine-readable output were already there.

Share this insight
More insights