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.
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
- Inspect the accessibility tree in browser DevTools.
- Compare it against the visible content for gaps.
- Fix semantics so all meaningful content and controls are exposed.
- 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
Sources