Full WCAG conformance is a genuine undertaking, and most small business sites don't need to start there. What they do need is to stop excluding visitors over fixable, well-understood problems. Here's a realistic starting list — the sort of thing worth checking on any site before worrying about the more exhaustive stuff.

This isn't only about avoiding a legal complaint, though that risk is real and growing. It's that a meaningful share of visitors — people using screen readers, keyboard-only navigation, screen magnification, or simply an older phone with a cracked screen in bright sunlight — will quietly leave and go to a competitor's site the moment yours fights them. Most of the fixes below take an afternoon, not a redesign.

Colour & contrast

Keyboard access

Images & media

Forms

Motion & animation

Animation can make an interface feel polished, but for some visitors — particularly those with vestibular disorders — large-scale motion can trigger genuine physical discomfort, not just mild annoyance.

ARIA: use sparingly, not liberally

ARIA attributes are powerful, but the first rule of ARIA is genuinely "don't use ARIA if a native HTML element already does the job." A <button> is keyboard-accessible, focusable and announced correctly by default — a <div role="button"> needs you to manually replicate all of that, and it's easy to miss a piece.

Structure

Testing without expensive tools

A proper audit uses specialist software and real assistive-tech users, but a surprising amount can be caught with tools already on your machine:

None of this requires a specialist audit to start on. Working through a list like this catches a large share of the accessibility issues that quietly turn visitors away — and it usually improves usability for everyone else too.

Want a second pair of eyes on this?

I can run through your site against a checklist like this one and flag what's worth fixing first.

← Back to the blog