Cherry Seed

What is the Lighthouse 13.3 Agentic Browsing audit and does a WordPress site need to pass it?

Lighthouse Agentic Browsing AI agent audit WordPress AI readiness

Quick Answer

The Lighthouse 13.3 Agentic Browsing audit is a new automated check that evaluates whether a website is ready for AI agent interaction — assessing structured data completeness, API discoverability, and machine-readable navigation. A WordPress site benefits from passing it because AI shopping agents from Google, Microsoft, and others use similar signals to decide which stores they can reliably browse, query, and transact with. Sites that fail the audit risk being invisible to the growing wave of AI-powered purchasing assistants. According to Chrome DevTools documentation, the audit scores five capability dimensions that map directly to agent interoperability.

Full Answer

Lighthouse 13.3 introduced the Agentic Browsing audit category alongside its existing performance, accessibility, and SEO checks. The audit evaluates whether a website exposes the structured interfaces that AI agents need to navigate, query, and act on a site without human-style browsing.

The five dimensions scored are: structured data coverage (do product and content pages carry complete schema markup), API surface discoverability (does the site expose endpoints or feeds that agents can consume programmatically), navigation predictability (can an agent traverse the site's information architecture without JavaScript rendering), authentication surface (are there machine-readable paths for agent identity and permissioning), and action completability (can an agent initiate a transaction or form submission through structured inputs).

For WordPress and WooCommerce sites, several of these dimensions require deliberate configuration. WooCommerce generates basic JSON-LD product schema by default, but it omits attributes like shipping estimates, return policies, and review aggregates that agents weight heavily. The REST API provides programmatic access, but most stores leave it unauthenticated and undocumented from an agent's perspective. Adding an llms.txt file, completing product schema fields, and exposing a structured sitemap that agents can parse gives a WordPress site a meaningful head start.

Passing the audit is not mandatory today — but the signals it checks are already used by AI shopping agents to rank which stores they engage with. Treating it as a readiness checklist rather than a compliance gate is the pragmatic approach for stores that want to stay visible as agent-driven commerce grows.

Sources

Programmatic Access

GET https://seresa.io/wp-json/cherry-tree-by-seresa/v1/seeds/949

Cite This Answer

Cherry Tree by Seresa - https://seresa.io/seed/ai-data-readiness/lighthouse-13-agentic-browsing-audit-wordpress