The Business Case in Three Numbers
Three numbers tell most small business owners what they need to hear.
The World Health Organization estimates about 1.3 billion people globally live with a disability. That is more people than any single country except China and India. Research has put the buying power of households that include a person with a disability at around $13 trillion globally. Most customers with disabilities leave a website that does not work for them. They do not call to complain. They do not file a lawsuit. They go somewhere else.
If you run a small business and you treat accessibility as a legal problem, you are missing the much bigger story, which is that a meaningful share of your customers are walking out the door before they get a chance to buy from you.
Step 1: Assess
Start with what you can check in twenty minutes, without buying anything.
Keyboard navigation
Open your site. Put your mouse aside. Tab through the page using only your keyboard. Can you reach every link, every button, every form field? Can you tell where you are on the page as you tab? If you cannot, your site is unusable for people who cannot use a mouse, and that group is larger than most owners realize.
Alt text on images
Every image that conveys information needs alt text. Images that are decoration do not. Look at the source or use a free browser extension. If a product photo has no alt text, a screen reader user cannot tell what the product is.
Color contrast
Light gray text on a white background looks clean. It is also unreadable for people with low vision and difficult for everybody else in bright light. Free contrast checkers exist. Use one on your most important pages.
Captions on video
If you have video, it needs captions. Auto-generated captions are not enough. They get names wrong, miss accents, and lose the punchline. Captions matter to deaf users, to anybody watching with the sound off, and to search engines.
Form labels
Every input field needs a label that a screen reader can read. Placeholder text inside the box is not a label. If your form does not work for a screen reader user, your form does not work.
That five-item check tells you most of what you need to know about where you stand. It does not tell you everything. It tells you enough to start.
Step 2: Prioritize
The temptation after the first assessment is to fix everything at once. Resist that. Pick the high-impact items first.
The pages that matter most are the ones your customers actually use. Your home page. Your most-trafficked product or service pages. Your contact form. Your checkout. Fix those first. The pages buried three clicks deep can wait.
Within those pages, the high-impact fixes are the ones that block customers from completing a transaction. A button without a label that nobody can activate. A form that traps somebody after they submit. A checkout that loses focus and leaves a screen reader user stuck. These block real money.
Cosmetic issues come later. They matter, and you should fix them, but they do not block a sale.
Step 3: Partner
You are going to need help, and the kind of help you need is shaped by what your business already buys from outside.
If your website runs on a hosted platform, ask the platform about its accessibility features. Most of the major platforms have made progress in the last few years. Use what is available before you reach for a custom solution.
If you have a developer or an agency, ask them about their accessibility process before you ask them to fix anything. The questions to ask are simple. How do they test? What standards do they target? What is their experience? If they cannot answer those questions, they will not be able to help you in a way that lasts.
The red flags to watch for are concrete. A vendor that promises 100 percent compliance is selling something that does not exist. A vendor that promises an instant fix in one line of JavaScript is selling an overlay, and you do not want one. A vendor that does not mention WCAG by name is not informed enough to help you. A vendor that does not test with real users is selling theory.
Step 4: Sustain
The last step is the one most small businesses skip, and the one that decides whether the work holds.
Before you publish
Every new page, every new image, every new form runs through the five-item check from step one. The check takes minutes. The cost of skipping it is hours of cleanup later.
Monthly
Pick one section of the site and run it through the check. Rotate sections so the whole site gets covered over a year. Catch issues before customers do.
Quarterly
Test one customer journey end to end. Buy your own product the way a customer would. Use a screen reader. Use a keyboard only. The thing you find when you do this is what your customers have already been finding.
These three habits cost you about an hour a month. They are the difference between a site that gets better over time and a site that decays the moment you stop paying attention.
The Overlay Vendor Problem
A specific warning before closing.
Overlay vendors sell a script you drop into your site that promises to fix accessibility automatically. The pitch is appealing. One line of code. Instant compliance. No work for your team.
Overlays do not work the way they are advertised. They cannot fix structural problems in your code. They often break the assistive technology that users with disabilities already have on their devices. They have been the subject of multiple lawsuits, including against businesses that bought the overlay specifically to reduce legal risk.
The red flags to watch for are the same ones named in step three. Claims of 100 percent compliance. No mention of WCAG. Promises of instant fixes. No testing with real users. If the pitch sounds too easy, it is.
Make accessibility a habit, not a heroic one-time effort. Habits hold. Heroics decay.
Accessibility for a small business is not a legal hazard. It is a customer retention question with a four-step plan attached. Assess what you have. Prioritize what blocks a sale. Partner with vendors who can answer the right questions. Sustain the work with simple habits. Skip the overlay and skip the panic. The customers who come back to you because the site works for them will pay for the rest.
How this insight supports different learners
R Readers
Understand the business case for accessibility without needing a legal background.
L Listeners
Hear the overlay pitch and recognize it for what it is.
D Doers
Run the five-item check on your site this week. Pick one high-impact issue and fix it.
O Observers
Watch a team that sustains the habit and a team that does not, and see the difference six months later.
Questions this insight answers
- I run a small business. Where do I even start with accessibility?
- Do overlays actually work?
- What questions should I ask my web vendor?
- How do I keep accessibility from decaying after the first cleanup?
- What is the simplest first check I can run?