Google Urges Developers to Build for AI Agents

▼ Summary
– Google’s web.dev site now includes official guidance advising developers to design websites for AI agents as a distinct audience.
– The guide warns that websites with complex hover states and shifting layouts are “functionally broken for agents.”
– Google recommends using semantic HTML, stable layouts, and proper accessibility markup to make sites agent-friendly.
– Google states that making a site “agent-ready” also improves the site for human users.
– Google links to WebMCP, a proposed standard that lets websites register tools for agents to discover and call as functions.
Google is now telling developers to design their websites with AI agents in mind, treating them as a distinct user group alongside real people. The company’s web.dev resource hub has published a new guide titled “Build agent-friendly websites,” which warns that as users increasingly rely on AI to browse and complete tasks, sites built with complex hover effects and shifting layouts are “functionally broken for agents.”
The guidance outlines three primary ways AI agents interpret a webpage: screenshots for visual recognition via vision models, raw HTML for understanding DOM structure and hierarchy, and the accessibility tree, which Google describes as a “high-fidelity map” of interactive elements stripped of visual clutter. To accommodate these methods, Google recommends using semantic HTML elements like `