Straight Answers
The accessibility questions businesses actually ask
No fear-mongering and no false promises. If a "compliance" pitch made you nervous, these are the plain answers first — especially if you run a professional practice or law firm, where clients ask about this directly.
Is my business legally required to have an accessible website?
The honest answer is "it's complicated, and the risk is real." The ADA has been read by many courts to cover the websites of businesses open to the public, and there's no single federal checklist that stamps a site "compliant." What's not in dispute is that inaccessible-site demand letters and lawsuits are common and growing, and they hit small businesses, not just big ones. Professional services — law firms, medical and dental practices, anyone with public clients — draw the most attention. We're web developers, not your lawyers, so for your specific legal exposure talk to an attorney; what we can do is make the site genuinely usable so you're not the easy target.
Won't an accessibility widget or overlay just fix it?
No — and this is the most important thing on the page. Those overlay widgets promise instant compliance from one line of JavaScript, and they're widely criticized by the actual accessibility community, including many screen-reader users, for making sites harder to use. They can't rewrite bad markup, can't invent meaningful alt text, and their presence has itself been cited in lawsuits. We don't sell them, and we'd steer you away from anyone who does. Accessibility lives in the HTML, the structure, and the content — the overlay just paints over it.
How do you actually test for accessibility?
Automated scanners are the start, not the finish. Tools like axe and Lighthouse catch maybe a third to a half of issues — missing alt attributes, contrast failures, unlabeled fields — and we run them. Then we do the part software can't: navigate the whole site with the keyboard only, run it through a real screen reader, check focus order, zoom the text to 200%, and confirm forms announce their errors. A clean automated score with a site nobody can tab through is exactly the false comfort we're trying to save you from.
Can you fix my existing site, or does it need a rebuild?
Usually we can remediate what you have — that's the common request. We audit the current site, hand you a plain-language report of what fails and why it matters, and quote a fixed price to fix it: alt text, contrast, keyboard access, semantic structure, form labels, ARIA where it's genuinely needed. If the underlying code is so tangled that patching costs more than rebuilding, we'll say so honestly. Accessibility can also ride along with a broader website speed and security audit if you're already having the site looked over.