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.
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.
Title II and Title III: which one applies to you
The ADA is split into titles, and two of them matter for websites. Knowing which one covers you determines whether you have an explicit technical deadline or only case law to work from.
- Title II covers state and local government, including public universities, school districts and transit agencies. This is the one with a firm rule: the DOJ's 2024 regulation requires WCAG 2.1 Level AA, with compliance dates phased by entity size.
- Title III covers private businesses that are "places of public accommodation", which in practice means most retailers, restaurants, hotels, banks, healthcare providers and online services. Title III has no regulation naming a technical standard, which is precisely why the litigation exists: courts fill the gap, and they have consistently pointed at WCAG AA.
Nearly every web accessibility demand letter sent to a business is a Title III claim. The absence of an official standard is not a defence; it means the benchmark is set by settlements and rulings rather than by a rulebook you can point to.
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.
What is ADA Title III and does it cover my website?
Title III covers private businesses that are places of public accommodation, which is most consumer-facing businesses and online services. Unlike Title II, which now has an explicit WCAG 2.1 AA regulation for government, Title III has no regulation naming a standard, so courts have used WCAG AA as the benchmark. Almost all demand letters sent to businesses are Title III claims.
What is the difference between ADA Title II and Title III?
Title II applies to state and local government entities, including public universities and school districts, and carries a 2024 DOJ rule requiring WCAG 2.1 Level AA on a phased timeline. Title III applies to private businesses and has no equivalent technical regulation, leaving WCAG AA as the practical standard set by case law and 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
- WCAG 2.2 checklist WCAG explained
- Section 508 compliance Compliance
- California web accessibility and the Unruh Act Compliance
- VPAT and the accessibility conformance report Compliance
- How to fix color contrast issues How to fix
- How to fix links with no discernible text How to fix
- How to fix missing image alt text How to fix
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 scanLast updated 2026-06-23.