P2 · MediumAccessibility
Missing ARIA label
Interactive element missing label
Code: missing_aria_label
Why it matters
Interactive element missing label. Assistive technologies and users with disabilities depend on this. Failing this check creates barriers that prevent people from using the site.
How to fix
Use semantic HTML landmarks
html<header>
<nav aria-label="Main navigation">...</nav>
</header>
<main>
<article>...</article>
<aside aria-label="Sidebar">...</aside>
</main>
<footer>...</footer>Related checks in Accessibility
P2
Missing lang attribute
HTML element missing lang attribute
P1
Insufficient color contrast
Text does not meet WCAG contrast ratio
P1
Images missing alt text
Images without alternative text
P2
Empty alt attribute
Alt text is empty string when it should describe image
P2
Form inputs missing labels
Form controls without associated labels
Run a free scan to check your site
Get a complete audit in under 2 minutes. No account required.
Start Free Scan