The Reality: Small Businesses Are Getting Sued for Inaccessible Websites
Website accessibility lawsuits have increased by 320% since 2021, and small businesses are increasingly in the crosshairs. What started as lawsuits against major corporations has trickled down to local restaurants, retail shops, and service businesses.
The numbers are sobering:
- 11,452 federal lawsuits filed in 2025 alone
- Average settlement: $25,000 for small businesses
- Legal fees: $15,000-$50,000 even when you win
- Time to resolution: 8-18 months of distraction from your business
Here's what's happening: Law firms are using automated tools to scan thousands of small business websites, identifying accessibility violations, then filing lawsuits on behalf of disabled plaintiffs. It's become a profitable litigation mill that specifically targets businesses that can't afford lengthy court battles.
What Makes a Website ADA Non-Compliant (And Lawsuit-Worthy)
The Americans with Disabilities Act (ADA) doesn't explicitly mention websites, but courts have consistently ruled that websites are "places of public accommodation" and must be accessible to people with disabilities.
Most lawsuits cite these common violations:
Images Without Alt Text
Screen readers can't describe images to blind users without alternative text. This is the #1 violation in accessibility lawsuits.
The fix: Add descriptive alt text to every image that conveys information. Decorative images should have empty alt attributes (alt="").
Poor Color Contrast
Text that's too light against its background creates reading difficulties for users with visual impairments.
The fix: Ensure text has a contrast ratio of at least 4.5:1 against its background (3:1 for large text).
Keyboard Navigation Issues
Users with motor disabilities often navigate using only a keyboard. If they can't access your menu, forms, or buttons via keyboard, you're excluding them.
The fix: Test your entire site using only the Tab key. Every interactive element should be reachable and clearly highlighted.
Missing Form Labels
Contact forms, search boxes, and checkout forms without proper labels create barriers for screen reader users.
The fix: Every form input needs a clearly associated label that describes what information is required.
Video Content Without Captions
Videos without captions exclude deaf and hard-of-hearing users from your content.
The fix: Add closed captions to all videos with spoken content. YouTube auto-captions are a good start but should be reviewed for accuracy.
The WCAG 2.1 AA Standard: Your Legal Baseline
While the ADA doesn't specify technical standards, courts consistently reference the Web Content Accessibility Guidelines (WCAG) 2.1 Level AA as the benchmark for compliance. This internationally recognized standard provides specific, testable criteria for website accessibility.
WCAG 2.1 AA covers four main principles:
1. Perceivable
Information must be presentable in ways users can perceive, including:
- Alt text for images
- Captions for videos
- Adequate color contrast
- Text that can be resized up to 200% without horizontal scrolling
2. Operable
Interface components must be operable by all users:
- Full keyboard accessibility
- No content that flashes more than 3 times per second
- Users can pause auto-playing content
- Clear navigation and page structure
3. Understandable
Information and UI operation must be understandable:
- Readable text (appropriate reading level)
- Predictable navigation and functionality
- Clear error messages and instructions
- Consistent design patterns
4. Robust
Content must be robust enough for various assistive technologies:
- Valid HTML markup
- Compatible with screen readers
- Works across different browsers and devices
Quick Accessibility Audit: Test Your Website Right Now
Before hiring expensive accessibility consultants, perform this basic audit to identify obvious issues:
1. Automated Scan (5 minutes)
Use WAVE (Web Accessibility Evaluation Tool) at wave.webaim.org. Enter your homepage URL for an instant accessibility report. This catches about 30% of accessibility issues automatically.
2. Keyboard Navigation Test (10 minutes)
Unplug your mouse and navigate your entire website using only:
- Tab key: Move forward through interactive elements
- Shift + Tab: Move backward
- Enter/Space: Activate buttons and links
- Arrow keys: Navigate within menus and forms
If you can't complete every task (contact form submission, menu navigation, shopping cart), you have keyboard accessibility issues.
3. Screen Reader Test (15 minutes)
Enable your device's built-in screen reader:
- Windows: Windows + Ctrl + Enter (Narrator)
- Mac: Command + F5 (VoiceOver)
- iPhone: Settings > Accessibility > VoiceOver
Navigate your site with your eyes closed. Does the screen reader provide enough context to understand and use your website?
4. Color Contrast Check (5 minutes)
Use WebAIM's Contrast Checker (webaim.org/resources/contrastchecker/) to test your text and background color combinations. Focus on:
- Body text
- Button text
- Navigation links
- Form labels
DIY Accessibility Fixes: The 80/20 Solution
You don't need to rebuild your website to achieve basic compliance. These changes address the most common lawsuit triggers:
1. Add Alt Text to Images (30 minutes)
Go through your website and add descriptive alt text to every meaningful image. For WordPress sites, you can batch-edit images in the Media Library.
Good alt text examples:
- Logo: "LXGIC Studios logo"
- Product photo: "Red leather handbag with gold hardware"
- Team photo: "Sarah Johnson, Marketing Director, smiling in office"
- Decorative image: alt="" (empty)
2. Fix Form Labels (20 minutes)
Ensure every form input has a proper label. Instead of placeholder text only, use visible labels or proper HTML label elements.
Before (inaccessible):
<input type="email" placeholder="Enter your email">
After (accessible):
<label for="email">Email Address</label>
<input type="email" id="email" placeholder="Enter your email">
3. Improve Color Contrast (60 minutes)
Update your CSS to meet contrast requirements:
- Dark text on light backgrounds: Use #333333 or darker instead of light gray
- Button text: Ensure high contrast against button background
- Link colors: Make sure they stand out from body text
4. Add Focus Indicators (15 minutes)
Make keyboard navigation visible by ensuring interactive elements have clear focus indicators:
button:focus, a:focus, input:focus {
outline: 3px solid #0066cc;
outline-offset: 2px;
}
5. Structure Your Content Properly (45 minutes)
Use proper HTML heading structure (H1, H2, H3) to create logical page outlines. Screen readers use headings to navigate content, so they must be in logical order.
When to Hire Accessibility Professionals
While basic fixes can address many issues, consider professional help if you have:
- E-commerce functionality: Online stores have complex accessibility requirements
- Custom web applications: Interactive features need specialized testing
- High lawsuit risk: Businesses in hospitality, retail, and professional services
- Government contracts: Section 508 compliance is mandatory
Professional accessibility audit costs: $2,000-$8,000 depending on site complexity
Remediation costs: $5,000-$25,000 for comprehensive fixes
Yes, it's an investment. But it's far less than the average $40,000 total cost of defending an accessibility lawsuit.
Legal Protection Strategies Beyond Technical Compliance
1. Create an Accessibility Policy
Publish a clear accessibility statement on your website that:
- Demonstrates your commitment to accessibility
- Provides contact information for accessibility concerns
- Shows you're actively working to improve compliance
2. Document Your Accessibility Efforts
Keep records of:
- Accessibility audits performed
- Remediation work completed
- Training provided to your team
- Budget allocated to accessibility improvements
This documentation can demonstrate "good faith effort" in court, potentially reducing damages.
3. Provide Alternative Access Methods
Offer phone numbers, email contacts, or physical locations as alternative ways for customers to access your services. This shows accommodation for disabled users even if your website isn't perfect.
The Business Case: Accessibility as Competitive Advantage
Beyond legal protection, accessible websites provide real business benefits:
Expanded Customer Base
The CDC estimates 61 million Americans have disabilities. That's a market segment worth over $13 trillion in annual disposable income. Accessible websites tap into this underserved market.
Improved SEO Performance
Many accessibility improvements also boost search engine rankings:
- Alt text helps image SEO
- Proper heading structure improves content organization
- Descriptive link text enhances semantic meaning
- Faster loading times benefit everyone
Better User Experience for Everyone
Accessibility improvements benefit all users:
- Captions help users watching videos in noisy environments
- Clear navigation aids all users, not just screen reader users
- High contrast text is easier to read for everyone
- Simple, logical layouts reduce cognitive load
Start Your Accessibility Compliance Today
Don't wait for a lawsuit to force action. Begin with these immediate steps:
- Week 1: Run automated accessibility scans on your key pages
- Week 2: Add alt text to all images site-wide
- Week 3: Fix form labels and improve color contrast
- Week 4: Test keyboard navigation and fix focus issues
- Month 2: Create accessibility policy and conduct full manual audit
Remember: Perfect accessibility is less important than demonstrated effort. Courts look favorably on businesses actively working toward compliance, even if the process isn't complete.
The goal isn't just legal protection—it's building a website that truly serves all your potential customers. In an increasingly digital world, accessibility isn't optional. It's good business.
Need help making your website accessible? LXGIC Studios provides comprehensive accessibility audits and remediation services to protect your business from lawsuits while expanding your customer base. Contact us for a free accessibility consultation.
Related Articles
Small Business Website UX Design Principles That Actually Convert in 2026
May 31, 2026
12 minE-commerce Checkout Optimization: Stop Losing Sales at the Finish Line (Small Business Guide 2026)
May 31, 2026
16 minWebsite Security for Small Businesses: A Complete Protection Guide for 2026
May 14, 2026