Google checks websites for llms.txt in new agentic browsing audit

· Source: The Decoder · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Software Development & Engineering, Emerging Technologies & Innovation · Depth: Intermediate, quick

Summary

Google has introduced an experimental "Agentic Browsing" category within its Lighthouse analysis tool to evaluate how effectively websites interact with AI agents. This new audit, based on proposed standards, aims to ensure pages are machine-readable for future agent tasks like form filling, bookings, and product comparisons. Unlike standard Lighthouse tests, it provides a ratio of passed checks rather than a 0-100 score. The audit assesses integration of Google's WebMCP API, the accessibility tree as a machine data model, visual stability via Cumulative Layout Shift (CLS), and the presence of an "llms.txt" file. For instance, Airbnb passed only one of three checks, failing on accessibility tree formation and "llms.txt" fetch, with WebMCP audits marked as not applicable. Google advises developers to use semantic HTML, proper ARIA labels, and minimize layout shifts to prepare for the agent era.

Key takeaway

For web developers and AI engineers preparing for agent-driven web interactions, you should proactively audit your sites using Google's experimental Lighthouse "Agentic Browsing" category. Focus on ensuring robust accessibility trees, implementing "llms.txt" for agent directives, and minimizing Cumulative Layout Shift (CLS). This prepares your web properties for future AI agent functionality like automated form filling and bookings, even as standards evolve. Prioritize semantic HTML and proper ARIA labels now.

Key insights

Google's "Agentic Browsing" in Lighthouse evaluates website readiness for AI agents using checks like "llms.txt" and accessibility tree.

Principles

In practice

Topics

Best for: CTO, VP of Engineering/Data, AI Product Manager, AI Engineer, Software Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by The Decoder.