4.6 Agentic readiness (Lever 9) ✦MediumVerified
Forms without labels
A form field with no associated label is a guess for screen-reader users and for agents trying to fill it. Proper labels make forms usable by everything.
What it is
Inputs lack associated labels.
Why it matters
Agents/AT can’t complete forms reliably.
How to fix it
Associate labels with inputs.
How to find it on your site
- Inspect form fields for associated label elements.
- Flag inputs relying on placeholder text alone.
- Add explicit labels tied to each input.
- Re-test with a screen reader.
Cross-reference to ranking and citation factors
Labelled forms are usable by assistive tech and agents alike. Unlabelled fields block both.
Impact
Low-medium. Direct (WCAG).
Evidence
Labelled controls are required. W3C, Web Content Accessibility Guidelines (WCAG) 2.2; W3C, WAI-ARIA Authoring Practices
Sources