4.6 Agentic readiness (Lever 9) ✦MediumVerified

Incomplete accessibility tree

AI agents and assistive technology read the accessibility tree, not the pixels. If that tree is incomplete, both screen-reader users and agents get a partial view of the page.

What it is

Controls without names/roles.

Why it matters

The AI guide notes browser agents interpret the accessibility tree; gaps reduce agent legibility.

How to fix it

Provide proper roles/names per ARIA/WCAG.

How to find it on your site

  1. Inspect the accessibility tree in browser DevTools.
  2. Compare it against the visible content for gaps.
  3. Fix semantics so all meaningful content and controls are exposed.
  4. Re-check the tree.

Cross-reference to ranking and citation factors

A complete accessibility tree is increasingly how agents and assistive tech consume a page. Gaps in it leave them blind to parts of the page.

Impact

Low-medium; forward-looking. Direct (guide) + W3C.

Evidence

Agents interpret the accessibility tree. Google Search Central, Optimizing your website for generative AI features on Google Search; W3C, Web Content Accessibility Guidelines (WCAG) 2.2; W3C, WAI-ARIA Authoring Practices