How much does accessibility remediation cost in Houston?
Accessibility remediation is priced on how much of the site has to change, which depends almost entirely on how it was built. At BayouEdge accessible markup is part of how sites get built rather than a remediation project sold afterwards — both cheaper and more honest than fixing it later. What your business is legally required to meet is a question for your own counsel.
What accessibility actually means here
It means the site works for people using it differently from you: a screen reader, a keyboard instead of a mouse, larger text, or a phone in bright Houston sun with a cracked screen.
Most of what makes a site accessible is unglamorous and cheap when done during a build:
- Text that has enough contrast against its background
- Images with descriptions for anyone who cannot see them
- Forms whose fields are actually labelled
- Pages that can be navigated with the tab key
- Headings in a real order, not chosen for their size
None of that requires a separate budget if it is done as the site is written. All of it is expensive to retrofit.
Why retrofitting costs more
A remediation project has to find every instance of a problem across every page, in a codebase that was not built with any of this in mind. Often the underlying markup has to change, which means re-testing layout on every screen size afterwards.
That is why the same work costs a fraction during a build and a real number as a fix.
A word on overlay widgets
There is a category of product that promises accessibility compliance from a single line of script. They are heavily marketed to small businesses, often on the back of legal fear.
They do not fix the underlying markup. Users who rely on assistive technology have been broadly critical of them, and adding one does not make an inaccessible site accessible — it adds a widget on top of one.
If someone sells you compliance for a monthly script fee, be sceptical.
The legal part, carefully
There is genuine litigation activity around website accessibility in the United States, and some of it targets small businesses. What the specific obligations are for your business is a legal question, and this is not legal advice — a licensed attorney is the right person to ask.
What can be said plainly: a site built properly is in a much better position than one that was not, and the work is worth doing on its own merits regardless.
The commercial case
Set the legal question aside for a moment. Accessible sites are easier to use for everyone: better contrast helps anyone outdoors, labelled forms reduce mistakes, keyboard navigation helps people on bad connections. The overlap with plain good design is almost total.
Where to start
A quick pass over contrast, form labels, image descriptions and keyboard navigation will tell you whether you have a short list or a project.
Frequently asked questions
Do accessibility overlay widgets work?
They do not change the underlying markup, and users who rely on assistive technology have been broadly critical of them. A script added on top of an inaccessible site leaves an inaccessible site.
Is my small business legally required to have an accessible website?
That is a legal question and depends on your specific situation — a licensed attorney is the right person to ask. What is clear is that a properly built site is in a far better position than one that was not.
Why is it cheaper during a build?
Accessible markup is just how the pages get written. Retrofitting means finding every instance across every page in a codebase built without it in mind, then re-testing layout everywhere afterwards.
What should I check first?
Text contrast, whether form fields have real labels, whether images have descriptions, and whether you can reach every link and button with the tab key.