Website Accessibility for UK Small Businesses: The Complete 2026 Guide
Last updated: 2026-09-16
Author: Daedalus Design
Target keyword: "website accessibility uk" (880/mo)
Word count: 3,000+
What Is Website Accessibility?
Quick Answer: Website accessibility means designing and building websites so that people with disabilities can perceive, understand, navigate, and interact with them. In the UK, it's not optional — the Equality Act 2010 treats an inaccessible website as a discriminatory service.
Website accessibility covers all disabilities that affect access to the web:
- Visual: Blindness, low vision, colour blindness
- Auditory: Deafness, hard of hearing
- Motor: Inability to use a mouse, tremors, paralysis
- Cognitive: Dyslexia, autism, ADHD, memory impairments
- Situational: Broken arm, bright sunlight, noisy environment, slow connection
The legal reality: The Equality Act 2010 requires "reasonable adjustments" for disabled people. Since 2010, UK courts have consistently held that websites are "services to the public" — making a non-compliant website a discriminatory service.
Why It Matters for UK Businesses (The Purple Pound: £274bn)
Quick Answer: 1 in 5 UK people has a disability. Their collective spending power — the Purple Pound — is £274 billion per year. 69% of disabled users leave inaccessible sites silently (Click-Away Pound). Accessibility isn't compliance; it's commercial survival.
The Numbers That Matter
| Statistic | Source | Business Impact |
|---|---|---|
| 1 in 5 UK people has a disability | UK Gov / ONS | 14+ million potential customers |
| £274bn/year — The Purple Pound | Scope / Purple Tuesday | Collective spending power of disabled households |
| 69% leave inaccessible sites without complaining | Click-Away Pound Survey | You lose sales silently — no feedback, no chance to fix |
| 94.8% of top 1M homepages fail basic WCAG | WebAIM Million 2025 | Your competitors are almost certainly failing — opportunity to lead |
| 3,117 US federal accessibility lawsuits (2025) | Seyfarth Shaw | Legal precedent spreading; UK enforcement increasing |
The Click-Away Pound Reality
The 2019 Click-Away Pound survey (updated 2023) found that 69% of disabled users will leave a website they find difficult to use. They don't complain. They don't call. They just go to a competitor. For every accessibility barrier on your site, you're silently losing nearly 7 in 10 disabled visitors.
Equality Act 2010 Obligations
Quick Answer: The Equality Act 2010 makes it unlawful for service providers to discriminate against disabled people. Websites are "services to the public." You must make "reasonable adjustments" — anticipatory, not reactive. No fixed technical standard in the Act, but UK courts and regulators reference WCAG 2.2 AA.
What the Law Actually Says
Section 20 (Duty to make adjustments) requires service providers to:
- Change a provision, criterion, or practice (e.g., your checkout process)
- Provide an auxiliary aid or service (e.g., screen reader compatible code)
- Avoid a physical feature (less relevant for websites, but applies to kiosks/apps)
Section 21 (Failure to comply) — failure to make reasonable adjustments is discrimination.
"Reasonable" Is Context-Dependent
Courts consider:
- Size and resources of your business
- Cost of the adjustment
- Effectiveness of the adjustment
- Practicality of implementation
A £50M retailer is expected to do more than a £50k plumber. But doing nothing is never reasonable.
Anticipatory Duty
The duty is anticipatory — you must think ahead about barriers disabled people might face. Waiting for a complaint before fixing your colour contrast is not a defence.
Enforcement
- Individual claims — County Court, unlimited compensation (injury to feelings + financial loss)
- EHRC enforcement — Equality and Human Rights Commission can investigate, issue unlawful act notices, seek injunctions
- Reputational risk — Public discrimination findings destroy trust
European Accessibility Act (EAA) 2025 — What UK Businesses Need to Know
Quick Answer: Yes, the EAA applies to UK businesses selling digital products/services to EU consumers. Enforcement began 28 June 2025. Brexit does not exempt you. Micro-enterprises (<10 staff, <€2M turnover) have limited exemptions but must still make services accessible. WCAG 2.2 AA is the technical benchmark.
The European Accessibility Act is an EU directive enforceable across all member states since 28 June 2025. It covers:
- Websites and mobile apps selling goods/services to consumers
- E-commerce platforms (your shop, or platforms you sell through)
- Digital banking and financial services
- E-books and digital content
- Telephony and communication services
- Ticketing and transport services
The Brexit Question
Brexit does not exempt UK businesses. If you:
- Sell to EU consumers (B2C)
- Offer digital services accessible in the EU
- Have an EU-facing website or app
…you fall under the EAA. The UK government has indicated it will mirror EAA requirements in domestic law.
Micro-Enterprise Exemption
Businesses with fewer than 10 employees AND turnover under €2 million are exempt from certain EAA obligations (mainly documentation and reporting). They are NOT exempt from making their services accessible.
What You Need to Do
- Audit your digital touchpoints — website, app, checkout, PDFs, emails
- Fix WCAG 2.2 AA issues — the technical standard the EAA references
- Publish an accessibility statement — required by the EAA for covered services
- Provide an accessibility feedback mechanism — users must be able to report barriers
- Monitor and maintain — accessibility is not a one-time fix
Daedalus recommends: Start with our £19.99 accessibility audit. It gives you a baseline against WCAG 2.2 AA and a prioritised fix list.
WCAG 2.2 Explained in Plain English
Quick Answer: WCAG 2.2 is the current global standard for web accessibility. It has three levels (A, AA, AAA). UK businesses should target WCAG 2.2 AA — it's the legal benchmark for both the Equality Act and EAA. It adds 9 new success criteria to WCAG 2.1, mostly around cognitive accessibility and mobile interaction.
WCAG is organised around four principles — POUR:
| Principle | What It Means | Example |
|---|---|---|
| Perceivable | Content can be seen/heard by everyone | Alt text for images, captions for video |
| Operable | Interface works with keyboard, voice, switch | No keyboard traps, sufficient time limits |
| Understandable | Content and operation are predictable | Clear language, consistent navigation, error help |
| Robust | Works with current and future tech | Valid HTML, works with screen readers |
The Three Levels
| Level | Description | UK Legal Target |
|---|---|---|
| A | Minimum — barriers that completely block access | Not sufficient |
| AA | Standard — barriers that make access difficult | Target this |
| AAA | Enhanced — optimal experience | Aspirational |
Target AA. It's what courts, regulators, and the EAA reference.
What's New in WCAG 2.2 (9 New Criteria)
| Criterion | Level | What It Means |
|---|---|---|
| 2.4.11 Focus Not Obscured (Minimum) | AA | Keyboard focus must not be hidden by sticky headers, chat widgets, cookie banners |
| 2.4.12 Focus Not Obscured (Enhanced) | AAA | Same as above, but no part of focus indicator hidden |
| 2.5.7 Dragging Movements | AA | Drag-and-drop must have a single-pointer alternative (click-to-move) |
| 2.5.8 Target Size (Minimum) | AA | Click/tap targets at least 24×24 CSS pixels |
| 3.2.6 Consistent Help | A | Help mechanisms appear in consistent order/location |
| 3.3.7 Redundant Entry | A | Don't ask for the same info twice in a session |
| 3.3.8 Accessible Authentication (Minimum) | AA | No cognitive function tests for login — allow password managers, WebAuthn, email links |
| 3.3.9 Accessible Authentication (Enhanced) | AAA | No cognitive tests at all, even with alternatives |
The big ones for small business: Focus visibility (sticky headers hiding focus is everywhere), target size (tiny mobile buttons), and accessible authentication (ditch the CAPTCHA puzzles).
The Business Case for Accessibility
Quick Answer: Accessible websites reach 1 in 5 UK consumers (£274bn spending power), convert better, rank higher in search, and reduce legal risk. The Click-Away Pound found 69% of disabled users leave inaccessible sites silently. Accessibility is not charity; it's commercial sense.
Beyond Compliance: Real Business Benefits
- Better SEO — Accessible code (semantic HTML, alt text, heading structure) is what Google rewards
- Higher conversion — Clear forms, readable text, keyboard-friendly checkout = more completed purchases
- Brand reputation — Inclusive brands build loyalty; exclusion generates backlash
- Future-proofing — EAA enforcement tightens; retrofitting costs 10× more than building accessible
- Talent attraction — Inclusive companies attract better talent
How Much Does Accessibility Cost? (Transparent Pricing)
Quick Answer: Most UK agencies charge £500–£10,000+ for audits and remediation. Daedalus starts at £19.99 for a professional accessibility audit on eBay. DIY with free tools costs £0 but misses ~43% of issues. Full remediation typically runs £500–£5,000 depending on site size and complexity.
The UK Market Reality
| Service | Typical Agency Price | Daedalus Price | Notes |
|---|---|---|---|
| Automated scan only | £0–£100 (often free lead magnet) | £0 (DIY tools) | Catches ~57% of issues |
| Professional accessibility audit | £500–£3,000+ | £19.99 (eBay) / £299 (website) | Manual + automated, WCAG 2.2 AA |
| Remediation (fixing issues) | £1,000–£10,000+ | £500–£5,000 | Depends on site size, CMS, tech debt |
| Full accessible rebuild | £5,000–£25,000+ | £2,500–£10,000 | New build with accessibility baked in |
| Ongoing monitoring | £50–£500/mo | £29/mo (hosting add-on) | Regression testing, content audits |
Why the Huge Price Gap?
Traditional agencies target enterprise/mid-market with expensive tooling and senior consultants. Daedalus targets small businesses with efficient AI-assisted audit workflows, actionable reports (not 100-page PDFs), and low overhead.
What You Get at Each Tier
DIY (£0) — Run axe DevTools, WAVE, Lighthouse. Good for quick wins, misses cognitive/mobile/screen-reader issues.
Daedalus eBay Audit (£19.99) — Manual review of 5 key pages + automated full-site scan. Prioritised fix list with code snippets. 3-day turnaround. Best entry point.
Daedalus Website Audit (£299) — Full site audit (up to 50 pages), mobile + screen reader testing, remediation roadmap, 1-hour consultation.
Remediation (£500–£5,000) — We fix the issues. Price depends on CMS, number of templates, third-party integrations.
New Build (£2,500–£10,000) — Accessible from day one. Includes design, build, testing, launch, 3 months monitoring.
7 Quick Wins You Can Fix Today
Quick Answer: These 5 fixes take under an hour each and address the most common WCAG 2.2 AA failures: colour contrast, alt text, keyboard focus, form labels, and heading structure. No developer required for most.
1. Fix Colour Contrast (WCAG 1.4.3 — Level AA)
Problem: Light grey text on white backgrounds fails 4.5:1 ratio.
Fix: Use WebAIM Contrast Checker. Aim for 4.5:1 (normal text) or 3:1 (large text 18pt+).
Time: 15–30 minutes
2. Add Meaningful Alt Text (WCAG 1.1.1 — Level A)
Problem: Images have alt="" or filename alt text (alt="IMG_1234.jpg").
Fix: Describe the purpose of the image. "Red 'Buy Now' button" not "red rectangle." Decorative images get alt="".
Time: 20–45 minutes for key pages
3. Make Focus Visible (WCAG 2.4.7 / 2.4.11 — Level AA)
Problem: Tab through your site — can you see where you are? Sticky headers often hide focus.
Fix: Add :focus-visible { outline: 3px solid #0066cc; outline-offset: 2px; } to CSS.
Time: 10 minutes
4. Label Every Form Field (WCAG 1.3.1 / 3.3.2 — Level A/AA)
Problem: Placeholder text ≠ label. Screen readers skip placeholders.
Fix: Every needs a or aria-label. Mark required fields in code, not just with *.
Time: 20–30 minutes per form
5. Use Proper Heading Structure (WCAG 1.3.1 — Level A)
Problem: H1 → H3 → H2 (skipped levels) or multiple H1s.
Fix: One H1 per page. Sequential hierarchy: H1 → H2 → H3. Never skip levels.
Time: 15 minutes per page
6. Ensure Link Text Makes Sense Alone (WCAG 2.4.4 — Level A)
Problem: "Click here," "Read more," "Link" — meaningless out of context.
Fix: "View our web design packages," "Read the accessibility guide," "Contact Daedalus Design."
Time: 10–20 minutes
7. Test Keyboard Navigation (WCAG 2.1.1 — Level A)
Problem: Dropdown menus, modals, carousels trap keyboard users.
Fix: Unplug mouse. Tab through entire site. Can you reach everything? Close modals with Escape?
Time: 15 minutes
How to Test Your Website for Accessibility (DIY Guide)
Quick Answer: Start with free automated tools (axe, WAVE, Lighthouse) for ~57% coverage. Add manual keyboard testing and screen reader checks (NVDA free on Windows, VoiceOver on Mac) for the rest. For legal/commercial confidence, book a professional audit (£19.99–£299).
Free Automated Tools (Run All Three)
| Tool | Best For | How to Run |
|---|---|---|
| axe DevTools (Chrome/Edge extension) | Developer-friendly, detailed code-level issues | Install → Open DevTools → axe tab → Scan |
| WAVE (wave.webaim.org or extension) | Visual overlay, great for content editors | Enter URL → Review sidebar + overlay icons |
| Lighthouse (Chrome DevTools) | SEO + performance + accessibility score | DevTools → Lighthouse → Accessibility → Generate |
Pro tip: Run on 5–10 key pages (home, contact, checkout, service pages, blog). Export each report.
Manual Testing Checklist
| Test | How | What to Look For |
|---|---|---|
| Keyboard only | Unplug mouse, Tab/Shift+Tab/Enter/Space/Escape | All interactive elements reachable, focus visible, no traps |
| Screen reader (NVDA/VoiceOver) | Navigate with screen reader on | Landmarks announced, images described, forms labelled, reading order logical |
| Zoom to 200% | Ctrl/Cmd + "+" | No horizontal scrolling, text doesn't overlap, layout holds |
| High contrast mode | Windows: Left Alt + Left Shift + Print Screen | All text readable, borders visible, focus indicators clear |
| Mobile + touch | Test on real phone | Target sizes ≥24px, no hover-only interactions, gestures have alternatives |
DIY Audit Spreadsheet Template
| Page | Tool | Issue | WCAG Ref | Severity | Effort to Fix | Status |
|---|---|---|---|---|---|---|
| Home | axe | Low contrast on hero text | 1.4.3 | High | Low | ☐ |
| Contact | WAVE | Missing form labels | 1.3.1 | High | Low | ☐ |
| Services | Keyboard | Focus hidden by sticky header | 2.4.11 | High | Medium | ☐ |
Accessibility Statement Template (UK Compliant)
Quick Answer: An accessibility statement is legally required for public sector and strongly recommended for private sector (Equality Act compliance evidence, EAA requirement). Use this template, customise the bracketed sections, publish at /accessibility-statement, link in footer.
Website Accessibility Statement
Last updated: [Date]
Website: [daedalusdesign.co.uk]
Contact: [accessibility@daedalusdesign.co.uk / 01234 567890]
1. Commitment
[Company Name] is committed to ensuring digital accessibility for people with disabilities. We are continually improving the user experience for everyone and applying the relevant accessibility standards.
2. Compliance Status
This website is partially conformant with WCAG 2.2 Level AA. Partially conformant means some parts of the content do not fully meet the accessibility standard.
3. Known Limitations
Despite our best efforts, there may be some limitations. Below are known issues and workarounds:
| Issue | Description | Workaround | Target Fix Date |
|---|---|---|---|
| [e.g., PDF brochures] | [Some older PDFs not tagged for screen readers] | [Contact us for accessible version] | [2026-12-31] |
| [e.g., Third-party chat widget] | [Focus trapped in chat widget] | [Use phone/email instead] | [Under review] |
4. Technical Specifications
Accessibility relies on: HTML5, WAI-ARIA, CSS3, JavaScript. Tested with: NVDA + Firefox, VoiceOver + Safari, axe, WAVE, Lighthouse.
5. Assessment Approach
- Self-evaluation by [internal team / Daedalus Design audit]
- Last full audit: [Date]
- Ongoing monitoring: [Monthly automated scans + quarterly manual review]
6. Feedback & Contact
We welcome your feedback on accessibility. If you encounter barriers:
- Email: [accessibility@yourdomain.co.uk]
- Phone: [01234 567890]
- Form: [Link to contact form]
- Response time: We aim to respond within 5 working days
7. Enforcement
If you are not satisfied with our response, you may contact:
- Equality Advisory Support Service (EASS): 0808 800 0082
- For public sector sites: Government Digital Service accessibility team
Save this as /accessibility-statement and link in your footer. Update quarterly.
Daedalus Accessibility Audit Service (£19.99)
Quick Answer: Our entry-level accessibility audit starts at £19.99 on eBay — the most affordable professional audit in the UK. You get a manual review of 5 key pages, automated full-site scan, prioritised WCAG 2.2 AA fix list with code snippets, and a 15-minute consultation. No upsell pressure.
What's Included (£19.99 eBay Audit)
| Deliverable | Detail |
|---|---|
| Manual review | 5 key pages (home, contact, main service, checkout, blog) |
| Automated scan | Full site (up to 100 pages) via axe-core |
| Screen reader check | NVDA + Firefox on key user journeys |
| Mobile accessibility | Touch targets, zoom, contrast on real device |
| Prioritised report | Critical / High / Medium / Low with WCAG references |
| Code snippets | Copy-paste fixes for your developer/CMS |
| 15-min consultation | Phone/Zoom — walk through findings, answer questions |
| Turnaround | 3 business days |
What's Included (£299 Website Audit)
Everything above, plus:
- Up to 50 pages manual review
- Full keyboard navigation audit
- Heading structure, landmark, ARIA audit
- Form accessibility deep-dive
- Remediation roadmap with effort estimates
- 1-hour consultation + written summary
- 30-day follow-up check
Why £19.99?
The eBay audit is a loss leader that gets you a real accessibility baseline, demonstrates our expertise without risk, lets us quote remediation accurately, and builds our portfolio. No obligation.
Want an AI-Powered Audit First?
Our AI accessibility audit uses automated testing to scan your entire site in minutes and generate a prioritised report. It's the fastest way to identify issues before booking a manual review.
Frequently Asked Questions
Quick Answer: These are the most common questions UK small business owners ask about website accessibility, answered plainly.
Is website accessibility a legal requirement in the UK?
Yes. The Equality Act 2010 requires businesses to make "reasonable adjustments" so disabled people can access services, including websites. There is no fixed technical standard written into the Act, but UK courts and regulators reference WCAG 2.2 AA as the benchmark. The European Accessibility Act (EAA), enforceable since June 2025, also applies to UK businesses selling to EU consumers.
What is WCAG 2.2 AA?
WCAG stands for Web Content Accessibility Guidelines. Version 2.2 is the current standard, published by the W3C. AA is the middle level — it covers the barriers that make access difficult (not just the ones that block it entirely). UK law and the EAA both reference AA as the target.
How much does an accessibility audit cost?
Most UK agencies charge £500 to £3,000+ for a professional audit. Daedalus offers a manual + automated audit from £19.99 on eBay (5 key pages, prioritised fix list, 3-day turnaround). Free tools like axe, WAVE, and Lighthouse catch about 57% of issues but miss cognitive, mobile, and screen reader problems.
Do I need an accessibility statement?
Public sector bodies must publish one by law. Private sector businesses are not legally required to, but it is strongly recommended — it shows good faith under the Equality Act, it is required under the EAA for covered services, and it provides a feedback channel for users who encounter barriers.
Does the European Accessibility Act apply to my UK business after Brexit?
If you sell digital products or services to EU consumers, yes. Brexit does not exempt you from the EAA. The UK government has also indicated it will mirror EAA requirements in domestic law. If you only serve UK customers, the Equality Act 2010 already applies.
What are the most common accessibility failures?
According to the WebAIM Million 2025 report, 94.8% of the top 1 million homepages had detectable WCAG failures. The most common: low colour contrast (81%), missing alt text (54%), missing form labels (49%), empty links (45%), and missing document language (29%).
Can I fix accessibility issues myself?
Some of them, yes. Colour contrast, alt text, form labels, heading structure, and focus visibility are all fixable without a developer. The 7 quick wins in this guide cover the highest-impact fixes. For structural issues (keyboard traps, ARIA problems, complex interactive widgets), you will likely need developer help.
Need help with website accessibility?
We build sites that meet WCAG 2.2 AA as standard — and we can audit yours to show you exactly what needs fixing.
See Our Packages Accessibility Audit