ADA Website Compliance for Small Business: How to Avoid Lawsuits in 2026
ADA Website Lawsuits Are Exploding — and Small Businesses Are the Target
Here's a number that should get your attention: over 4,600 ADA website accessibility lawsuits were filed in federal court in 2023 alone, according to UsableNet's annual report. That's up from roughly 2,300 in 2018 — a growth rate of over 100% in five years. When you include state court filings and demand letters (which are far more common), the real number is tens of thousands annually.
And the targets aren't just big corporations. Small and medium businesses with under $25 million in revenue account for the majority of ADA website lawsuits. Serial plaintiffs and their attorneys specifically target small businesses because they're more likely to settle quickly ($5,000-$25,000) rather than fight in court.
The worst part? Most small business owners don't even know their website needs to be accessible.
Does the ADA Apply to My Website?
The Americans with Disabilities Act (ADA), specifically Title III, prohibits discrimination based on disability in places of "public accommodation." Historically, this meant physical locations — stores, restaurants, hotels.
But the Department of Justice (DOJ) has consistently taken the position that websites of businesses that are places of public accommodation are covered by Title III. In April 2024, the DOJ published a final rule (28 CFR Part 35) specifically addressing web accessibility for state and local governments under Title II, and has stated that Title III obligations extend to private businesses.
Who's Covered?
If your business falls into any of the 12 categories of public accommodation under Title III, your website is likely covered:
- Hotels, inns, and places of lodging
- Restaurants, bars, and food service establishments
- Movie theaters, concert halls, stadiums
- Auditoriums, convention centers, lecture halls
- Bakeries, grocery stores, shopping centers, retail stores
- Laundromats, banks, barbershops, gas stations, law offices, pharmacies, insurance offices, professional service offices
- Bus stations, train stations, airports
- Museums, libraries, galleries
- Parks, zoos, amusement parks
- Schools (private), daycare centers
- Senior centers, homeless shelters, food banks
- Gyms, bowling alleys, golf courses
In practice: If you sell goods or services to the public — whether online, in-person, or both — your website is almost certainly covered.
E-Commerce Businesses
Even if you have no physical location, several federal courts have held that websites themselves can be places of public accommodation. The 1st, 2nd, and 7th Circuits have taken this position. The 3rd, 5th, 6th, 9th, and 11th Circuits generally require a nexus to a physical location, but this distinction is narrowing.
Bottom line: Don't gamble on the technicality. If your website is how customers access your business, treat it as covered.
What Standard Should My Website Meet?
The accepted technical standard is WCAG 2.1 Level AA (Web Content Accessibility Guidelines, version 2.1, conformance level AA), published by the World Wide Web Consortium (W3C).
The DOJ's 2024 Title II rule explicitly references WCAG 2.1 Level AA as the required standard for government websites. While Title III (private businesses) doesn't yet have a formal rule specifying WCAG 2.1, courts and the DOJ consistently use it as the benchmark.
WCAG 2.1 AA: The Four Principles (POUR)
All WCAG guidelines are organized under four principles:
1. Perceivable — Information must be presentable in ways users can perceive.
- All images must have alternative text (alt text) that describes the image
- Videos must have captions and/or audio descriptions
- Content must be distinguishable — sufficient color contrast (minimum 4.5:1 ratio for normal text, 3:1 for large text)
- Content must be adaptable — works with screen readers and different display settings
- Text can be resized up to 200% without loss of content or functionality
2. Operable — UI components must be operable by all users.
- All functionality available by keyboard (no mouse-only interactions)
- Users have enough time to read and interact (no auto-advancing content without controls)
- No content that flashes more than 3 times per second (seizure risk)
- Clear navigation — skip navigation links, descriptive page titles, logical focus order
- Input modalities — touch targets minimum 44x44 CSS pixels
3. Understandable — Information and UI operation must be understandable.
- Text is readable (language identified, abbreviations explained)
- Web pages operate in predictable ways (consistent navigation, consistent identification)
- Input assistance — error identification, labels, error prevention on legal/financial forms
4. Robust — Content must be robust enough for diverse user agents and assistive technologies.
- Valid HTML/ARIA markup
- Programmatic name, role, and value for all UI components
- Status messages communicated to assistive technologies
The Most Common Accessibility Failures
Based on the WebAIM Million project (annual analysis of the top 1,000,000 websites), the most common WCAG failures are:
| Issue | % of Home Pages Affected | WCAG Criterion |
|---|---|---|
| Low contrast text | 83.6% | 1.4.3 Contrast |
| Missing alt text on images | 54.5% | 1.1.1 Non-text Content |
| Empty links | 48.6% | 2.4.4 Link Purpose |
| Missing form labels | 45.0% | 1.3.1 Info and Relationships |
| Empty buttons | 27.2% | 4.1.2 Name, Role, Value |
| Missing document language | 18.6% | 3.1.1 Language of Page |
The takeaway: Over 96% of websites have detectable WCAG failures. Yours probably does too.
Real ADA Website Lawsuit Examples
Domino's Pizza v. Robles (2019)
A blind man, Guillermo Robles, sued Domino's because he couldn't order pizza online or through the mobile app using a screen reader. The 9th Circuit ruled that the ADA applies to Domino's website and app as extensions of its physical stores. The Supreme Court declined to hear the case, letting the ruling stand. Domino's eventually settled.
Cost to Domino's: Years of litigation, hundreds of thousands in legal fees, plus remediation costs.
Winn-Dixie Stores v. Gil (2017/2021)
Juan Carlos Gil sued Winn-Dixie because its website wasn't accessible to screen readers, preventing him from downloading coupons, finding store locations, and refilling prescriptions. The trial court ruled for Gil. On appeal, the 11th Circuit reversed on narrow grounds (no injunction for a website that doesn't independently provide goods/services). However, the case spurred significant awareness.
Small Business Settlements (Frequent, Unreported)
The vast majority of ADA website cases against small businesses never reach a courtroom. They follow this pattern:
- Serial plaintiff's attorney sends a demand letter claiming the website is inaccessible
- Letter demands $5,000-$20,000 settlement plus remediation
- Business settles because fighting costs more
- Total cost: $5,000-$25,000 per demand
Some law firms file hundreds of these cases per year. Top serial filers have been involved in 1,000+ cases.
State Laws Add More Risk
Several states have their own accessibility laws:
- California (Unruh Civil Rights Act): Minimum $4,000 per violation per visit. Multiple visits = multiplied damages.
- New York: Active enforcement; no minimum damage amount but high volume of filings
- Florida: Increasing number of filings
In California, some plaintiffs claim separate violations for each page visit, leading to demands of $50,000-$100,000+.
How to Audit Your Website for Accessibility
Automated Testing Tools
Start with automated tools. They catch 30-50% of issues (the easy, machine-detectable ones):
| Tool | Cost | Notes |
|---|---|---|
| WAVE (WebAIM) | Free | Browser extension, great for quick checks |
| axe DevTools (Deque) | Free (basic) / Paid | Most popular among developers |
| Google Lighthouse | Free | Built into Chrome DevTools |
| Pa11y | Free (open source) | Command-line tool for CI/CD |
| Siteimprove | Paid ($200+/month) | Enterprise scanning with reporting |
| accessiBe Audit | Free scan | Basic automated scan |
Manual Testing
Automated tools miss many issues. Essential manual tests include:
- Keyboard navigation: Tab through your entire site. Can you reach every interactive element? Is the focus visible? Can you complete all forms? Can you open and close menus?
- Screen reader testing: Use VoiceOver (Mac), NVDA (Windows, free), or JAWS (Windows, paid) to navigate your site. Does everything make sense when read aloud?
- Zoom testing: Zoom to 200%. Does the layout still work? Is content still readable?
- Color contrast check: Use a contrast checker on all text. Minimum 4.5:1 for normal text, 3:1 for large text.
- Form testing: Are all form fields labeled? Are errors clearly identified? Can you complete forms with keyboard only?
Professional Audit
For the most thorough assessment, hire an accessibility consultant or firm:
| Service Level | Cost | What You Get |
|---|---|---|
| Automated scan + report | $500-$1,500 | Machine-detected issues only |
| Manual audit (WCAG 2.1 AA) | $3,000-$10,000 | Full evaluation with prioritized fixes |
| Audit + remediation plan | $5,000-$15,000 | Issues + detailed fix instructions for developers |
| Audit + user testing | $10,000-$25,000 | Includes testing with disabled users |
Remediation: How to Fix Your Website
Option 1: Developer Remediation (Best)
Have your web developer fix the actual issues in your website code. This is the most effective and sustainable approach.
Typical costs:
- Simple website (5-20 pages): $2,000-$8,000
- E-commerce site: $5,000-$25,000
- Complex web application: $10,000-$50,000+
- Ongoing maintenance: $500-$2,000/month
Option 2: Accessibility Overlay (Controversial)
Overlay tools (accessiBe, UserWay, AudioEye) add a JavaScript widget to your website that claims to fix accessibility issues automatically.
Cost: $49-$499/month
The controversy:
- Accessibility advocates (including the National Federation of the Blind) have publicly opposed overlays
- Overlays don't fix underlying code issues
- Some overlays can actually make sites LESS accessible by interfering with screen readers
- Overlays do NOT provide legal protection — businesses using overlays have been successfully sued
- The DOJ has not recognized overlays as sufficient for compliance
Our recommendation: Overlays are not a substitute for proper remediation. If you use one as a temporary measure while fixing your site, understand the limitations.
Option 3: Rebuild with Accessible Framework
If your website is due for a redesign anyway, building on an accessible framework from the start is the most cost-effective long-term approach.
Accessible website platforms/themes:
- WordPress with accessible themes (Flavor, Developer, Flavor Theme)
- Squarespace (generally good baseline accessibility)
- Shopify (improving, but still requires manual work)
- Custom build with accessible component libraries (Radix, Headless UI, Chakra UI)
Cost Comparison: Lawsuit vs. Compliance
| Scenario | Cost |
|---|---|
| Demand letter settlement | $5,000-$25,000 + legal fees |
| Full lawsuit (federal) | $50,000-$250,000+ in legal fees + potential damages |
| California Unruh Act claim | $4,000+ per violation (can be per page visit) |
| Website accessibility audit | $3,000-$10,000 |
| Remediation (typical small business site) | $2,000-$15,000 |
| Ongoing maintenance | $500-$2,000/month |
The math is clear: Fixing your website proactively costs a fraction of what defending or settling a lawsuit costs.
Your ADA Website Compliance Action Plan
- Run a free automated scan today. Use WAVE or Google Lighthouse. This takes 5 minutes and gives you a baseline.
- Fix the low-hanging fruit. Alt text on images, form labels, color contrast, document language — these cover the most common violations.
- Test keyboard navigation. Unplug your mouse and try to use your entire website. If you get stuck anywhere, that's a violation.
- Get a professional audit if your business is in a high-risk category (e-commerce, food service, hospitality, healthcare).
- Document your efforts. If you do get a demand letter, showing good-faith remediation efforts helps negotiate down settlements and demonstrates to courts that you're taking accessibility seriously.
- Add an accessibility statement to your website stating your commitment to accessibility, the standard you're working toward (WCAG 2.1 AA), and how users can report issues.
Protect Your Business with SMBRegs
ADA website compliance is just one piece of the puzzle. [Take our free compliance assessment](/wizard) and find out what else your business needs to address — from licenses and permits to data privacy and employment law.
[Get your complete compliance checklist →](/wizard)