Skip to main content
PandaCodeGen
+1 (302) 773-8982

info@pandacodegen.com

Back to Blog
AI Search

Is Your Website Ready for AI Agents? Google Now Scores It

In May 2026 Google quietly added a new grade to its free website checker (the tool called PageSpeed Insights). For years that tool measured how well your site works for people. This new grade, called Agentic Browsing, measures something different: whether an AI assistant can read and use your site. It is not a 0 to 100 score, just a simple pass count, like 3 out of 3. The checks are basic things a well-built site already does, and our own site passes all of them. Below, in plain English: what it checks, why it matters for your business, and what you should do about it.

Hassan Jamal

Hassan Jamal·Jun 19, 2026·9 min read

The Short Answer

  • Google added an “Agentic Browsing” category to PageSpeed Insights in May 2026. It scores whether AI agents can browse and act on your site, shown as a ratio (like 3/3), not a 0 to 100 score.
  • The three scored checks today are simple: can an AI cleanly read your page (a tidy behind-the-scenes structure), does the page stay still as it loads instead of jumping around, and do you have an llms.txt file (a short text file that maps your site for AI). Clean, custom-built sites pass these automatically.
  • The WebMCP checks (the layer that lets agents take actions) are listed but unscored and marked “Not Applicable” for almost everyone, because WebMCP, the standard behind them, is still in early testing in Chrome. Building it now is premature.
  • Our own site (pandacodegen.com) passes 3 of 3 on the scored checks, with zero special work, because the same foundation that makes a site fast and AI-citable is what passes Agentic Browsing.
  • And it pays off in real money: customers who found us through AI assistants (mostly ChatGPT, plus Claude and Perplexity) have placed more than $7,000 in orders on our own store so far. Passing the score is the foundation. The orders are the point.

For a decade, your website was graded on how well humans could use it: speed, SEO, accessibility. In 2026 a new grader showed up, and it is not a person. It is an AI agent, software that browses on a user's behalf to find, compare, and increasingly buy. Google has started scoring how ready your site is for that, and most businesses do not know the test exists yet. That gap is the opportunity. If you want the bigger picture of building sites AI can find and trust, that is the whole point of our custom build approach.

About PandaCodeGen

PandaCodeGen builds custom Next.js sites that are fast for people and easy for machines to read. Clean, well-organized code, stable layouts, and a proper llms.txt file are standard, not add-ons, which is why our sites pass Google's Agentic Browsing checks without extra work. We treat AI agents and AI search as a real audience, not a someday.

What Is Agentic Browsing?

Quick Answer

Agentic Browsing is a new grade Google added in May 2026 to its free website checker, the same tool that scores how fast your site loads. The difference is who it grades for. Instead of checking that a person can use your site, it checks whether an AI assistant can read and use it. It is not a 0 to 100 score. It is a simple pass count, like 3 out of 3. It is still early and experimental, so the exact checks will change over time.

The reason this matters is where commerce is heading. Morgan Stanley projects that agentic commerce, where software agents shop and buy on a person's behalf, could account for 10 to 20 percent of US ecommerce spending by 2030. An agent cannot buy from a site it cannot read. Google adding a score for this is the early signal that machine-readability is becoming a ranking-style concern, the way mobile-friendliness did a decade ago.

What Google Actually Scores Today

Quick Answer

Three checks are scored today: a well-formed accessibility tree (so an agent can navigate the page), a stable layout measured by Cumulative Layout Shift (so elements do not move while the agent reads), and a compliant llms.txt file (a machine-readable map of your site). Custom-built sites with clean semantic markup pass all three. Bloated platform and plugin-heavy sites often fail the accessibility-tree and layout checks.

Notice what these three have in common: none of them are exotic. They are the same basics that make a site fast, usable for people with screen readers, and quotable by AI search. An AI agent reads your page through the same behind-the-scenes structure that screen readers use for blind visitors. So clean code, proper headings, labelled forms, and image descriptions are not just an accessibility nicety anymore. They are how an agent makes sense of your page at all.

Google PageSpeed Insights showing pandacodegen.com passing 3 of 3 Agentic Browsing checks: a well-formed accessibility tree, a stable layout (low Cumulative Layout Shift), and a compliant llms.txt file, with the WebMCP checks marked Not Applicable
Google PageSpeed Insights, pandacodegen.com (June 2026): 3 of 3 on the scored Agentic Browsing checks. The WebMCP checks below are marked Not Applicable because the standard is still in early testing. This category is experimental and subject to change.
"We did not build for this score. We pass it because the foundation that makes a site fast and AI-citable is the same foundation an agent needs to read it.

Does Being AI-Readable Actually Lead to Sales?

Quick Answer

Yes. The same clean foundation that passes these checks is what gets you recommended by AI assistants like ChatGPT and Claude, and those recommendations turn into real orders. On our own store, customers who found us through AI assistants have placed more than $7,000 in orders so far, including a single $1,680 order from a buyer referred by Claude. Passing a technical score is not the point. The orders are.

This is the part that matters for a business owner, because the score is not the goal. We tag where every order comes from on our own store, and a growing share now arrives from people who found us by asking an AI assistant, not from a Google search or an ad. So far that adds up to more than $7,000 we can trace back to AI assistants: around $5,100 from ChatGPT across 25 orders, a $590 order from Perplexity, and a $1,680 order from a customer who told us Claude sent them.

PandaCodeGen order dashboard, AI and LLMs category: orders and revenue attributed to AI assistants. ChatGPT 25 orders at $5,149, Claude 1 order at $1,680, Perplexity 1 order at $590, with Gemini, Meta AI, and DeepSeek at zero so far
Our own order dashboard, AI and LLMs breakdown (June 2026): ChatGPT, Claude, and Perplexity have driven real orders and revenue. Gemini, Meta AI, and DeepSeek are tracked too, but have not converted yet.

One honest distinction. These are real people who found us through an AI assistant and then bought, not AI agents buying on their own. Autonomous agent purchases are what the WebMCP layer below is built for, and that is still coming. But the foundation is the same: a site an AI can read cleanly is a site an AI recommends, and today that recommendation reaches a person who places the order. Passing Agentic Browsing is the technical proof. The orders are the business proof.

What Is WebMCP, and Why Is It “Not Applicable”?

Quick Answer

WebMCP (short for Web Model Context Protocol) is a new standard from Google and Microsoft, announced February 2026, that lets your site hand an AI assistant a clear list of what it can do, so it can fill a form or complete a checkout reliably instead of guessing where to click. The checks for it show “Not Applicable” because WebMCP is still in early testing in Chrome and only runs on the newest version with special access turned on. In plain terms, Google built the test but is not scoring it yet.

This is the part worth understanding, because it tells you exactly what to do and what not to do. There are two layers to agent-readiness. The first is browsability: can an agent read and navigate your page? That is the scored layer (accessibility, layout, llms.txt), and it is live today. The second is actionability: can an agent reliably do something on your page, like submit a form or complete a purchase? That is WebMCP, and it is still being built. You add it by tagging your forms with a few extra labels, but the standard is still in testing, so almost nothing uses it yet.

That Google itself marks WebMCP “Not Applicable” is the useful signal. If the company building the standard is not scoring it, building a production WebMCP integration today means engineering against a moving target that no agents actually use yet. The honest move is to pass the browsability layer now and add the action layer the moment it matters.

The Honest Truth About llms.txt

Quick Answer

An llms.txt is a small text file you place at the root of your site that gives AI tools a simple map of your most important pages. Google's checker rewards having a proper one, but be realistic: as of early 2026, OpenAI, Google, Anthropic, and Meta had not all committed to actually reading it. Its strongest confirmed use today is AI coding tools. So treat it as a cheap, recommended box to tick that Google scores, not a guaranteed pipeline into every AI answer.

We mention this because the internet is full of advice treating llms.txt as a magic switch for AI visibility. It is not. It costs almost nothing to add and Google scores it, so there is no reason not to have one. But the heavy lifting for actually being found and quoted by AI still comes from clean, well-structured content with a direct answer in the first sentence of each section. That is the same principle Google's own agent-readiness guidance points to, and it is how we structure every page we build.

How to Pass (and Who Usually Fails)

Quick Answer

To pass, you need three things: clean, well-organized code with proper headings and labelled forms (so an AI can read the page), a layout that does not jump around while it loads, and an llms.txt file at the root of your site. Custom-built sites usually pass automatically. WordPress, Wix, and heavy page-builder sites often fail, because their code is bloated and messy and their pages shift around as they load.

If you are on a platform or a plugin-heavy theme and you fail these checks, it is the same root cause that tanks your PageSpeed and your Core Web Vitals: too much code doing too little, and a layout assembled by a builder rather than written cleanly. The fix is not a plugin. It is a site built properly. That is exactly what a migration to custom Next.js does, and it is why our builds clear these checks as a side effect rather than a project. The same work also feeds your server-side ad tracking and your AI-search visibility, because it is all the same clean foundation.

Drop your URL and we will tell you what an AI agent can and cannot do with your site today.

What to Do Now

The trap with anything labelled “the future of the web” is overbuilding for a standard that has not landed. So here is the honest sequence, in order.

  • Pass the browsability layer today. Accessibility tree, layout stability, llms.txt. This is scored now, it is cheap on a clean site, and it is the same foundation that makes you fast and citable in AI search.
  • Do not build WebMCP yet. It is still in testing, no agents use it at scale yet, and Google does not score it. Building now means working against a moving target.
  • Watch for the trigger. The moment Google moves the WebMCP checks from 'Not Applicable' to scored, that is the signal to add the action layer (tagging your forms so agents can use them). Until then, the foundation is the work.
  • Treat agent-readiness and AI-search visibility as one job. The clean, well-structured site that passes Agentic Browsing is the same site that gets cited by ChatGPT and Google's AI answers. You are not doing two projects.

The Bottom Line

Google just started grading your website for an audience that is not human. Most businesses have not noticed. The good news is that passing the part that is scored today does not require chasing a new trend. It requires a site built on clean fundamentals, the same ones that make it fast, accessible, and quotable by AI. The deeper agent-action layer is coming, but it is not here yet, and building it early is a cost, not an edge.

We build sites that pass these checks by default and structure every page so AI can read and quote it. If you want to know where your current site stands with an AI agent, that is a free conversation, you do not have to be a client. Send your URL and we will show you what an agent sees.

Find Out If Your Site Is Ready for AI Agents

We will run your site through the same checks Google uses and tell you what an AI agent can read and do with it today. Building new? Every site we ship passes Agentic Browsing and is structured to be quoted by AI search.

No pitch required. Drop your URL and we will tell you what we see.

Frequently Asked Questions

Frequently Asked Questions

Related Reading

Agentic Browsing is about whether an agent can read your site. For the protocol agents will use to actually buy from it, see Google's Universal Commerce Protocol. For why platform stores leak conversion signal to ads and AI agents alike, read why your ad costs climb while orders stay flat. And for how all of this fits our approach to being found by AI, see how PandaCodeGen builds for AI search.