ADA Website Lawsuits: What Small Businesses Need to Know
There are law firms in the United States that do nothing but file ADA website accessibility lawsuits against small businesses. Hundreds every month. They use automated tools to scan websites for specific accessibility violations, then send demand letters or file lawsuits under Title III of the Americans with Disabilities Act. The typical settlement is between $5,000 and $25,000, and most businesses pay because fighting costs more than settling.
This is not a scare tactic. It is a documented pattern. The number of ADA website accessibility lawsuits filed in federal court has grown every year since 2017, with over 4,000 filed in 2025 alone. The businesses being targeted are not large corporations. They are dentists, restaurants, contractors, and retail shops with websites that have fixable problems nobody told them about.
What makes a website vulnerable?
The law firms use automated scanning tools that look for specific, common violations. The same violations SiteGrader checks for. The most frequently targeted problems include:
- Missing alt text on images. Screen readers cannot describe images without alt attributes. This is the single most common violation cited in ADA lawsuits because it is easy to detect at scale and clearly documented in WCAG 2.1 guidelines.
- No skip navigation link. Keyboard-only users must tab through every navigation link on every page to reach the main content. A skip navigation link lets them jump straight to the content. Most websites do not have one.
- Missing form labels. If a contact form, search box, or login form does not have associated label elements, screen readers cannot tell a visually impaired user what each field is for. The form is effectively unusable.
- Missing page language declaration. Without a lang attribute on the HTML element, screen readers do not know what language to use when reading the page aloud. A Spanish screen reader trying to read English text (or vice versa) produces gibberish.
- Poor heading structure. Screen reader users navigate pages by headings. If headings skip levels (H1 to H4 with nothing in between) or are missing entirely, navigation breaks down.
- Low color contrast. Text that does not have enough contrast against its background is difficult or impossible to read for users with low vision. WCAG requires a minimum contrast ratio of 4.5 to 1 for normal text.
The pattern: A law firm runs an automated scan across thousands of small business websites. Every site that fails basic checks gets a demand letter. The letter says the website violates ADA Title III. The settlement demand is typically $5,000 to $15,000. The business owner, who never knew their website had these problems, pays to make it go away.
Does the ADA actually apply to websites?
Title III of the ADA requires "places of public accommodation" to be accessible to people with disabilities. Courts have increasingly interpreted this to include websites, especially when the website belongs to a business that also has a physical location. The Department of Justice issued a final rule in 2024 confirming that state and local government websites must meet WCAG 2.1 Level AA standards, and the legal trend is moving in the same direction for private businesses.
Whether or not you believe websites should be covered, the lawsuits are real, the settlements are real, and the cost of fixing the issues proactively is a fraction of the cost of defending one.
How to protect your business
The good news is that most accessibility violations are straightforward to fix. They do not require a website redesign. They require specific, targeted changes:
- Add alt text to every image. Decorative images get empty alt attributes (alt=""). Informative images get descriptions.
- Add a skip navigation link as the first focusable element on every page.
- Make sure every form input has an associated label element, either with a for attribute matching the input ID or by wrapping the input inside the label tag.
- Add lang="en" (or the appropriate language code) to your HTML element.
- Use heading levels in order. One H1 per page, followed by H2s, then H3s. Do not skip levels.
- Check your color contrast ratios. Free tools like the WebAIM contrast checker can verify in seconds.
A web developer can typically fix all of these in a single afternoon. The cost is a few hundred dollars. The cost of not fixing them is a $5,000 to $25,000 demand letter that arrives without warning.
How SiteGrader checks your accessibility
SiteGrader runs 10 WCAG-based accessibility checks on every scan. We check for alt text coverage, heading hierarchy, skip navigation links, form labels, page language declaration, ARIA landmarks, color contrast patterns, keyboard accessibility, unique element IDs, and fixed font sizes that prevent browser zoom. Each finding maps to a specific WCAG success criterion.
The Accessibility score on your report tells you exactly how exposed you are. A score below 80 triggers our ADA warning, which explains the lawsuit risk in plain terms. The full report ($8, once, no subscription) shows every specific violation with the WCAG reference so you or your developer know exactly what to fix.
Related
What are AEO and GEO? — Accessibility is one risk. Being invisible to AI search is another. Most businesses are failing at both.
SPF, DKIM, and DMARC — While you are fixing your website, check whether anyone can send emails pretending to be you.
Why thin content kills your rankings — An accessible website still needs substance to rank.
Check your ADA compliance in 60 seconds.
Scan your site free →