ADA website compliance demand letters are accelerating in 2026. Most small business owners first hear about web accessibility when a letter arrives from a law firm asking for fifteen to fifty thousand dollars to settle. The legal exposure is real, and the technical work to address it is smaller than most businesses fear. This guide covers what the law actually requires, what the standard practical defenses look like, and the changes that move the needle.
What The Law Actually Says
The Americans with Disabilities Act of 1990 was written before the modern web. The Department of Justice has consistently taken the position that Title III of the ADA applies to commercial websites, especially those tied to a physical place of business. Federal courts have largely agreed, but the specific standard for compliance is not codified in regulation. In practice, courts and plaintiffs treat WCAG 2.1 Level AA as the working standard. Some recent rulings have referenced 2.2.
Why The Volume Is Up
A small group of plaintiff firms has built a business model around scanning websites for common accessibility issues, identifying a single plaintiff with a qualifying disability, and filing or threatening to file lawsuits at scale. The settlements typically range from fifteen to seventy-five thousand dollars depending on the company size and the severity of the issues. Most cases settle rather than litigate because the cost of defense exceeds the settlement.
The Most Common Issues That Trigger Letters
- Images without descriptive alt text, especially product images on ecommerce
- Forms with no associated label tags, so screen readers cannot announce the field
- Low color contrast between text and background, below the 4.5 to 1 ratio for body text
- Navigation that does not work with a keyboard alone
- PDFs linked from the site that are not themselves accessible
- Video content with no captions
- Pop-ups that trap keyboard focus and cannot be dismissed without a mouse
- Headings used for visual styling rather than document structure
What Overlay Widgets Actually Do
Accessibility overlay widgets, the floating accessibility button you see on many sites, are sold as a one-click solution. Plaintiff firms have specifically targeted sites using overlays because the overlays generally do not solve the underlying issues. Several court rulings have explicitly rejected the overlay-as-defense argument. The honest path is to fix the underlying code, not to install a widget.
What The Fix Actually Looks Like
Most sites can reach WCAG 2.1 Level AA conformance with twenty to forty hours of focused work plus an ongoing process to keep new content accessible. The work falls into four buckets. First, fix the structural HTML: alt text on every meaningful image, label tags on every form field, semantic heading hierarchy, correct ARIA usage where needed. Second, fix color contrast across the design system. Third, ensure keyboard navigation works on every interactive element. Fourth, add captions to existing videos and a process for new ones.
Tools That Actually Help
axe DevTools and WAVE are free browser extensions that catch the largest share of automated issues in minutes. Pa11y and Lighthouse audit in CI so regressions get caught at build time. None of these tools catch every issue. About thirty to forty percent of WCAG criteria require human testing, especially around screen reader experience and logical reading order. A real audit combines automation with manual testing using NVDA, JAWS, or VoiceOver.
Documenting Your Compliance Effort
An accessibility statement on your site, posted at a stable URL like /accessibility, helps establish good faith effort. The statement should describe the standard you aim for, the steps you have taken, a contact method for accessibility issues, and a commitment to address reported issues within a defined period. This does not eliminate legal risk but is one of the better signals available to a court considering intent.
If you have not had an accessibility audit in the last twelve months, you almost certainly have a handful of WCAG failures that could trigger a demand letter. The audit costs less than any settlement.
Where Accessibility Pays Back Beyond Legal
Accessibility work overlaps significantly with SEO and conversion work. Proper heading structure helps both screen readers and search engines. Alt text on images helps both blind users and image search. Clear forms convert better for everyone, not only for users with assistive tech. Many of the changes that reduce legal risk also lift conversion rates by two to five percent. The work pays for itself even before you count avoided settlements.
Where to Go Next
Our web design service page at /services/web-design covers our accessibility audit and remediation engagement, including the WCAG report and the ongoing process. Recent work lives at /portfolio. Start the conversation at /contact and we can scan your site within a day and tell you the realistic scope of remediation.