ADA web accessibility lawsuits have been hitting residential contractors at steady rates since the late 2010s, and the volume keeps increasing. Plaintiff's firms scan small business websites for accessibility violations using automated tools, then file demand letters at scale. Most settlements run $5,000-$25,000 plus mandated remediation costs. The legal exposure is structural and avoidable. The technical fixes are real but achievable. And the third-party “accessibility overlay” widgets that promise instant compliance often make the legal exposure worse, not better.
What ADA web accessibility actually requires
The Americans with Disabilities Act doesn't name websites specifically, it predates the modern web. Federal courts have interpreted it to apply to commercial websites as places of public accommodation. The de facto compliance standard is the Web Content Accessibility Guidelines (WCAG), specifically WCAG 2.1 Level AA in most jurisdictions, with WCAG 2.2 increasingly cited.
WCAG 2.1 Level AA breaks into 4 principles:
- Perceivable. Content visible/audible to users with sensory differences. Text alternatives for images, captions for video, sufficient color contrast.
- Operable. Site usable via keyboard, screen reader, voice control. No content that flashes or requires precise mouse control without alternatives.
- Understandable. Content readable and predictable. Labels on form inputs, error messages identifying problems clearly.
- Robust. Compatible with assistive technologies. Valid HTML, proper semantic structure, accessible names on interactive elements.
The lawsuit-target profile
The accessibility-overlay trap
A common contractor temptation is to install a third-party accessibility overlay (UserWay, AccessiBe, EqualWeb, etc.) that promises “ADA compliance in one line of code.” Don't.
The problems with overlays:
- They don't actually fix the underlying accessibility violations, they layer a UI on top of the broken markup.
- Major disability advocacy organizations and accessibility experts have publicly opposed overlays.
- Multiple class-action and individual ADA lawsuits in 2022-2025 have specifically targeted businesses using overlays, overlays have provided plaintiffs with additional ammunition rather than legal cover.
- Real screen-reader users frequently report overlays interfere with their assistive technology.
The honest path is fixing the underlying markup. Slower and more work, but durably effective and legally defensible.
The practical compliance checklist
For a residential contractor website, the practical accessibility audit:
Images
- Every image with informational content has alt text.
- Decorative images marked with empty alt (alt="") so screen readers skip them.
- Logo alt text identifies the business.
- Project photos describe the type of work shown.
Forms
- Every input has a visible label associated via for/id or wrapping label tag.
- Required fields marked accessibly (not just visually).
- Error messages identify the field and the problem.
- Form submission produces clear success/error feedback accessible to screen readers.
Color contrast
- Body text contrast ratio at least 4.5:1 against background.
- Large text (18pt+ or 14pt+ bold) at least 3:1.
- Interactive elements (buttons, links) clearly distinguishable from surrounding text.
Keyboard navigation
- All interactive elements reachable via Tab key.
- Visible focus indicators on focused elements.
- Skip-to-content link as the first focusable element.
- No keyboard traps where focus gets stuck.
Semantic structure
- Proper heading hierarchy (H1 → H2 → H3, not H1 → H4).
- Landmark roles (header, nav, main, footer) used.
- Lists marked up as actual list elements.
- Buttons used for buttons, links for links (not divs with onclick).
Media
- Videos have captions.
- Audio has transcripts.
- Auto-playing media can be paused.
The audit process
How to actually run the audit:
- Automated scan first. Tools like axe DevTools (free Chrome extension), WAVE, or Lighthouse accessibility audit catch 30-50% of violations automatically. Start here.
- Manual keyboard test. Tab through every page using only the keyboard. Confirm everything interactive is reachable and visible.
- Screen reader test. Run a screen reader (VoiceOver on Mac, NVDA on Windows) over key pages. Confirm content reads logically.
- Color contrast check. Use a contrast checker (WebAIM Contrast Checker) on every text/ background pair.
- Form test. Submit forms with errors, confirm error states are accessible.
- Document the audit. Maintain a record showing the date and scope of audit. This becomes legal shielding evidence if a demand letter arrives.
The accessibility statement
The cost-of-compliance math
Cost categories:
- Initial audit + remediation: $2,000- $8,000 depending on site complexity.
- Ongoing maintenance: ~$500-$2,000/year for periodic re-audits and remediation as content changes.
- Annual third-party manual audit (recommended for larger sites): $2,000-$8,000.
Total annual investment: $3K-$15K. Total cost of a single ADA settlement + remediation: typically $15K-$50K. The math favors compliance.
The proactive accessibility menu (different from overlays)
A self-coded accessibility menu (font size adjustment, contrast toggles, motion reduction) on top of an underlying WCAG-compliant site is meaningfully different from a third-party overlay covering an inaccessible site. The first is a usability enhancement; the second is a legal-exposure-magnet. The Limitless site uses the former approach, the accessibility menu in the bottom-right corner is built on top of properly-structured markup.
$5K-$25K
Typical settlement range for ADA web accessibility lawsuits against small businesses, plus mandated remediation costs. Compliance investment is a fraction of even a single settlement.
Ready to talk numbers on your own pipeline?
45-minute strategy call. Live look at your ad accounts. Written diagnosis you keep, whether you sign or not.
Final thought
ADA web accessibility is one of the most-overlooked legal exposures in the small-business world. Plaintiff's firms have automated the discovery process; the lawsuit volume isn't slowing down. The path is simple in principle: build accessibly, audit regularly, document compliance, maintain an accessibility statement, and avoid third-party overlays. The technical fixes are achievable; the legal protection is durable. The contractors who treat this as a real operational discipline meaningfully reduce their lawsuit exposure.
This article is for informational purposes only and is not legal advice. For specific compliance questions about your business, consult qualified counsel.
Tagged

