Guide

Website accessibility and UK law: what a small business needs to know

5 min readLast reviewed

Accessibility is the area where small businesses are given the least useful advice: either that it does not apply to them, or that they face imminent legal action. Neither is right, and the truth is more manageable than the second and more consequential than the first.

This is a plain summary, not legal advice. If you have received a complaint or a solicitor's letter, take proper advice rather than relying on an article.

What the law actually says

In the UK, the relevant law for a private business is the Equality Act 2010. It requires service providers to make reasonable adjustments so that disabled people are not put at a substantial disadvantage compared with everyone else. It does not name websites specifically, and it does not name a technical standard — but a website is how most businesses now provide their service, and it has been widely understood to fall within scope.

'Reasonable' is doing real work in that sentence. What is reasonable for a national retailer is not what is reasonable for a two-person firm, and the Act is proportionate by design. That is the basis for not panicking. It is not a basis for doing nothing, because some adjustments are cheap enough that declining to make them is difficult to call reasonable.

Separately, the Public Sector Bodies (Websites and Mobile Applications) Accessibility Regulations 2018 apply to public sector organisations and set a hard requirement to meet WCAG 2.1 AA and publish an accessibility statement. If you are a private business those regulations do not apply to you — but the standard they name is the one everybody has settled on, which is why it is worth working to anyway.

What WCAG 2.1 AA asks for, in practice

The full standard is long. The parts that account for most real-world problems on a small business website are few, and none of them require a redesign.

Text you can read
Text needs to contrast enough with its background — a ratio of at least 4.5:1 for normal-sized text. Pale grey on white looks refined on a designer's monitor and disappears for anyone with reduced vision, or anybody reading on a phone in daylight.
Images that describe themselves
Every image that carries meaning needs alt text saying what it shows. Decorative images should have empty alt text so screen readers skip them rather than reading out a filename.
Form fields with labels
A field needs a real label, not just placeholder text — placeholder text vanishes the moment somebody starts typing, taking the only instruction with it.
Buttons and links that say what they do
A button containing only an icon is announced as 'button'. A link reading 'click here' is announced as 'click here'. Neither tells somebody navigating by links what they will get.
Headings in order
Headings are how screen reader users skim a page. When they are chosen for their size rather than their level, that structure stops working.
Keyboard access
Everything clickable should be reachable with the Tab key, and the currently focused element should be visibly outlined. Removing that outline because it looked untidy is one of the most common accessibility faults on the web.

The limit of automated testing, stated honestly

Automated accessibility testing catches roughly a third of accessibility problems. That figure is well established and it is the most important thing on this page, because it is routinely left out by tools that would rather sell you a green tick.

What automation is good at is the mechanical and countable: contrast ratios, missing alt attributes, unlabelled fields, heading levels. What it cannot judge is whether alt text is any good, whether the page makes sense read aloud in order, whether an error message explains what to do, or whether somebody using only a keyboard can actually complete your booking form.

So a clean automated pass is not a statement that your site is accessible. It means the mechanical faults are gone, which is genuinely worth having and is where to start. Anybody selling you a certificate of compliance on the strength of an automated scan is selling you something they cannot deliver.

Where to start if you are starting from nothing

Fix contrast first. It is the most common fault, it affects the most people including many who would never describe themselves as disabled, and it is usually a handful of colour values in one stylesheet.

Then alt text on images that carry meaning, then labels on form fields — particularly on whatever form makes you money. Then put the keyboard focus outline back if somebody removed it.

After that, the highest-value thing you can do is not a scan at all. Try to complete your own contact or booking form using only the Tab key and the Enter key, without touching the mouse. Ten minutes of that will tell you more than any tool, including this one.

Find out where your site stands

Everything described above is something the scanner looks for, with the evidence for each result on your own pages. Free, no account, first findings in about twenty-five seconds.

Scan my site

The checks behind this guide

Questions people also ask

Answered here in full, rather than as a teaser.

Can my small business be sued over an inaccessible website?

Under the Equality Act 2010 a disabled person who has been put at a substantial disadvantage can bring a claim, and website accessibility has been widely understood to fall within the duty to make reasonable adjustments. In practice, claims against small UK businesses are rare and complaints are common. What is 'reasonable' scales with your size and resources, which is why the proportionate answer is to fix the cheap, high-impact problems rather than to attempt full certification.

Does WCAG 2.1 AA legally apply to a private business?

Not directly. WCAG 2.1 AA is named in the 2018 regulations that bind public sector bodies. For a private business the duty comes from the Equality Act, which names no standard. WCAG is nevertheless the standard everybody has converged on, so working to it is the clearest way to show you have made reasonable adjustments.

Is an accessibility overlay or widget enough?

No, and they are widely criticised by disabled users and accessibility professionals. Overlays sit on top of an inaccessible site and try to patch it in the browser; they frequently interfere with the screen readers and other assistive software people already use and have configured. Fixing the underlying markup is both cheaper over time and the only thing that actually works.