A few years ago, almost none of my clients had heard of a website accessibility lawsuit. Now I get asked about it several times a year, usually right after a client's friend or a competitor gets a demand letter in the mail. I build custom websites for service businesses for a living, so let me give you a straight answer instead of the scare pitch you get from a $99/month overlay widget company.

Do Small Business Websites Need to Be ADA Compliant?

Yes. The Americans with Disabilities Act does not spell out a web-specific standard the way it does for ramps or door widths, but the Department of Justice has published guidance stating that Title III, which covers "places of public accommodation," applies to business websites too. Courts have mostly agreed, and the industry has settled on WCAG 2.1 Level AA (the Web Content Accessibility Guidelines) as the practical benchmark. If your website connects to a real business, whether you have a storefront or not, this applies to you.

That does not mean every small business site is one lawsuit away from disaster. It means accessibility is a real legal and business consideration, the same way you would not ignore fire code at a physical location.

Who Is Actually Getting Sued Over Website Accessibility?

More than most business owners expect. Website accessibility lawsuits rose sharply in 2025, with more than 5,000 federal and state cases filed over the year, a 37 percent jump from the same period the year before. E-commerce and retail sites account for most of these cases, but food and beverage businesses are the second most targeted group, largely because of online menus and ordering systems that were never built with a screen reader in mind. That hits restaurant owners especially hard, since a PDF menu with no text underneath it, or an online ordering widget that only works with a mouse, is exactly the kind of thing these lawsuits target.

It is not just national retailers. Serial plaintiffs and the law firms that work with them specifically look for small, local businesses, because they are less likely to fight a demand letter in court and more likely to settle quickly.

What Happens If Your Website Isn't Accessible?

The usual pattern looks like this:

  1. A demand letter arrives claiming your website violates the ADA and lists specific issues, sometimes real, sometimes generic boilerplate
  2. The letter proposes a quick settlement, commonly in the range of a few thousand to fifteen thousand dollars, to avoid a lawsuit
  3. If you ignore it or refuse to pay, a federal lawsuit follows, which adds attorney's fees on top of whatever remediation the court eventually orders
  4. Even businesses that win in court still pay for the legal defense along the way

There is no grace period and no small business exemption. A five-page site for a local plumber can get the same demand letter as a national chain.

What Does It Cost to Make a Small Business Website Accessible?

The price depends entirely on when you deal with it. Fixing an old site after the fact costs a lot more than building it right the first time.

Approach Typical cost What it actually covers
Free automated scanner (WAVE, axe DevTools) $0 Flags obvious issues: missing alt text, low contrast, unlabeled fields
Manual accessibility audit $500 to $2,500 Screen reader testing, keyboard navigation, real usability gaps a scanner misses
Full remediation of an existing site $1,000 to $10,000+ Rebuilding broken markup and fixing every flagged issue after the fact
Built accessible from day one Included in the build Semantic HTML, proper contrast, alt text, and keyboard navigation from the start

That last row is how I build every site. Accessibility basics (real HTML headings instead of styled text pretending to be a heading, alt text on every image, forms with actual labels, enough color contrast to read) do not cost extra when they are part of the process instead of a bolt-on repair job later. Whether you go with my $150-a-month plan or the $3,500 one-time build, those fundamentals are already in there.

What Are the Most Common Accessibility Fixes a Small Business Needs?

Most of the sites I audit for existing clients have the same handful of problems, roughly in order of how often I see them:

  • Missing or lazy alt text. Images with no description, or alt text that just says "image1.jpg," which is invisible to a screen reader user
  • Low color contrast. Light gray text on a white background looks trendy and is unreadable for a lot of people
  • Forms with no labels. A contact form where the fields are only distinguished by placeholder text disappears the moment someone starts typing or uses assistive tech
  • PDF menus and documents with no text layer. A scanned image of a menu is invisible to a screen reader, no matter how nice it looks
  • Video with no captions. Any video content needs captions, not just for accessibility but because most people watch with the sound off anyway
  • Keyboard traps. Pop-ups, sliders, and custom dropdowns that only work with a mouse lock out anyone who navigates by keyboard

None of these require exotic engineering. They require someone who knows to check for them while the site is being built, which is a habit, not a huge extra expense.

Should You Use an Accessibility Overlay Widget?

I get asked about these constantly because they are heavily marketed as a one-click fix. Be careful here. An overlay widget sits on top of your existing site and tries to patch accessibility problems with JavaScript rather than fixing the underlying code. Several of these companies have themselves been named in lawsuits, because the overlay conflicts with screen readers or fails to fix what it claims to fix. They can help with small things like resizing text, but they are not a substitute for a site that was coded correctly to begin with, and relying on one alone is a weaker legal position than fixing the actual markup.

What Should You Do Next?

Run your current site through a free scanner like WAVE or axe DevTools today. It takes five minutes and will tell you immediately whether you have an obvious problem. If it comes back clean, you are in decent shape. If it flags a dozen issues, do not panic, but do not ignore it either.

When you are ready to fix it or build a new site the right way, I offer a free homepage mockup with no payment and no obligation, and accessibility basics are part of every site I build, not an upsell. You can also look at examples of sites I have built and, if you are choosing between designers, ask directly whether accessibility is part of their process. I cover what else to ask in my guide to choosing a web designer, and it is one of the fastest ways to tell whether you are hiring someone who builds sites properly or someone who will hand you a problem down the road.