Google’s Agent Checklist Reframes the Accessibility Audit

▼ Summary
– Google published seven rules for agent-friendly websites, which overlap with existing WCAG accessibility recommendations, making the same audit applicable to both AI agents and users with disabilities.
– A site test of nohacks.co passed six of the seven rules, but failed Rule 5 (cursor: pointer) on all native buttons due to a Tailwind v4 default that removed the cursor style.
– The fix for Rule 5 is a three-line CSS snippet from Tailwind’s upgrade guide, which restores cursor: pointer to buttons and is the single biggest fix for sites using Tailwind v4.
– Google’s rules are framed as suggestions (“consider following”) with no explicit link to ranking or AI-product consequences, though the author recommends treating them as mandatory due to Google’s influence.
– Search interest in “web accessibility” remained flat during the European Accessibility Act’s enforcement but quadrupled in 18 months as AI-agent guidance gained attention, indicating a convergence of priorities.
Google has quietly published a set of seven rules for building websites that AI agents can navigate effectively. But here’s the twist: this new agent-friendly checklist is essentially a rephrased version of the accessibility audit that web professionals have been running for years. The same work, two different visitor classes. And the teams who already prioritized accessibility for blind and low-vision users are most of the way to passing.
The page caught my attention after Matt G. Southern covered it on Search Engine Journal on May 1, 2026. The original web.dev article (by Kasper Kulikowski and Omkar More) was last updated April 1. The short version: Google published a checklist, and it’s worth auditing your site against it.
I ran nohacks.co against all seven rules. Six passed. One failed on every native `
The interesting part is which rule failed and why.
I fixed it, of course.
The Seven Agent-Friendly Rules Google Published
The full list lives at web.dev/articles/ai-agent-site-ux, introduced with the line: “To help agents navigate your website, consider following:”
- Reflect every action in the interface. A button click should produce a visible state change. Silent actions are invisible to the agent.Two important gaps: Google frames this as “consider following” , suggestion-grade, not mandate. And nothing in the article ties these recommendations to ranking or any specific AI product consequence. But I’m pushing harder than Google did, because the source is the dominant search vendor and the list overlaps with two decades of accessibility practice. The prescription below is mine.The article’s closest punchline is the second-to-last sentence: “Everything we suggest to make a site ‘agent-ready’ also makes sites better for humans.” That’s not throwaway. Every item was already a WCAG recommendation when web accessibility advocates were documenting it a decade ago.
Six of Seven Rules Pass on Nohacks.co
I audited the live HTML on the homepage and a representative article page. The method was simple: curl the page, grep for `





