Your Website Could Be Getting You Sued. Most Small Business Owners Have No Idea.
If you run a small business with a website, you need to know about ADA web accessibility compliance. Not next year. Not after you get a letter from a lawyer. Right now. Over 4,000 federal lawsuits were filed in 2025 against businesses whose websites were not accessible to people with disabilities. The average settlement costs between $10,000 and $50,000. Most of these lawsuits target small businesses.
The good news? Making your website accessible is not as hard or expensive as you might think. And it comes with real business benefits beyond avoiding lawsuits: better SEO rankings, more customers, and a stronger brand reputation.
This guide explains what ADA compliance means for your website, what the actual requirements are, and the practical steps you can take this week to make your site accessible.
What Does ADA Compliance Mean for Websites?
The Americans with Disabilities Act (ADA) was passed in 1990, long before most businesses had websites. The law requires "places of public accommodation" to be accessible to people with disabilities. Courts have increasingly ruled that websites count as places of public accommodation, especially for businesses that serve the public.
There is no specific ADA statute that says "your website must do X, Y, and Z." Instead, courts and the Department of Justice look to the Web Content Accessibility Guidelines (WCAG) as the standard to measure against. WCAG is published by the World Wide Web Consortium (W3C) and is the gold standard for web accessibility.
The current benchmark is WCAG 2.1 Level AA. This is what most courts reference and what the DOJ recommends. Level AAA exists but is considered the highest tier and is not typically required.
Who Does This Apply To?
If you are a small business owner wondering whether ADA web accessibility applies to you, the answer is almost certainly yes. The ADA applies to:
- Businesses open to the public - restaurants, retail stores, salons, dental offices, gyms, law firms, contractors, real estate agents
- Businesses with 15 or more employees - Title I of the ADA covers employment, and Title III covers public accommodations
- Online-only businesses - e-commerce stores and digital services that serve the public
Even sole proprietors with no employees can face lawsuits under state accessibility laws and federal public accommodation requirements. If your website lets people buy products, book appointments, or learn about your services, it needs to be accessible.
The 4 Principles of Web Accessibility (POUR)
WCAG is organized around four principles. Every accessibility requirement falls into one of these categories:
1. Perceivable
Information on your website must be presentable in ways all users can perceive. This means:
- Alt text on images - Every image needs descriptive alternative text so screen readers can tell visually impaired users what the image shows
- Captions on videos - Any video content needs closed captions for deaf or hard-of-hearing users
- Color contrast - Text must have sufficient contrast against its background (minimum 4.5:1 ratio for normal text)
- Text resizing - Users must be able to zoom in up to 200% without breaking the layout
2. Operable
Users must be able to navigate and interact with your website. This means:
- Keyboard navigation - Every feature must work using only a keyboard, no mouse required
- No time limits - Do not auto-advance content or timeout forms without giving users a way to extend
- Clear navigation - Consistent menus, skip-to-content links, and logical tab order
- No flashing content - Nothing should flash more than 3 times per second (seizure risk)
3. Understandable
Content and interface must be understandable. This means:
- Clear language - Define the page language so screen readers pronounce words correctly
- Consistent layout - Navigation and interactive elements should work the same way throughout the site
- Error handling - Form errors should be clearly described with suggestions for fixing them
- Input assistance - Labels and instructions for forms and interactive elements
4. Robust
Content must work reliably across different technologies, including assistive devices. This means:
- Valid HTML - Clean, properly structured code that assistive technologies can parse
- ARIA labels where needed - Extra context for screen readers when HTML alone is not enough
- Compatibility with screen readers - Test with common tools like JAWS, NVDA, and VoiceOver
Quick Wins: Fix These Today
You do not need a full website rebuild to make meaningful progress. Here are the highest-impact fixes you can make right now:
Add Alt Text to Every Image
This is the single most common accessibility failure and the easiest to fix. Go through every image on your site and add descriptive alt text. Describe what the image shows, not "image of" or "picture of." For decorative images that add no information, use empty alt attributes (alt="").
Examples:
- Bad: alt="img123.jpg" or missing entirely
- Good: alt="Plumber installing new water heater in residential basement"
- Decorative: alt="" (empty, screen readers skip it)
Check Your Color Contrast
Light gray text on a white background might look clean and modern, but it is unreadable for many users. Use a free contrast checker (WebAIM has a good one) and verify that your text meets the 4.5:1 ratio for normal text and 3:1 for large text. Fix any failures.
Make Sure Everything Works With a Keyboard
Unplug your mouse. Can you navigate your entire website using only Tab, Enter, Space, and arrow keys? If you get stuck anywhere, that is an accessibility failure. Common culprits are custom dropdown menus, image carousels, and modal popups.
Add a Skip Navigation Link
Screen reader users and keyboard users do not want to tab through your entire navigation menu on every page. A "Skip to main content" link at the top of your page lets them jump straight to the content. Most modern website builders include this by default.
Label Your Forms Properly
Every form field needs a visible label that is programmatically connected to the input. Placeholder text inside a field does not count as a label. If your contact form just has placeholder="Your name" with no visible label above or beside the field, that is an accessibility failure.
How to Test Your Website for Accessibility
You do not need to hire a consultant to get a baseline assessment. Here are free tools that will identify the most common issues:
Automated Testing Tools
- Google Lighthouse - Built into Chrome DevTools. Run an audit and check the Accessibility score. It will flag missing alt text, contrast issues, and ARIA problems
- WAVE (WebAIM) - Browser extension that visually highlights accessibility errors directly on your page
- axe DevTools - Another browser extension that runs detailed accessibility audits
Important caveat: automated tools catch about 30% of accessibility issues. They are a starting point, not a complete audit. Manual testing is still required for full compliance.
Manual Testing
- Navigate with keyboard only - Tab through every page and verify you can reach all interactive elements
- Use a screen reader - VoiceOver on Mac (Cmd+F5) or NVDA on Windows (free download). Close your eyes and try to use your site
- Zoom to 200% - Does your layout still work, or does content overlap or get cut off?
- Test on mobile - Accessibility matters on phones too. Check touch targets are at least 44x44 pixels
ADA Lawsuits: What Actually Happens
Most ADA web accessibility lawsuits follow the same pattern. A plaintiff (often represented by a law firm that specializes in these cases) visits your website using a screen reader or other assistive technology. They document accessibility barriers. Then they file a lawsuit in federal court.
The plaintiffs are not looking for a trial. They want a settlement. The typical demand is that you fix your website and pay their legal fees, which usually totals $10,000 to $50,000. Some law firms file hundreds of these cases per year, targeting businesses they know are unlikely to fight back.
Certain industries get targeted more frequently:
- Restaurants and food delivery (menus that screen readers cannot parse)
- E-commerce stores (checkout processes that are not keyboard accessible)
- Healthcare providers (patient portals and appointment booking)
- Real estate (property listings without alt text on photos)
- Hotels and travel (booking systems that fail keyboard navigation)
If you receive a demand letter or lawsuit, do not ignore it. Consult with a lawyer who specializes in ADA compliance. But the far better strategy is to fix your website proactively before you ever get that letter.
The Business Case for Accessibility (Beyond Lawsuits)
Compliance is the stick, but there are real carrots too:
More Customers
Over 1.3 billion people worldwide have a significant disability. That is 16% of the global population. In the US alone, 26% of adults have some form of disability. If your website is not accessible, you are turning away potential customers at the door.
Better SEO Rankings
Google has explicitly stated that accessibility is a ranking factor. Many accessibility best practices overlap directly with SEO best practices: alt text on images, proper heading structure, clear navigation, and descriptive link text. Making your site accessible makes it more findable.
Improved Usability for Everyone
Accessibility improvements help all users, not just those with disabilities. Captioned videos help people watching in noisy environments or without sound. Clear form labels reduce errors for every user. Keyboard navigation helps power users work faster. High contrast text is easier to read in bright sunlight.
Brand Reputation
Showing that your business cares about accessibility sends a strong message about your values. It builds trust with customers and differentiates you from competitors who have not bothered.
Working With a Developer to Fix Accessibility
If your website has significant accessibility issues, working with a web developer who understands WCAG is the most efficient path to compliance. Here is what to expect:
Accessibility Audit
A professional audit combines automated scanning with manual testing across different devices, screen readers, and browsers. Expect a detailed report listing every issue with severity ratings and specific fix recommendations.
Remediation
Most accessibility fixes are straightforward code changes: adding alt text, fixing heading hierarchy, adding ARIA labels, adjusting color contrast, and ensuring keyboard navigation works. The timeline depends on your site size but typically ranges from a few days to a few weeks.
Ongoing Compliance
Accessibility is not a one-time fix. Every time you add new content, publish a blog post, or update a page, you need to maintain accessibility standards. This means training your team on accessible content practices or building automated checks into your workflow.
VPAT and Accessibility Statements
Two documents that signal your commitment to accessibility:
Accessibility Statement
This is a page on your website that explains your commitment to accessibility, the standards you follow (WCAG 2.1 AA), any known limitations, and how users can contact you if they encounter barriers. It shows good faith effort and is something courts look favorably upon.
VPAT (Voluntary Product Accessibility Template)
A VPAT is a detailed document that explains how your product or service conforms to accessibility standards. It is primarily needed if you sell to government agencies or large enterprises that require it. Most small businesses do not need one, but it is worth knowing about if you plan to pursue government contracts.
Common Accessibility Myths
"My Business Is Too Small to Get Sued"
Wrong. Over 70% of ADA web accessibility lawsuits target small and medium businesses. Plaintiff firms specifically target smaller businesses because they are more likely to settle quickly.
"My Website Builder Handles Accessibility Automatically"
Partially true. Platforms like Squarespace, Wix, and WordPress generate accessible markup for their built-in components. But the content you add, images you upload, and customizations you make can introduce accessibility problems. The platform gives you tools. Using them correctly is your responsibility.
"Accessibility Will Make My Website Ugly"
Not at all. Good accessibility is invisible design. Proper heading structure, alt text, keyboard navigation, and color contrast have zero visual impact on your design for sighted users. The most beautiful websites in the world can be fully accessible.
"I Just Need an Accessibility Widget"
Overlay widgets (those floating accessibility buttons that adjust text size and contrast) are not a compliance solution. Multiple lawsuits have been filed against companies that relied solely on these widgets. Courts have ruled they do not make a website ADA compliant. They are a band-aid, not a fix.
What to Do This Week
Here is your action plan, ranked by impact and effort:
- Run a Lighthouse audit (5 minutes) - Open Chrome DevTools, go to Lighthouse tab, run an Accessibility audit on your homepage
- Fix alt text on all images (30 minutes to 2 hours depending on site size) - Add descriptive alt text to every meaningful image
- Check color contrast (15 minutes) - Use WebAIM's contrast checker on your primary text colors
- Test keyboard navigation (10 minutes) - Tab through your site without a mouse
- Add an accessibility statement (30 minutes) - Create a simple page explaining your commitment
- Fix any critical issues Lighthouse found (varies) - Address the highest-severity items first
If the audit reveals significant issues beyond what you can fix yourself, that is the time to bring in a professional. The investment in accessibility is a fraction of what a lawsuit would cost, and it pays dividends in better SEO, more customers, and a stronger brand.
The Bottom Line
Website accessibility is not optional for small businesses in 2026. The legal risk is real and growing. But framing it only as a legal requirement misses the bigger picture. Accessible websites reach more people, rank better in search results, and provide a better experience for every visitor.
Whether you tackle it yourself or work with a developer, the important thing is to start. Run a Lighthouse audit today. Fix your alt text. Check your contrast. Every improvement moves you closer to compliance and closer to serving every potential customer who visits your site.
If you need help making your website accessible and ADA compliant, LXGIC Studios builds accessible, high-performing websites for small businesses. We start every project with accessibility built in, not bolted on after the fact.