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

  1. Inspect form fields for associated label elements.
  2. Flag inputs relying on placeholder text alone.
  3. Add explicit labels tied to each input.
  4. 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