← Back to Blog
·12 min read

ADA Compliance for Small Business: Complete 2026 Guide

You didn't go into business to become a compliance expert. But if you have a website — and almost every small business does — you may have more legal exposure than you realize.

In 2025, 5,114 federal lawsuits were filed over inaccessible websites. That's a 37% jump over the previous year. And despite what you may have heard, small businesses are not immune. In fact, businesses with under $25 million in annual revenue account for the majority of ADA website cases.

This guide will give you a clear, honest picture of what ADA compliance means for small business websites in 2026 — what's required, what's at risk, and what you can actually do about it.

What Is ADA Compliance for Websites?

The Americans with Disabilities Act is a federal civil rights law passed in 1990. Title III of the ADA prohibits discrimination in public accommodations — and federal courts have consistently ruled that business websites count as public accommodations.

What this means in practice: your website needs to be accessible to people with disabilities, including those who:

  • Use screen readers because they are blind or have low vision
  • Navigate entirely by keyboard because they have motor disabilities
  • Need captions on videos because they are deaf or hard of hearing
  • Require high-contrast text or adjustable font sizes because of visual impairments
  • Need plain, structured content because of cognitive disabilities

There is no explicit "website ADA compliance law" that was passed by Congress. Instead, courts have applied Title III to websites through litigation — which is exactly why so many lawsuits are filed: it's a gray area that plaintiffs' attorneys have become very good at exploiting.

What Standard Does Your Website Need to Meet?

In 2024, the U.S. Department of Justice issued a final rule clarifying that websites must meet WCAG 2.1 Level AA — the Web Content Accessibility Guidelines developed by the World Wide Web Consortium. This is the closest thing to an official federal standard for web accessibility.

WCAG 2.1 Level AA covers 50 specific criteria organized around four principles:

  • Perceivable — Content must be presentable in ways users can perceive (alt text, captions, sufficient color contrast)
  • Operable — Users must be able to navigate using different input methods (keyboard navigation, no content that flashes dangerously)
  • Understandable — Content and interface must be clear and predictable (form labels, error messages, consistent navigation)
  • Robust — Content must work reliably with current and future assistive technologies

You don't need to memorize all 50 criteria. What you need to know is that failing to meet them puts you at legal risk.

What's Actually at Stake?

Let's be direct about the numbers, because the range is wide and some sources exaggerate in both directions.

If you receive a demand letter or are sued:

  • Settlement costs typically range from $5,000 to $75,000 depending on the plaintiff and your responsiveness
  • Plaintiff's attorney fees can add another $10,000 to $50,000
  • If you go to trial and lose, costs can be significantly higher

If you fix your website proactively:

  • A typical accessibility remediation for a small business website costs $500 to $5,000 depending on complexity
  • Annual maintenance to stay current adds modest ongoing costs

The math is straightforward: fixing accessibility issues proactively costs roughly 10 to 25 times less than settling a lawsuit. And beyond the money, fixing your website also means more customers can use it — including the 26% of American adults who live with some form of disability.

ADA Compliance Checklist for Small Businesses

Here are the five most important areas to address. This isn't a comprehensive technical audit — it's a practical starting point.

1. Add Alt Text to All Images

Every image on your website should have descriptive alt text — a brief written description that screen readers can read aloud. Product photos, banners, icons, infographics: all of them need alt text that describes what the image shows and its purpose on the page.

What to avoid: empty alt attributes, file names as alt text (like "IMG_4521.jpg"), or generic descriptions like "image" or "photo."

2. Ensure Sufficient Color Contrast

Text must have a contrast ratio of at least 4.5:1 against its background for normal text, and 3:1 for large text. Many website templates use light gray text on white backgrounds or decorative color schemes that fail this test.

This affects users with low vision, color blindness, and anyone viewing your site in bright sunlight. Free browser tools like the WebAIM Contrast Checker can verify your contrast ratios.

3. Label All Form Fields Properly

Every input field in your contact forms, checkout pages, newsletter signups, and booking systems must have a visible, programmatically linked label. Using placeholder text ("Enter your email") instead of a real label is one of the most common accessibility failures on small business websites — and one of the most frequently cited in lawsuits.

4. Ensure Full Keyboard Navigation

Some users cannot use a mouse. They navigate entirely with a keyboard, using Tab to move between elements and Enter to activate them. Every interactive element on your website — links, buttons, forms, menus, dropdowns — must be reachable and usable by keyboard alone.

Also check: can keyboard users always see where they are on the page? CSS that removes focus outlines ("outline: none") is a common problem.

5. Add Captions to Videos

If you use video on your website for product demos, testimonials, tutorials, or marketing content, those videos need accurate captions. Auto-generated captions from YouTube or Vimeo are a start, but they often contain errors. Review and correct them, or hire a captioning service.

The 5 Most Common ADA Violations on Small Business Websites

Based on patterns seen in ADA demand letters and automated audit data, these are the issues that come up most often:

  • Missing alt text — The single most common violation. Present on most websites.
  • Insufficient color contrast — Especially common with light-colored themes and trendy minimal design.
  • Missing or incorrect form labels — Placeholder text used instead of proper labels.
  • No skip navigation link — Forces keyboard users to tab through the entire navigation menu on every page.
  • Videos without captions — Particularly common on service and retail sites.

Less frequent but also cited:

  • Keyboard traps (users can navigate into an element but can't get out)
  • Auto-playing media with no way to pause or stop it
  • PDFs and documents without accessibility tags
  • Missing page language declarations
  • Tables used for layout instead of data (confuses screen readers)

How to Choose an ADA Compliance Tool

Not all accessibility tools are created equal — and this matters more than it might seem.

Avoid "overlay" solutions. Products like AccessiBe, UserWay, and similar widgets claim to automatically fix your website's accessibility issues by layering a JavaScript widget on top of your site. In 2024, AccessiBe was fined $1 million by the FTC for false claims about their product's effectiveness. The core problem: you cannot fix underlying code issues by overlaying a script. Overlays have been publicly opposed by leading disability rights organizations and have been named as defendants in ADA lawsuits themselves.

What to look for instead:

  • A scanner that tests against actual WCAG 2.1 Level AA criteria
  • Clear reports that explain each issue in plain language
  • Honest communication about what automated testing can and cannot detect
  • No claims that a scan or widget makes you "fully compliant" (no tool can guarantee this)

Run a free accessibility scan at CheckMyADA →

Frequently Asked Questions

Does the ADA apply to my small business website?

Almost certainly yes, if your website is a place where customers can learn about or engage with your business. Courts have broadly applied ADA Title III to business websites regardless of business size.

Is there a minimum business size for ADA compliance?

No. ADA Title III applies to businesses of all sizes. Small businesses account for the majority of ADA website lawsuits precisely because plaintiffs' attorneys target high-volume, lower-defense defendants.

What if my website is built on a platform like Squarespace, WordPress, or Shopify?

Your platform provides the framework, but you are responsible for the content you publish and the theme/template you choose. Many popular themes fail accessibility standards. Platform limitations are not a legal defense.

Can I get sued even if I'm working on fixing my website?

Yes. Active remediation efforts may reduce settlement amounts, but they don't prevent a demand letter or lawsuit from being filed. Document your compliance efforts — it helps in negotiations.

How much does it cost to make my website accessible?

For most small business websites with fewer than 50 pages, a competent developer can resolve the most common accessibility issues for $500 to $2,000. Complex sites with e-commerce, booking systems, or many interactive elements will cost more.

Is a compliance overlay like AccessiBe a valid solution?

No. Overlays do not fix underlying code and have been used as grounds for lawsuits rather than as a defense. See the FTC action against AccessiBe for context.

The Bottom Line

ADA website compliance isn't about bureaucracy or paperwork. It's about whether people with disabilities can use your website — and whether you're exposed to legal action if they can't.

The good news: most of the highest-impact issues are fixable. Start with an automated scan to understand where you stand, prioritize the most common violations, and work with your developer to address them systematically.

You don't need to be perfect to reduce your risk significantly. You need to be making visible, documented progress.

Check your website for ADA compliance issues — free →


Related reading: Free Website Accessibility Audit: What It Can (and Can't) Tell You | WCAG 2.1 AA Requirements Explained

External resources: DOJ Final Rule on Web Accessibility (2024) | WebAIM: Introduction to Web Accessibility

Check Your Website for Free

Get an honest accessibility report in 30 seconds. No overlay. No false promises.

Run Free Scan