All Guides
Privacy + Compliance

Master ADA Compliance

Make your website accessible to people with disabilities and avoid ADA lawsuits.

The Americans with Disabilities Act (ADA) requires websites to be accessible to people with disabilities. This isn’t optional—it’s federal law, and lawsuits are increasing.

This guide covers: What ADA compliance means, the minimum you need, and tools to get there.

What this covers: ADA website requirements, the five fixes that prevent most accessibility lawsuits, and free and paid tools to audit and remediate your site.

Who it’s for: Business owners and site administrators who need to understand their ADA obligations and take practical steps toward compliance.

Key outcome: You’ll know whether ADA applies to your site, have the most common violations fixed, and have a clear path to full WCAG 2.1 AA compliance if needed.

Time to read: 5 minutes

Part of: Privacy & Compliance series

Do You Need ADA Compliance?

Legally required for:

  • Government websites
  • Businesses that serve the public (retail, hospitality, services)
  • Businesses with 15+ employees
  • Businesses receiving federal funding

Strongly recommended for everyone else: Even if you’re not legally required, accessibility lawsuits have increased significantly since 2018. Settlements average $25,000-$100,000 for small businesses. Being accessible is cheaper than being sued.

What ADA Compliance Means

The Department of Justice points to WCAG 2.1 Level AA as the standard. In practice, this means your site works for:

  • Blind users – Screen readers can navigate and read content
  • Low vision users – Text is resizable, contrast is sufficient
  • Deaf users – Videos have captions
  • Motor impaired users – Everything works with keyboard only
  • Cognitive disabilities – Clear navigation, plain language

The Minimum Viable Approach

Start with the issues that cause 80% of accessibility lawsuits:

  1. Add alt text to all images – Describes what the image shows
  2. Add captions to videos – Auto-caption tools work for most content
  3. Fix color contrast – Text must be readable against background
  4. Make forms keyboard-accessible – Labels, focus states, tab order
  5. Add skip navigation link – Lets keyboard users skip to main content

Time: 2-4 hours for basic fixes on a small site.

Accessibility Testing Tools

Free audit tools:

  • WAVE – Browser extension, scans for issues
  • axe DevTools – Browser extension, detailed issue reports
  • Google Lighthouse – Built into Chrome DevTools, includes accessibility audit

WordPress plugins:

Paid solutions:

  • accessiBe ($49+/month) – Automated accessibility overlay
  • UserWay (free tier) – Accessibility widget

Note on overlays: Accessibility overlays (accessiBe, UserWay) are controversial. They help with some issues but don’t fix underlying code problems. Use them as a supplement, not a replacement for actual fixes.

For Deeper Compliance

If you need full WCAG 2.1 AA compliance:

  • See our Accessibility Audit Guide – Complete testing methodology
  • See our WCAG 2.1 Compliance Guide – Technical requirements

When to Get Professional Help

DIY fixes work for most small sites. Get professional help if:

  • You’ve received a demand letter or lawsuit
  • You’re in a high-risk industry (healthcare, education, government)
  • Your site has complex functionality (apps, custom forms, e-commerce)
  • You need legal protection documentation

The ADA Compliance Checklist

  • WAVE or axe DevTools shows zero critical errors
  • You can navigate your entire site with keyboard only
  • All images have alt text
  • All videos have captions
  • Color contrast passes (4.5:1 for normal text)
  • Forms have visible labels and focus states

Sources

ADA Compliance Questions Answered

Is ADA compliance legally required for websites?

Courts increasingly interpret the ADA to cover websites, especially for businesses that operate physical locations or serve the public. Over 4,000 web accessibility lawsuits were filed in 2023 alone. While no federal regulation explicitly mandates WCAG standards, Title III of the ADA is broadly interpreted to include digital properties.

What is the penalty for a non-ADA-compliant website?

Private ADA lawsuits seek injunctive relief — a court order to fix your site — plus attorney’s fees, typically settling for $10,000–$150,000+. In DOJ enforcement actions, civil penalties start at $75,000 for a first violation and $150,000 for subsequent violations, adjusted annually for inflation.

Do accessibility overlays make your site ADA compliant?

Accessibility overlays (like AccessiBe, UserWay, or AudioEye widgets) do not make your site fully ADA compliant. The National Federation of the Blind and multiple court rulings have found overlays insufficient. They can introduce new barriers, conflict with screen readers, and create a false sense of compliance. Fix your underlying code instead.

What WCAG level is required for ADA compliance?

WCAG 2.1 Level AA is the de facto standard referenced by courts, the Department of Justice, and settlement agreements. Level AA requires a 4.5:1 contrast ratio, keyboard accessibility, text alternatives, and clear navigation. Level AAA is aspirational but not typically required.

✓ Your Site Passes ADA Accessibility Standards

  • All images have descriptive alt text that conveys meaning, not just filenames
  • Every interactive element (links, buttons, forms) is reachable and operable via keyboard alone
  • Color contrast ratios meet WCAG AA minimums (4.5:1 for body text, 3:1 for large text)
  • Form fields have associated <label> elements and error messages are announced to screen readers
  • An accessibility statement page is published with contact information for reporting issues

Test it: Run your homepage through WAVE (wave.webaim.org) and confirm zero critical errors, then tab through your entire navigation using only the keyboard.