AI & TechArtificial IntelligenceBigTech CompaniesDigital MarketingDigital PublishingNewswireTechnology

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 `