A website is legally required to be accessible under the UK’s Equality Act 2010 if a disabled visitor would otherwise struggle to use it, and the recognised technical benchmark for meeting that duty is the W3C Web Accessibility Guidelines (WCAG), specifically the AA conformance level of WCAG 2.2. Most business owners only find this out after a complaint, a failed tender, or a screen reader user simply giving up and leaving. This guide covers what WCAG actually requires, which version and conformance level apply to your business right now, what “accessible” means in practical terms rather than legal jargon, and the specific changes that make the biggest difference to real users without a website rebuild.
What Is WCAG and Which Version Applies to My Business?
WCAG (the Web Content Accessibility Guidelines) is the technical standard that defines what makes a website usable by people with disabilities, and the current version, WCAG 2.2, applies to any UK business today because it is fully backward compatible with WCAG 2.1 and WCAG 2.0. WCAG 2.1 set out 78 testable success criteria; WCAG 2.2 carries those forward and adds nine more, most aimed at users with low vision, cognitive or learning disabilities, and anyone navigating on a touchscreen rather than a mouse. Businesses that already meet WCAG 2.1 do not need to start again, they only need to close the gap to the new criteria.
WCAG groups its requirements under four principles, often shortened to POUR: content must be Perceivable (visible or audible in more than one way), Operable (usable by keyboard as well as mouse or touch), Understandable (clear language and predictable navigation), and Robust (working reliably across browsers and assistive technology). A website that fails on any one of these four loses users, regardless of how polished the design looks. Our own article on accessibility and technical SEO goes into more detail on how these same principles overlap with the way search engines crawl and rank a page.
Each success criterion sits at one of three conformance levels, A, AA, or AAA. Level A covers the most basic barriers, a missing alt tag or a page that traps keyboard focus in a pop-up. Level AA builds on that with things like minimum colour contrast ratios and resizable text, and is the level almost every accessibility law in the world actually asks for, including the UK’s. Level AAA goes further still, and while it’s a reasonable aspiration for specific pages, it is rarely required or realistic across an entire commercial website. The nine criteria WCAG 2.2 added on top of 2.1 focus on practical, everyday friction: bigger touch targets so a button isn’t missed on a phone screen, a way to complete drag-and-drop actions without dragging, consistent placement for help links across a site, and login processes that don’t rely purely on memorising a password. None of these require a redesign, they’re implementation details a competent developer builds in from the start.
Is WCAG Compliance a Legal Requirement in the UK?
Compliance is a legal requirement for the public sector under the Public Sector Bodies (Websites and Mobile Applications) (No. 2) Accessibility Regulations 2018, which require government and many public-facing bodies to meet WCAG 2.2 AA and publish an accessibility statement. For private businesses, the obligation comes through the Equality Act 2010 rather than a named accessibility regulation: service providers must make “reasonable adjustments” so disabled customers are not put at a substantial disadvantage, and a website that cannot be used with a screen reader or keyboard is treated the same way as a shop with no wheelchair access. The Equality and Human Rights Commission can investigate and take action against organisations that ignore this duty.
Reasonable adjustments under the Act can mean removing the barrier entirely, altering the feature that causes it, or providing an accessible alternative if a fix cannot happen immediately, there is no single fixed checklist a business must complete overnight. In practice, WCAG 2.2 AA is what courts and regulators point to as the working definition of “accessible” when a case is disputed, which is why it makes sense to build against it directly rather than guess at what counts as reasonable. Whether a rebuild or an audit of an existing site makes more sense depends on how far off the current build is, our web design services cover both starting from scratch and retrofitting accessibility into a site that already exists.
If a business sells to customers in the EU, there’s a second layer to be aware of, the European Accessibility Act took effect in June 2025 and requires conformance with EN 301 549, a European standard that itself incorporates WCAG, for a range of digital products and services sold into the bloc. A UK business trading purely domestically won’t fall under it directly, but any business with EU customers, or planning to gain some, is worth checking against it now rather than after a complaint arrives.
What Does an Accessible Website Actually Look Like?
An accessible website is one a disabled visitor can use to complete the same task as anyone else, book an appointment, read a price list, or submit an enquiry, without needing extra help. That comes down to specific, checkable details rather than a vague design philosophy: descriptive alt text on every meaningful image, a colour contrast ratio strong enough to read in bright light or with low vision, form fields with real labels rather than placeholder text alone, and a full page that can be tabbed through with a keyboard from top to bottom in a sensible order.
Video content needs captions, headings need to follow a logical H1 to H2 to H3 hierarchy rather than being chosen for font size, and interactive elements like menus or booking widgets need to announce their state to a screen reader, not just change colour on screen. Most sites we review are let down by two or three of these rather than all of them, which is usually good news, since it means the fix is targeted rather than a full rebuild. Our WordPress website design builds bake these checks into the Elementor templates from the start, so heading structure, contrast, and keyboard navigation are correct before the site ever goes live, not patched in afterwards.
How Does Accessibility Affect SEO and How Businesses Are Found Online?
Accessibility and SEO share the same technical foundation, so fixing one tends to improve the other: alt text that helps a screen reader also helps Google understand an image, a logical heading structure that helps a keyboard user also helps a search engine parse the page, and fast, well-structured HTML that helps someone on an older device also helps Google’s Core Web Vitals score. Sites that treat accessibility as an afterthought tend to carry the same structural problems that hold back their rankings.
This overlap also matters for how a page performs in AI-generated answers and overviews, since the same clean structure that lets a screen reader jump straight to the right heading is what lets an AI system extract a precise answer to quote. Our SEO services cover on-page, technical, and off-page work together for exactly this reason, an accessibility fix done in isolation from the rest of the site’s technical SEO leaves half the benefit on the table. We’ve written separately about how page speed affects search rankings, which is one of the clearest examples of a fix that helps disabled users and search visibility at the same time.
What Are the Most Common Accessibility Mistakes on Small Business Websites?
The most common mistake is low colour contrast, usually light grey text on a white background chosen for looks rather than legibility, followed closely by images with no alt text and forms that only work with a mouse. These aren’t obscure edge cases, they’re the everyday building blocks of a typical small business homepage, which is exactly why they get missed: nobody notices a problem they can’t personally experience. A site built without a screen reader ever tested against it will usually fail on more than one of these without anyone realising until a real user hits the wall.
Design choices that quietly exclude visitors
Beyond contrast and alt text, three patterns show up again and again: navigation menus that only open on hover and disappear the moment a keyboard user tabs away from them, booking widgets and cookie banners built as third-party embeds with no accessible markup of their own, and animated banners or carousels that steal keyboard focus and never give it back to the rest of the page. Each one is invisible if you only ever browse your own site with a mouse and full vision, and each one is a genuine dead end for someone who doesn’t.
We saw this play out directly on the Beautiful Minds Matter project, a therapy and stress management practice working with children, young people, and adults where a clinical, hard-to-navigate site would have actively worked against the brief. The build started by mapping how different visitors actually needed to move through the site before any visual design happened, and accessible colour and layout choices ran through every page rather than being bolted on at the end. The cost of getting this wrong is real, our guide on what a poorly designed website costs UK businesses each year covers the wider commercial impact of exactly these kinds of gaps.
How Can a Business Owner Start Improving Accessibility Today?
Start with a manual keyboard-only walkthrough of your own site, if you cannot reach every link, button, and form field using only the Tab and Enter keys, a portion of your visitors already cannot either, and that single test surfaces most of the operable failures without any paid tool. From there, run your homepage through a free contrast checker, add alt text to every image that carries meaning, and check that every form field has a visible, programmatically linked label. If the issues run deeper than quick fixes, our web design services cover retrofitting an existing site rather than only building new ones.
These are the same visitors who tend to leave fastest when something doesn’t work, so it’s worth reading alongside our guide on fixing people bouncing from your website, since an inaccessible page and a page that loses visitors quickly are very often the same page. Beyond the initial fixes, accessibility isn’t a one-off project, new pages, new plugins, and new content can all reintroduce the same problems, which is why it sits inside our website maintenance and website packages as an ongoing check rather than a single audit that goes stale within a year.
Accessibility work pays off well beyond avoiding a complaint. A site that’s genuinely easy to use converts better for every visitor, not just disabled ones, and it tends to carry a stronger technical foundation for search visibility too. That’s the standard we build to on every website we design, whether for a tradesperson, a therapist, or a wellness business like the one behind Beautiful Minds Matter, accessibility gets built in from the first wireframe rather than checked off at the end.