Web Accessibility Scanner

Your friendly guide to a web that works for everyone.

With Omi you can check your webpages for accessibility so we can make the web accessible for everyone

Scan any webpage for accessibility issues Add to Chrome, it's free

About

Making accessibility part of every developer's workflow

Omi A11Y is a free Chrome extension that scans any webpage for WCAG 2.1 A and AA violations right in your browser. No sign-up, no build pipeline changes, just click the extension and instantly see what's broken, why it matters, and how to fix it. Whether you're a developer auditing your own work or a designer checking a client site, Omi turns complex accessibility standards into clear, actionable guidance.

25 Automated checks

From missing alt text to keyboard traps, every check runs instantly in your browser.

1-Click Element Highlighting

Jump directly to any failing element on the page, no hunting through the source required.

WCAG 2.1 A & AA coverage

Both conformance levels so you can meet legal requirements and best-practice standards.

Free Always

No paywalls, no premium tiers, full access for every developer, everywhere.

What Omi Checks

Every check, named and mapped.

25 automated checks across WCAG 2.1 A and AA, each one linked to the exact criterion it covers so you always know why it matters.

# Check WCAG
AriaLevel A Errors
1Missing alt text on images1.1.1
2Empty links with no accessible name2.4.4
3Form inputs without a label4.1.2
4Buttons with no accessible name4.1.2
5Page missing a title element2.4.2
6Click-only elements with no keyboard access2.1.1
7Interactive elements removed from tab order2.1.1
8Custom widgets missing tabindex2.1.1
9Dialogs missing focus management2.1.2
10Linked images with empty alt text1.1.1
AltoLevel A Warnings
1aria-label placed on a child element instead of the parent link1.1.1
2<html> missing a lang attribute3.1.1
3Heading levels that skip (e.g. H2 → H4)1.3.1
4Elements with tabindex > 0, disrupting tab order2.4.3
5Toggle buttons missing aria-expanded4.1.2
6Click handlers with no matching keyboard handler2.1.1
7Custom dropdowns missing ARIA keyboard support4.1.2
8Images with empty alt whose filename implies content1.1.1
InfoLevel A Info
1Buttons whose label text implies a toggle (menu, dropdown, accordion) but have no aria-expanded4.1.2
ContraLevel AA Errors
1Page missing an <h1> heading2.4.6
2Text with color contrast more than 1.5 below the required ratio (4.5:1 normal / 3:1 large)1.4.3
NavLevel AA Warnings & Info
1More than one <h1> on a single page2.4.6
2Multiple <main> landmark elements1.3.6
3Text with contrast mildly below the required threshold1.4.3
4Page with multiple links but no <nav> landmark1.3.6