HomeDigital MarketingHow AI Agents See Your Website (And How To Build For Them)

How AI Agents See Your Website (And How To Build For Them)

Each main AI platform can now browse web sites autonomously. Chrome’s auto browse scrolls and clicks. ChatGPT Atlas fills varieties and completes purchases. Perplexity Comet researches throughout tabs. However none of those brokers sees your web site the way in which a human does.

That is Half 4 in a five-part collection on optimizing web sites for the agentic net. Half 1 lined the evolution from search engine marketing to AAIO. Half 2 defined the way to get your content material cited in AI responses. Half 3 mapped the protocols forming the infrastructure layer. This text will get technical: how AI brokers really understand your web site, and what to construct for them.

The core perception is one which retains arising in my analysis: Probably the most impactful factor you are able to do for AI agent compatibility is similar work net accessibility advocates have been pushing for many years. The accessibility tree, initially constructed for display readers, is changing into the first interface between AI brokers and your web site.

Based on the 2025 Imperva Unhealthy Bot Report (Imperva is a cybersecurity firm), automated site visitors surpassed human site visitors for the primary time in 2024, constituting 51% of all net interactions. Not all of that’s agentic searching, however the course is obvious: the non-human viewers on your web site is already bigger than the human one, and it’s rising. All through this text, we draw solely from official documentation, peer-reviewed analysis, and bulletins from the businesses constructing this infrastructure.

Three Methods Brokers See Your Web site

When a human visits your web site, they see colours, format, photographs, and typography. When an AI agent visits, it sees one thing totally totally different. Understanding what brokers really understand is the inspiration for constructing web sites that work for them.

The foremost AI platforms use three distinct approaches, and the variations have direct implications for the way it is best to construction your web site.

Imaginative and prescient: Studying Screenshots

Anthropic’s Laptop Use takes essentially the most literal method. Claude captures screenshots of the browser, analyzes the visible content material, and decides what to click on or kind based mostly on what it “sees.” It’s a steady suggestions loop: screenshot, motive, act, screenshot. The agent operates on the pixel stage, figuring out buttons by their visible look and studying textual content from the rendered picture.

Google’s Challenge Mariner follows an analogous sample with what Google describes as an “observe-plan-act” loop: observe captures visible parts and underlying code constructions, plan formulates motion sequences, and act simulates person interactions. Mariner achieved an 83.5% success charge on the WebVoyager benchmark.

The imaginative and prescient method works, but it surely’s computationally costly, delicate to format adjustments, and restricted by what’s visually rendered on display.

Accessibility Tree: Studying Construction

OpenAI took a unique path with ChatGPT Atlas. Their Publishers and Builders FAQ is express:

ChatGPT Atlas makes use of ARIA tags, the identical labels and roles that assist display readers, to interpret web page construction and interactive parts.

Atlas is constructed on Chromium, however slightly than analyzing rendered pixels, it queries the accessibility tree for parts with particular roles (“button”, “hyperlink”) and accessible names. This is similar knowledge construction that display readers like VoiceOver and NVDA use to assist individuals with visible disabilities navigate the online.

Microsoft’s Playwright MCP, the official MCP server for browser automation, takes the identical method. It offers accessibility snapshots slightly than screenshots, giving AI fashions a structured illustration of the web page. Microsoft intentionally selected accessibility knowledge over visible rendering for his or her browser automation commonplace.

Hybrid: Each At As soon as

In follow, essentially the most succesful brokers mix approaches. OpenAI’s Laptop-Utilizing Agent (CUA), which powers each Operator and Atlas, layers screenshot evaluation with DOM processing and accessibility tree parsing. It prioritizes ARIA labels and roles, falling again to textual content content material and structural selectors when accessibility knowledge isn’t accessible.

Perplexity’s analysis confirms the identical sample. Their BrowseSafe paper, which particulars the protection infrastructure behind Comet’s browser agent, describes utilizing “hybrid context administration combining accessibility tree snapshots with selective imaginative and prescient.”

Platform Major Strategy Particulars
Anthropic Laptop Use Imaginative and prescient (screenshots) Screenshot, motive, act suggestions loop
Google Challenge Mariner Imaginative and prescient + code construction Observe-plan-act with visible and structural knowledge
OpenAI Atlas Accessibility tree Explicitly makes use of ARIA tags and roles
OpenAI CUA Hybrid Screenshots + DOM + accessibility tree
Microsoft Playwright MCP Accessibility tree Accessibility snapshots, no screenshots
Perplexity Comet Hybrid Accessibility tree + selective imaginative and prescient

The sample is obvious. Even platforms that began with vision-first approaches are incorporating accessibility knowledge. And the platforms optimizing for reliability and effectivity (Atlas, Playwright MCP) lead with the accessibility tree.

Your web site’s accessibility tree isn’t a compliance artifact. It’s more and more the first interface brokers use to grasp and work together together with your web site.

Final yr, earlier than the European Accessibility Act took impact, I half-joked that it will be ironic if the factor that lastly acquired individuals to care about accessibility was AI brokers, not the individuals accessibility was designed for. That’s now not a joke.

The Accessibility Tree Is Your Agent Interface

The accessibility tree is a simplified illustration of your web page’s DOM that browsers generate for assistive applied sciences. The place the complete DOM accommodates each div, span, fashion, and script, the accessibility tree strips away the noise and exposes solely what issues: interactive parts, their roles, their names, and their states.

For this reason it really works so nicely for brokers. A typical web page’s DOM may include hundreds of nodes. The accessibility tree reduces that to the weather a person (or agent) can really work together with: buttons, hyperlinks, kind fields, headings, landmarks. For AI fashions that course of net pages inside a restricted context window, that discount is critical.

OpenAI’s Publishers and Builders FAQ could be very clear about this:

Comply with WAI-ARIA greatest practices by including descriptive roles, labels, and states to interactive parts like buttons, menus, and varieties. This helps ChatGPT acknowledge what every component does and work together together with your web site extra precisely.

And:

Making your web site extra accessible helps ChatGPT Agent in Atlas perceive it higher.

Analysis knowledge backs this up. Probably the most rigorous knowledge on this comes from a UC Berkeley and College of Michigan research printed for CHI 2026, the premier educational convention on human-computer interplay. The researchers examined Claude Sonnet 4.5 on 60 real-world net duties underneath totally different accessibility circumstances, accumulating 40.4 hours of interplay knowledge throughout 158,325 occasions. The outcomes have been putting:

Situation Process Success Charge Avg. Completion Time
Normal (default) 78.33% 324.87 seconds
Keyboard-only 41.67% 650.91 seconds
Magnified viewport 28.33% 1,072.20 seconds

Below commonplace circumstances, the agent succeeded almost 80% of the time. Prohibit it to keyboard-only interplay (simulating how display reader customers navigate) and success drops to 42%, taking twice as lengthy. Prohibit the viewport (simulating magnification instruments), and success drops to twenty-eight%, taking on thrice as lengthy.

The paper identifies three classes of gaps:

  • Notion gaps: brokers can’t reliably entry display reader bulletins or ARIA state adjustments that might inform them what occurred after an motion.
  • Cognitive gaps: brokers battle to trace activity state throughout a number of steps.
  • Motion gaps: brokers underutilize keyboard shortcuts and fail at interactions like drag-and-drop.

The implication is direct. Web sites that current a wealthy, well-labeled accessibility tree give brokers the knowledge they should succeed. Web sites that depend on visible cues, hover states, or advanced JavaScript interactions with out accessible options create the circumstances for agent failure.

Perplexity’s search API structure paper from September 2025 reinforces this from the content material facet. Their indexing system prioritizes content material that’s “top quality in each substance and kind, with data captured in a way that preserves the unique content material construction and format.” Web sites “heavy on well-structured knowledge in checklist or desk kind” profit from “extra formulaic parsing and extraction guidelines.” Construction isn’t simply useful. It’s what makes dependable parsing doable.

Semantic HTML: The Agent Basis

The accessibility tree is constructed out of your HTML. Use semantic parts, and the browser generates a helpful accessibility tree mechanically. Skip them, and the tree is sparse or deceptive.

This isn’t new recommendation. Internet requirements advocates have been screaming “use semantic HTML” for twenty years. Not everybody listened. What’s new is that the viewers has expanded. It was once about display readers and a comparatively small share of customers. Now it’s about each AI agent that visits your web site.

Use native parts. A component mechanically seems within the accessibility tree with the position “button” and its textual content content material because the accessible identify. A

doesn't. The agent doesn’t understand it’s clickable.





Search flights

Label your varieties. Each enter wants an related label. Brokers learn labels to grasp what knowledge a discipline expects.







The autocomplete attribute deserves consideration. It tells brokers (and browsers) precisely what kind of knowledge a discipline expects, utilizing standardized values like identify, electronic mail, tel, street-address, and group. When an agent fills a kind on somebody’s behalf, autocomplete attributes make the distinction between assured discipline mapping and guessing.

Set up heading hierarchy. Use h1 by h6 in logical order. Brokers use headings to grasp web page construction and find particular content material sections. Skip ranges (leaping from h1 to h4) create confusion about content material relationships.

Use landmark areas. HTML5 landmark parts (

,

,

,

,

) inform brokers the place they're on the web page. A

component is unambiguously navigation. A

Slobodan Manic
Host of the No Hacks Podcast and machine-first net optimization advisor at No Hacks

Slobodan “Sani” Manić is a web site optimisation advisor with over 15 years of expertise serving to companies make their websites quicker, ...

RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Most Popular