Nobody Is Going to Fine You for an Inaccessible Website
Every 2026 design trend list I read says accessibility is now a legal requirement. Several of them use the word "fines".
For a plumbing company in Philadelphia, that is not what the American rule says. I want to lay out what it does say, because the gap between the two is where a lot of money gets spent on the wrong thing — and then I want to tell you why I build for accessibility anyway, which is the more useful half of this.
I'm not a lawyer and none of this is legal advice. It's a description of what the government's own published pages say, with links, so you can read them yourself in about ten minutes.
What the American rule actually covers
In 2024 the Department of Justice set a technical standard for web accessibility: WCAG 2.1, Level AA. That's a real, specific, checkable specification, and it's the one the trend lists are referring to.
It applies to state and local governments. Cities, counties, school districts, transit authorities, special districts. The compliance dates are 26 April 2027 for entities serving 50,000 people or more, and 26 April 2028 for smaller ones and special districts.
That's the rule. It's on ada.gov and it says "State and Local Governments" in the title.
Your plumbing business is not a state or local government. The rule that the trend lists are pointing at does not set a standard your website has to meet.
The part where I stop being reassuring
Two things complicate that, and skipping them would be dishonest.
The ADA still applies to you. The Department of Justice's position, stated plainly on its own guidance page, is that the ADA covers both state and local government under Title II and businesses open to the public under Title III. A business open to the public includes a shop, a restaurant, a doctor's office. What it hasn't done is set a technical standard for those businesses' websites. So the obligation is real and the specification is absent — which is an uncomfortable place for a small business to stand, and it is genuinely where things are.
Lawsuits happen. Web accessibility claims against private businesses are a real category of American litigation. I don't have a number for you that I can trace to a primary source, so I'm not going to quote one — you will see figures on agency blogs, and I'd treat them the way I'd treat any unsourced number.
What I can say is that "there's no rule for you" and "you're safe" are different statements, and only the first one is supported. If you're actually worried, that's a question for a lawyer and not for a web designer, including this one.
Why Europe's articles sound so much more urgent
Worth knowing, because it explains the tone of half of what you'll read.
The European Union's accessibility obligations for businesses started on 28 June 2025. In the EU, certain commercial digital services genuinely are required to meet WCAG 2.1 AA, with real enforcement behind it. So when a European studio writes that accessibility became a legal requirement, they are describing their own market accurately.
Then the article gets translated, or summarised, or fed into something that produces an English version, and it arrives on your screen as a fact about your business. It isn't one. This is the same failure I wrote about in the trends post — a claim that was true somewhere travels without its context attached.
The six things I do anyway
Here's the actual reason to care, and it has nothing to do with regulation.
The accessibility fixes and the conversion fixes are mostly the same fixes. Not by coincidence — both of them are about whether a person who isn't at their best can get through your site and reach you. A screen reader user and a 58-year-old squinting at a phone in bright sunlight on a job site want the same six things.
Contrast that survives sunlight. Light grey text on white looks refined on your monitor in a dark office. Outdoors on a phone in daylight it is gone. WCAG asks for a 4.5:1 ratio on body text; free contrast checkers will tell you your number in seconds. This is the single most common failure I find and it is a CSS change.
Tap targets big enough for a thumb. Buttons and links need real size and real space between them. Everyone benefits, and anyone with a tremor, arthritis, or work gloves benefits enormously.
Every image described. Alt text is invisible to sighted readers and it's how a screen reader knows what your photo of the finished bathroom is. It's also what search engines read. Two minutes per image, and you're already meant to be doing it.
Forms with actual labels. Not placeholder text that vanishes when you start typing — a real label attached to the field. If someone gets to the third box and can't remember what the first one wanted, they abandon the form, and you never find out.
Keyboard reachable. Press Tab repeatedly on your own site. You should be able to see where you are at every step and reach everything — including the phone number and the contact form. If focus disappears, some visitors are stuck and one of them was going to call you.
Video with captions. Most people watch with the sound off. Captions serve deaf visitors and they serve the person watching in a waiting room, which is nearly everybody.
That's the whole list for a normal local business site. Six things. None of them requires a specialist, and if you do them your site will be better for every visitor you have, entirely independently of whether anyone ever asks you about a standard.
The product I'd tell you not to buy
There's a category of tool sold as a one-line fix for this: a script you paste into your site that adds a little accessibility button in the corner, promising conformance without touching anything underneath.
More than a thousand accessibility practitioners — including engineers at Google, Microsoft, GitHub, Shopify and Webflow — have put their names to a public statement that these overlays do not make a site conform, and that in a number of cases they make things actively worse for the people using assistive technology.
I'm naming the practice and not a company, which is the rule I hold to everywhere on this blog. But if you get a cold call offering to make your site compliant for a monthly fee and a single line of code, that's the thing, and it belongs on the same list as everything else businesses overpay for online.
What this admits
Fear sells this work far better than the truth does.
I could open with lawsuits, quote a number I can't source, and put an "ADA compliance package" on my pricing page at a few hundred dollars a month. It would convert better than what you just read. Plenty of the people cold-calling Philadelphia businesses about their websites are running exactly that script right now, and it works because "you might get sued" is a stronger motivator than "your text is hard to read outdoors".
I'd rather tell you the six fixes, note that they take an afternoon, and let you do them yourself if you want to. They're part of the build when I do a site — not a line item, not a package, just how the thing gets made. That's a worse business model and a better answer, and it's the same trade I make in the five things that stop visitors calling you.
Frequently Asked Questions
Does my small business website have to be ADA compliant?
The 2024 Department of Justice rule that sets WCAG 2.1 Level AA applies to state and local governments, not to private businesses. The ADA itself still covers businesses open to the public, but no technical standard has been set for their websites. That's the honest answer, I'm not a lawyer, and if you're worried enough to want certainty you want one rather than me.
Will fixing this help my Google ranking?
Not directly, and I'd be suspicious of anyone who promises it will. What it does affect is whether visitors can use your site, and several of the same fixes — alt text, real headings, labelled forms — are things search engines and AI assistants read to work out what your business does. The benefit is real; it just isn't a ranking lever.
How much does it cost to fix?
For a normal small business site, the six items above are an afternoon of work, and four of them you can do yourself with no code. If someone quotes you a monthly retainer to make an eight-page plumbing website accessible, ask them exactly which of the six they're doing and how often.
Want to know where your site actually stands? Send me your URL. I'll check the contrast, tab through it on a keyboard, and tell you which of the six you're failing — free, and with the fixes written out so you can hand them to whoever built it. Get a free site check →

