The Legal Landscape Has Changed
The Americans with Disabilities Act has applied to websites since the early 2010s — but enforcement used to be sporadic. That era is over. In April 2024, the DOJ finalized a landmark rule making WCAG 2.1 Level AA the explicit legal standard for public-facing websites. Every business covered by Title III of the ADA must now meet this standard — no more arguing about whether digital accessibility requirements apply.
The result: plaintiff attorneys who used to manually review sites now run automated scanners across entire industry segments. They find violations at scale, batch-file lawsuits, and send demand letters to hundreds of businesses simultaneously. Being targeted isn't an indication you did something wrong — it's an indication you got scanned.
The DOJ rule doesn't require plaintiff attorneys to give you time to fix things. Once you're on their list, demand letters go out fast — often within weeks of the initial scan. Being found in compliance before that scan happens is the only real protection. There is no "we were about to fix it" defense that works in ADA litigation.
The Top 5 Compliance Issues That Trigger Lawsuits
Based on real scan data from thousands of ADAFlags scans, these five violations account for the overwhelming majority of demand letters and lawsuits. They're listed in order of lawsuit risk — starting with the issue that gets businesses flagged first.
Missing Alt Text on Images
Every image needs an alt attribute describing its content or function. Screen readers read alt text aloud to blind users. Missing alt text is the single most-cited violation in ADA demand letters — and it's the first thing automated scanners flag.
Unlabeled Form Fields
Every input, select, and textarea needs an associated <label> or aria-label. Without labels, screen reader users hear "edit text" — with no idea what information belongs in the field. Contact forms, checkout forms, newsletter signups, and booking tools are common targets.
Low Color Contrast
Body text must have a 4.5:1 contrast ratio against its background. Large text (18pt+) needs 3:1. Light gray on white, brand colors chosen for aesthetics over accessibility — these are the most common automated violations found before litigation. Often a site-wide issue.
No Keyboard Navigation
Every interactive element must be reachable and operable using only a keyboard. Users with motor disabilities — or anyone using keyboard-only navigation — cannot complete forms, navigate menus, or close modals without full keyboard support. This is explicitly required under WCAG 2.1.
Inaccessible PDFs and Documents
PDF menus, price sheets, menus, reports, or policies that weren't tagged for accessibility are completely inaccessible to screen readers. Scanned PDFs (images of text with no extractable content) are the worst offenders — and among the most common on restaurant and service business sites.
Fixing the top three violations — missing alt text, unlabeled forms, and low color contrast — eliminates roughly 80% of your lawsuit exposure. You don't need a perfect site overnight. You need to fix the violations that automated scanners find first, before plaintiff attorneys do.
How to Check If Your Site Is at Risk
You don't need to hire an auditor or run a months-long project. The fastest path is a live-site WCAG scan — it finds the majority of violations that trigger demand letters, in about 30 seconds.
Check Your Site for Free — 30-Second Scan
ADAFlags scans your live website against 50+ WCAG 2.1 criteria, ranks every violation by lawsuit risk, and tells you exactly what to fix first. No account required.
Run a Free Scan →If you want to do a quick manual check before scanning, here are the three things to look at right now:
- Images: Open your homepage in a browser, right-click each image, and check if it has alt text. Or view your page source and search for
<img— count how many lack analtattribute or havealt=""(decorative is fine; missing is not). - Forms: Find every form on your site — contact form, newsletter signup, checkout, booking. Open your browser's dev tools and check whether each input has a visible label element or
aria-label. Inputs that just have placeholder text fail this requirement. - Colors: Open WebAIM's contrast checker. Test your body text color against your background. Most brand colors that look fine on bright displays fail when tested against the 4.5:1 ratio.
Fix the Problems — Don't Mask Them
If you've been researching accessibility solutions, you've almost certainly seen ads for overlay widgets — services that promise to make your site WCAG-compliant overnight by injecting JavaScript that modifies how your site renders for assistive technology users.
They don't work. And the legal system has caught on.
The FTC fined the largest overlay company $1 million in early 2025 for deceptive compliance claims. Courts have ruled repeatedly that overlays don't satisfy WCAG requirements — they add a layer on top of inaccessible code rather than fixing the underlying problem. 456 sites that used overlays were sued in H1 2025 alone. The overlay gave those sites a false sense of security while leaving the underlying violations intact.
The pattern is consistent: a business installs an overlay, believes they're protected, stops fixing the underlying code — and then gets sued because the overlay doesn't satisfy WCAG 2.1 and doesn't replace proper remediation. Plaintiff attorneys specifically target overlay-using sites because the overlay provider's compliance claims are demonstrably false.
The right approach is simple: fix the actual code. This isn't a technical shortcut — it's the only path to genuine compliance and real protection. The top three violations can be fixed by a competent developer in one to two days. That's far less than the average settlement cost.
Fix vs. Overlay: The Real Comparison
| Proper Remediation | Overlay Widget | |
|---|---|---|
| WCAG 2.1 AA Compliant | ✓ Yes — permanently | ✗ Courts say no |
| Stops demand letters | ✓ Eliminates ~80% of triggers | ✗ Doesn't fix underlying code |
| Cost | $2,000–$10,000 one-time | $1,000–$3,000/year+ |
| Risk reduction | ✓ Real and durable | ✗ False sense of security |
| FTC / DOJ standing | ✓ No regulatory exposure | ✗ FTC fined overlay vendors $1M |
| Ongoing maintenance | Minimal — fixes hold | Annual subscription required |
For a full breakdown of overlay vendors and why they fail, see our analysis: Why Accessibility Overlays Don't Work (And Why Courts Agree).
ADA Compliance Checker: What to Look For
Not all accessibility checkers are equal. Some scan a single page; others scan the full domain. Some give you raw WCAG criterion numbers; others rank violations by lawsuit risk. Here's what to look for:
- Full-domain coverage: Single-page scans miss issues on your pricing, contact, product, and about pages — all of which get sued just as often as your homepage.
- Lawsuit-risk ranking: A list of 200 violations sorted by WCAG criterion number is technically correct and practically useless. You need to know: fix these three things first.
- Specific fix instructions: "WCAG 1.1.1 failure" doesn't tell you what to do. You need exact code-level guidance: which elements, what the fix is, why it matters.
- Regression monitoring: Every time you publish new content or update your site, new violations can slip in. Monthly automated scans catch regressions before attorneys find them.
Free Compliance Scan — 50+ Checks, Ranked by Lawsuit Risk
ADAFlags scans your full site, ranks every violation by how often plaintiff attorneys cite it, and gives you exact code fixes. Start at the highest-risk issues and work down. No account required.
Run Your Free Scan →Frequently Asked Questions
Does the ADA apply to my small business website?
Yes, if your business serves the public. The ADA applies to "places of public accommodation," and courts have consistently held that websites are covered — particularly for businesses that sell products or services online, or that have a nexus to physical locations. The DOJ's 2024 rule removed any remaining ambiguity: businesses covered by Title III must make their websites WCAG 2.1 Level AA compliant.
What is WCAG 2.1 AA and why does it matter?
WCAG (Web Content Accessibility Guidelines) is the technical standard; the ADA is the law. WCAG 2.1 Level AA is the specific version — 50+ criteria covering things like alt text, keyboard navigation, color contrast, form labels, and more. Courts use WCAG 2.1 AA as the benchmark for evaluating whether a website meets ADA obligations. The DOJ's 2024 rule made WCAG 2.1 AA compliance the explicit legal standard.
How many ADA website lawsuits were filed in 2025?
Over 4,600 web accessibility lawsuits were filed in 2025, according to the WebAIM and UsableNet tracking data — a 14% increase over 2024. E-commerce, restaurants, healthcare, and professional services account for the majority of filings. 96% of defendants lose or settle rather than win in court.
What's the average cost to fix accessibility violations?
The top three violations (missing alt text, unlabeled forms, low color contrast) can often be fixed by a competent developer in one to two days. Full WCAG 2.1 AA compliance for a well-structured website typically runs $2,000–$10,000. Compare that to the $40,000–$65,000 average settlement cost plus legal fees — and remember that settling creates no protection against the next demand letter.
Are accessibility overlays enough for ADA compliance?
No. Overlays do not satisfy ADA requirements. The FTC fined the largest overlay vendor $1 million for false compliance claims. Courts have ruled repeatedly that overlays don't meet WCAG standards. 456 sites that used overlays were sued in H1 2025. The only path to genuine ADA compliance is fixing the underlying code.
How often should I check for accessibility issues?
Every significant content update or site change. Accessibility regressions are common — a new image uploaded without alt text, a new form without labels, a design change that drops contrast ratios. Monthly automated scans catch these before plaintiff attorneys find them. ADAFlags' scanner makes this a 30-second task, and Starter/Pro plans include monthly monitoring.
Your Next Step
The gap between "aware of the issue" and "actually protected" is running a scan on your live site. Not next month — today. The violations that trigger lawsuits are the ones automated scanners find in seconds. You can either find them yourself and fix them, or wait for someone else to find them and send a demand letter.
Scan Your Site Free — Get Your Compliance Score in 30 Seconds
ADAFlags checks 50+ WCAG 2.1 criteria, ranks every violation by lawsuit risk, and tells you exactly what to fix first. No account required.
Get Your Free Compliance Score →Related reading: Fixing the top 3 violations? See the full 10-point ADA compliance checklist. Considering an overlay? Read why courts keep ruling against them in Why Accessibility Overlays Don't Work. For the full picture on lawsuit trends and how attorneys find targets: ADA Website Lawsuits in 2025: What Your Business Needs to Know. And for ongoing protection: see our Starter ($9.99/mo) or Pro ($29/mo) plans for monthly scan monitoring.