Screpy - AI SEO Audit Tool

Associate Every Form Control with a Label

Add explicit, visible labels to form controls so their purpose is clear to screen-reader and voice-input users.

Reviewed by Screpy Editorial Team

This check finds form controls that do not have an accessible label. A placeholder, nearby text, or visual icon does not automatically create a reliable label.

Why this matters

People using screen readers need a programmatic name for each field, while speech-input users rely on visible text that matches that name. Labels also keep the instruction available after a user starts typing, unlike placeholders.

How to fix it

  1. Use a visible <label> whose for value matches the control’s unique id.
  2. Alternatively, wrap a simple input inside its label when that pattern fits the component.
  3. Use aria-labelledby only when existing visible text must provide the name; use aria-label when no visible label is practical.
  4. Keep help text and validation messages separate with aria-describedby.

When the finding appears across many URLs, fix the shared component or layout that produces it instead of patching generated HTML page by page. Recheck representative templates and responsive states after deployment so the correction does not create a regression elsewhere.

How to verify the fix

Inspect the accessibility tree and confirm that every input, select, and textarea has the expected accessible name. Click each visible label to ensure it focuses the correct control, then complete the form using only the keyboard.

Keep before-and-after evidence for the affected URL, original output, correction, and verification method. If markup changes after load, test consent states, localization, responsive variants, and client-side navigation because the initial HTML and rendered DOM can differ.

Further reading

Related tasks

Solve the errors logged to the console

If there are error warnings about your website within the console offered by the browser, you need to follow a few basic steps to resolve them.

Tuesday, December 22, 2020

Title Tags Not Found

Are you encountering the title meta tag not found the issue? You can solve it right away! Here are the causes and importance of the problem in detail.

Sunday, December 20, 2020

Robots.txt Not Found

If you are encountering the Robots.txt not found error, you can create your file immediately by paying attention to the steps below. Discover the details now!

Sunday, December 20, 2020

Not Crawlable Pages

Have the same problem with crawlability issues? Let’s see what you can do for your website to be indexed. Here are the ways and solutions!

Sunday, December 20, 2020

Meta Description Not Found

Are you getting a meta description not found a warning about your web page? Let's figure it out! Why is meta description important, how to pass the audit? Examine!

Sunday, December 20, 2020