DEV Community

naveen gaur
naveen gaur

Posted on • Originally published at naveengaur.com

Google PageSpeed's New Agentic Browsing Score: Why a Website With 100 SEO Can Still Fail AI Readiness Checks

Google recently introduced a new category in PageSpeed Insights called Agentic Browsing.

While most developers focus on Performance, Accessibility, Best Practices, and SEO, this new category evaluates something different:

Can AI agents understand and interact with your website effectively?

This is one of the clearest signals yet that websites are increasingly being evaluated not only for human users and search engines, but also for AI systems.


What Is Agentic Browsing?

According to Google's documentation, Agentic Browsing audits are designed to evaluate whether a website is easily understandable and navigable by AI agents.

The current audits focus on areas such as:

  • Accessibility tree quality
  • llms.txt implementation
  • Layout stability
  • WebMCP integration readiness

The goal is simple:

AI systems need reliable signals to understand content, navigation, actions, and business information.

A website that is visually usable for humans may still be difficult for an AI agent to interpret.


A Real Example: SEO 100, Agentic Browsing 0/3

One of the most interesting findings from Google's new audit is that traditional SEO success doesn't guarantee AI readiness.

Example Website

pagespeed data showing agentic ai score

Scores:

  • Performance: 94
  • Accessibility: 77
  • Best Practices: 100
  • SEO: 100
  • Agentic Browsing: 0/3

Despite achieving a perfect SEO score, the site failed Google's Agentic Browsing checks.

The failures included:

  • Accessibility tree issues
  • Invalid or missing llms.txt
  • Accessibility-related interaction problems

This demonstrates an important distinction:

Traditional SEO and AI discoverability overlap, but they are not identical.


What a Passing Agentic Browsing Score Looks Like

For comparison, I also tested my own portfolio website ( naveengaur.com ).

pagespeed data showing agentic ai score

Results:

  • Performance: 100
  • Accessibility: 100
  • Best Practices: 100
  • SEO: 100
  • Agentic Browsing: 3/3

The goal wasn't simply to achieve a perfect score.

The goal was to ensure the website provides clear signals for:

  • Human visitors
  • Search engines
  • Accessibility tools
  • AI systems

Google's Agentic Browsing audit currently evaluates factors such as:

  • Accessibility tree quality
  • llms.txt implementation
  • Layout stability
  • WebMCP readiness

Passing these checks doesn't guarantee AI visibility, but it does indicate that a website is providing cleaner, more machine-readable signals.

What's particularly interesting is the contrast between the two examples:

Metric Client Website NaveenGaur.com
Performance 94 100
SEO 100 100
Agentic Browsing 0/3 3/3

This demonstrates that traditional SEO alone is no longer the complete picture.

As AI-assisted search and recommendation systems become more common, websites need to be optimized not only for rankings and users, but also for machine understanding.

Understanding the Accessibility Tree

One of the most significant Agentic Browsing checks evaluates whether the accessibility tree is properly structured.

For developers, this means ensuring:

  • Buttons have discernible text
  • Links have meaningful labels
  • ARIA roles are appropriate
  • Presentational elements are correctly defined

Example failures reported by Google:

<button role="button" class="owl-dot active"></button>
Enter fullscreen mode Exit fullscreen mode

Without accessible text, humans may understand the UI visually, but AI systems and assistive technologies receive very little context.

Similarly:

<a href="/contact"></a>
Enter fullscreen mode Exit fullscreen mode

A link without meaningful text creates ambiguity for both screen readers and AI systems.

The takeaway:

Semantic HTML matters more than ever.


Why llms.txt Matters

Another Agentic Browsing audit checks for llms.txt recommendations.

A typical failure looks like:

Fetch of llms.txt failed
Enter fullscreen mode Exit fullscreen mode

The purpose of llms.txt is to provide structured guidance for large language models.

Think of it as a machine-readable overview of:

  • Important pages
  • Business offerings
  • Documentation
  • Preferred content locations

While implementation practices are still evolving, Google's inclusion of llms.txt in Lighthouse suggests that machine-readable guidance is becoming increasingly important.


Layout Stability Isn't Just About UX Anymore

Agentic Browsing also evaluates Cumulative Layout Shift (CLS).

Traditionally, CLS was viewed primarily as a user experience metric.

Now it has another implication:

AI agents interacting with websites benefit from predictable interfaces.

When buttons move unexpectedly due to layout shifts:

  • Users click the wrong thing
  • Automation becomes less reliable
  • AI interactions become harder

Stable interfaces improve outcomes for both humans and machines.


What About WebMCP?

Google's audit also references WebMCP.

The current reports include checks such as:

  • WebMCP form coverage
  • WebMCP tools registered
  • WebMCP schema validation

The broader goal is enabling AI systems to identify and interact with website capabilities more reliably.

Examples include:

  • Contact forms
  • Booking systems
  • Search functionality
  • Interactive tools

Although adoption is still early, it's clear that Google expects machine-readable interfaces to play a larger role in the future web.


AI Traffic Is Already Real

One common reaction to Agentic Browsing is:

"This sounds interesting, but are AI systems actually sending traffic?"

In my own analytics, the answer is yes.

Traffic source data for naveengaur.com
Recent traffic sources included:

Source Sessions
Bing Organic 77
ChatGPT Referral 48
Google Organic 23

The numbers themselves aren't the story.

The story is that AI platforms are already generating measurable traffic.

This is no longer theoretical.


Building an AI-Ready Website

If you're maintaining WordPress sites, client websites, or SaaS products, these are the areas worth reviewing today:

Accessibility

  • Button labels
  • Link text
  • ARIA roles
  • Landmark regions
  • Keyboard navigation

Content Structure

  • Proper heading hierarchy
  • Semantic HTML
  • Clear page organization

Technical Foundations

  • llms.txt
  • Structured data
  • Stable layouts
  • Core Web Vitals

Future Readiness

  • Monitor Agentic Browsing audits
  • Evaluate WebMCP opportunities
  • Test machine-readable interactions

Final Thoughts

The introduction of Agentic Browsing may end up being one of the most significant additions to Lighthouse in recent years.

Not because it replaces SEO.

Not because it replaces performance.

But because it introduces a new question:

Can AI systems understand and interact with your website effectively?

As conversational search, AI assistants, and autonomous agents become more common, websites that provide stronger machine-readable signals may gain a meaningful advantage.

For developers, technical SEOs, and WordPress professionals, this is an area worth paying close attention to.


Naveen Gaur is a WordPress Performance Specialist & Full-Stack Consultant specializing in speed optimization, Core Web Vitals, and technical audits for high-performance websites.

Naveen Gaur | WordPress Performance Specialist & Full-Stack Consultant

WordPress Performance Specialist & Full-Stack Consultant | Technical SEO · Emergency Recovery · Custom Web Apps | Helping Founders Fix What Others Can’t

favicon naveengaur.com

Top comments (0)