WCAG 2.1/2.2, EAA compliance, keyboard navigation, ARIA, color contrast, and screen-reader signals.
5 issuesbelow — sorted by severity, with the critical and high-severity ones first because they're what you should fix this week. Each entry links to a single page with the symptom, the root cause, the actual code or config change to ship, and a free scan that checks if the issue applies to your site right now.
ARIA attributes reference IDs that do not exist, breaking accessibility for assistive technologies.
Viewport meta tags disabling pinch-zoom violate accessibility guidelines and harm mobile usability.
Elements with role="button" or role="link" lack tabindex and keyboard handler, making them inaccessible to keyboard users.
Inline SVGs lack accessible names, making them unreadable by screen readers and harming accessibility.
Pages should have only one visible <main> landmark; multiple <main> elements cause confusion for assistive technologies.