Skip to content
Accessibility Scanner

Compliance

ADA website compliance

There is no official "ADA certified" badge for a website. In practice, ADA website compliance means your site conforms to the WCAG accessibility guidelines so people with disabilities can use it. Scan a page below to see where you stand today.

Check your site against WCAG, free, no signup, no email.

What the ADA says about websites

The Americans with Disabilities Act (ADA) requires "places of public accommodation" to be accessible. The Department of Justice has consistently taken the position that this includes the websites and apps of businesses open to the public, even though the ADA itself predates the modern web and does not name a specific technical standard for private businesses.

In 2024 the DOJ did set an explicit standard for one group: state and local government websites (Title II) must meet WCAG 2.1 Level AA, with deadlines phased in by entity size. For private businesses (Title III), courts have repeatedly pointed to the same WCAG guidelines as the practical benchmark.

Which standard you are actually measured against

When people say "ADA compliant website," they almost always mean WCAG 2.1 or 2.2, Level AA. That is the standard referenced in DOJ guidance, settlement agreements, and the large majority of legal complaints. Targeting WCAG 2.2 AA covers 2.1 AA as well, so it is the safe target to aim for.

The lawsuit reality (without the scare tactics)

Thousands of web accessibility lawsuits and demand letters are filed in the US every year, many under the ADA and state laws like California's Unruh Act and New York's human rights law. Most target the same handful of issues: low colour contrast, missing image alt text, unlabeled form fields, and keyboard traps. The honest takeaway is not "panic," it is that these are common, findable, and fixable, and that demonstrating ongoing effort matters.

How to check your site

Run the free scan above on any page. It loads the page in a real browser and runs axe-core against WCAG 2.2 A and AA, then outlines every failing element by severity and maps it to the success criterion. Automated testing reliably catches the machine-checkable issues, which are the bulk of what gets cited in complaints. It cannot judge everything, so it flags what still needs a human and never claims you are "compliant."

Avoid the overlay trap

Accessibility overlay widgets that promise instant ADA compliance from one line of JavaScript do not fix your underlying code, and they have themselves become a frequent target of lawsuits. Use a scanner to find real issues, fix them in your markup and content, and re-check. There is no shortcut button.

Frequently asked questions

Is there an official ADA certification for websites?

No. There is no government certification or badge. "ADA compliant" means your site conforms to the WCAG guidelines, typically version 2.1 or 2.2 at Level AA.

What WCAG level do I need for ADA compliance?

Level AA is the practical target. It is the level referenced in DOJ guidance and the vast majority of legal settlements.

Does the ADA apply to small business websites?

If your business is open to the public, courts have generally treated your website as covered. Small businesses receive demand letters too, so the size of the business is not a reliable shield.

Can an overlay or widget make my site ADA compliant?

No. Overlays do not correct the underlying code and are increasingly named in lawsuits. Fix issues at the source.

How do I prove I am working on accessibility?

Keep evidence of ongoing testing and remediation: scan results over time, fixes shipped, and monitoring for regressions. Demonstrating continuous effort is more credible than a one-time pass.

Related guides

See what's actually broken on your site

Real axe-core results, every element outlined. No email wall, no fake “compliant” badge.

Run a free scan

Last updated 2026-06-23.