What Lighthouse Agentic Readiness Is and Why It Matters
Lighthouse agentic readiness is an automated report in Chrome that evaluates how well a website can be discovered, understood, and used by AI agents, focusing on structure, accessibility, and emerging standards like WebMCP and LLMs.txt rather than only traditional SEO signals. Instead of scoring classic performance or search ranking factors, this Lighthouse report checks whether your site exposes clear actions, metadata, and instructions that agents can follow. According to Marie Haynes, the report “tells you whether your website is discoverable for AI agents, whether you have WebMCP integration set up, and an evaluation of your LLMs.txt file.” As AI assistants move from answering questions to performing tasks, sites that pass more agentic readiness checks will likely be easier for agents to recommend and use. Treat this as an early diagnostic tool for website preparation for AI agents and future AI-driven discovery.
Step 1: Run the Lighthouse Agentic Browsing Report in Chrome Canary
To start Lighthouse agentic readiness testing, install Chrome Canary, Google’s upcoming beta version of Chrome, because the standard browser may not show the new report yet. Open your site in Canary, right-click anywhere, and choose Inspect to open DevTools. At the top of the DevTools panel, select the Lighthouse tab and look for the new Agentic Browsing category. Enable it, choose the device type you want to test, and run the report; there is no need for extra plugins or external software. The output will not be a single score out of 100 but a ratio of passed versus total agentic readiness checks. Use this run as your baseline Chrome Canary testing pass, then repeat for key templates such as home, product, and key content pages to see how consistent your AI agent website optimization is across the site.

Step 2: Fix Accessibility and the Accessibility Tree for AI Agents
One of the most important Lighthouse agentic readiness checks is how well your site exposes actions and content through the accessibility tree. Agents can inspect a page through screenshots, raw HTML, and the accessibility tree, but that tree is what tells them where buttons, links, and key interface elements are. If your labels, roles, and hierarchy are incomplete, agents may fail to click the right controls or complete tasks. Start by reviewing Lighthouse’s accessibility-related findings and align them with standard practices: descriptive aria-labels on buttons, clear heading structure, and form fields with labels. Treat screen readers and AI agents as shared users of the same accessibility map. This work goes beyond traditional SEO; search crawlers might index your content without these refinements, but AI agents depend on them to act. Improving accessibility now strengthens both human usability and website preparation for AI agents.
Step 3: Add WebMCP Where Agents Need to Use Your Tools
WebMCP is a proposed web standard that helps you expose structured tools for AI agents so they can use your site’s functionality, not only read its content. Declarative WebMCP wraps existing forms in simple code that explains what the form does, while imperative WebMCP defines richer, back-and-forth interactions between an agent and your server. Start by identifying which site features you expect people to use through AI assistants, such as calculators, booking forms, or dashboards. Implement declarative WebMCP for straightforward tasks first, then consider imperative approaches for complex flows. Lighthouse’s agentic readiness report highlights whether WebMCP integration exists and where it may be missing. Remember that AI agent website optimization is about making actions machine-usable, not only content findable. Even if you are not ready to expose every feature, focusing on your most valuable tools will help agents perform meaningful tasks for users.
Step 4: Decide Whether You Need an LLMs.txt File Yet
LLMs.txt is a proposed text file, similar to robots.txt, that gives markdown instructions to AI agents about how to use your site. It is not for classic search ranking; it is for agents acting on your pages at inference time. In it, you can point agents to important sections, explain allowed actions, or clarify constraints around tools and data. Lighthouse’s agentic readiness report evaluates whether an LLMs.txt file is present and how it is set up, but not every site needs one right away. If your site has simple content and no agent-focused tools, you can monitor the standard while you improve structure and accessibility. If your site has features that are likely to be used through AI agents, plan a minimal LLMs.txt that documents those entry points. Early adoption can give you an advantage as AI agents become a primary discovery and interaction method.






