A New Audience: AI Agents
Websites have historically been optimized for two audiences: people and search engine crawlers. Recently, a third has emerged – AI agents that act on behalf of users, independently navigating websites, reading information, and carrying out actions such as filling out a form or booking an appointment.
Google is now accounting for this development. With Lighthouse 13.3 (early May 2026), a new category called "Agentic Browsing" appeared. Lighthouse is the audit engine behind the well-known PageSpeed Insights tool. The new category sits conceptually alongside Performance, Accessibility, Best Practices and SEO – and checks something none of the others cover: how well can an AI agent understand and operate your page?
Important context: the category is explicitly still "under development", i.e. experimental. It doesn't produce a 0–100 score but a simple pass ratio (e.g. "2 of 2"). And as of today, it's not a confirmed ranking factor. Rollout into the hosted PageSpeed Insights interface is happening gradually; the checks themselves, however, can already be run today (e.g. via the current Lighthouse version or third-party tools).
What Exactly Is Checked
The category combines four signals:
- The accessibility tree – the machine-readable structural representation of your page. AI agents process this simplified structure far more efficiently than the full HTML code or a screenshot. A clean, correctly marked-up structure therefore helps screen readers and agents alike.
- Layout stability (the well-known CLS metric). If page content jumps around while loading, an agent – which often acts faster than a human – can easily click the wrong element.
- WebMCP: a new interface through which a website can offer agents specifically defined actions (for example via annotated forms). This is the genuinely new building block that goes beyond classic optimization.
- An llms.txt: a proposed file at the website root that gives AI systems structured pointers to your content. The check verifies whether the file exists and is sensibly structured (heading, scope, links). Note: llms.txt is so far just a proposal and isn't yet widely used by AI tools.