Website Accessibility Audit: Make Your Site Usable by Everyone

A website accessibility audit checks your site against WCAG standards to ensure people with disabilities can use it. Learn what to test, which tools to use, and how to fix common issues.

Published 2026-03-28

What Is a Website Accessibility Audit

A website accessibility audit evaluates how well your site can be used by people with disabilities — including visual, auditory, motor, and cognitive impairments. It tests your site against the Web Content Accessibility Guidelines (WCAG), the internationally recognised standard for web accessibility.

The audit examines everything from colour contrast and keyboard navigation to screen reader compatibility and form labelling. The result is a report detailing accessibility barriers and how to remove them.

Why Accessibility Matters

Accessibility isn't just about compliance — it's about reaching more users and building a better website for everyone:

  • Market size: Over 1 billion people worldwide live with some form of disability. That's 15% of the global population and a massive audience you're excluding with an inaccessible site.
  • Legal risk: ADA lawsuits against websites have grown dramatically. In the US alone, over 4,000 web accessibility lawsuits were filed in 2025. The EU's European Accessibility Act requires compliance from 2025.
  • SEO benefits: Many accessibility best practices directly improve SEO — proper heading structure, image alt text, semantic HTML, fast load times, and mobile-friendliness.
  • Better UX for everyone: Accessibility improvements like clear navigation, readable fonts, and keyboard support benefit all users, not just those with disabilities.
  • Brand reputation: Demonstrating commitment to accessibility builds trust and positions your brand as inclusive and responsible.

WCAG Standards Explained

WCAG 2.1 is organised around four principles (POUR):

  • Perceivable: Users must be able to perceive the content. This covers text alternatives for images, captions for video, sufficient colour contrast, and content that can be presented in different ways.
  • Operable: Users must be able to operate the interface. This covers keyboard accessibility, enough time to read content, no seizure-inducing content, and clear navigation.
  • Understandable: Users must be able to understand the content and interface. This covers readable text, predictable navigation, and help with input errors.
  • Robust: Content must be robust enough to work with assistive technologies. This covers clean HTML, proper ARIA attributes, and compatibility with screen readers.

There are three conformance levels: A (minimum), AA (standard target for most organisations), and AAA (highest). Most legal requirements and best practices target WCAG 2.1 Level AA.

Key Areas to Check

  • Colour contrast: Text must have a contrast ratio of at least 4.5:1 against its background (3:1 for large text). Use tools like WebAIM's Contrast Checker.
  • Keyboard navigation: Every interactive element (links, buttons, forms, menus) must be operable with keyboard alone. Tab order should be logical.
  • Image alt text: Every meaningful image needs descriptive alt text. Decorative images should have empty alt attributes (alt="").
  • Form labels: Every form input must have an associated label element. Error messages must be clear and programmatically associated with the relevant field.
  • Heading structure: Headings must follow a logical hierarchy (H1 → H2 → H3). Don't skip levels. Use headings for structure, not styling.
  • Link text: Links must have descriptive text that makes sense out of context. Avoid "click here" or "read more" without context.
  • Video and audio: Videos need captions. Audio content needs transcripts. Auto-playing media must have controls to pause.
  • Focus indicators: Keyboard focus must be visible on all interactive elements. Don't remove the browser's default focus outline without providing an alternative.

Common Accessibility Issues

Based on the WebAIM Million study (annual analysis of the top 1,000,000 homepages), the most common accessibility failures are:

  1. Low contrast text: Found on 81% of homepages. The most pervasive issue, especially with light grey text on white backgrounds.
  2. Missing alt text: Found on 54% of homepages. Images without alt text are invisible to screen readers.
  3. Missing form labels: Found on 48% of homepages. Unlabelled form fields are unusable for screen reader users.
  4. Empty links: Found on 44% of homepages. Links with no discernible text (often icon-only links without aria-labels).
  5. Missing document language: Found on 18% of homepages. The HTML lang attribute tells screen readers which language to use.
  6. Empty buttons: Found on 28% of homepages. Buttons without text or accessible names.

Accessibility Audit Tools

  • axe DevTools: Browser extension that scans pages for WCAG violations. Free version catches most common issues. The industry standard for automated testing.
  • WAVE: Web-based tool from WebAIM that visually overlays accessibility issues on your page. Excellent for understanding issues in context.
  • Lighthouse: Built into Chrome DevTools. Includes an accessibility audit that checks against a subset of WCAG criteria. Good starting point.
  • Pa11y: Open-source command-line tool for automated accessibility testing. Great for CI/CD integration.
  • Colour Contrast Analyser: Desktop tool for checking colour contrast ratios. Includes an eyedropper for picking colours from any application.
  • Screen readers: Test with actual screen readers — NVDA (free, Windows), VoiceOver (free, Mac/iOS), TalkBack (free, Android). Automated tools catch only 30-40% of accessibility issues; manual testing is essential.

Manual Testing

Automated tools are a starting point, not the finish line. They typically catch only 30-40% of WCAG failures. Manual testing is essential:

  • Keyboard-only navigation: Put your mouse away. Can you reach every link, button, and form field using Tab? Can you activate them with Enter or Space? Can you navigate menus?
  • Screen reader testing: Turn on a screen reader and navigate your site. Does the content make sense when read aloud? Are images described? Are form fields labelled?
  • Zoom testing: Zoom to 200% and 400%. Does the layout still work? Is content still readable? Does anything overflow or overlap?
  • Motion sensitivity: Does your site have animations that can't be paused? Check that prefers-reduced-motion is respected.

Web accessibility is increasingly required by law:

  • US — ADA: The Americans with Disabilities Act has been interpreted by courts to apply to websites. WCAG 2.1 AA is the de facto standard. Lawsuits are common and settlements are costly.
  • EU — European Accessibility Act: Requires websites and mobile apps of private sector businesses to be accessible from June 2025. Applies to e-commerce, banking, transport, and telecommunications.
  • UK — Equality Act 2010: Requires service providers (including websites) to make reasonable adjustments for disabled users. Public sector websites must meet WCAG 2.1 AA.
  • Canada — AODA: Ontario's Accessibility for Ontarians with Disabilities Act requires WCAG 2.0 AA compliance for organisations with 50+ employees.

Regardless of legal requirements, making your site accessible is simply the right thing to do — and it makes business sense. Our professional audit includes an accessibility review as part of the 72-checkpoint assessment.

Get Your Free Website Audit

Find out what's holding your website back. Our 72-checkpoint audit reveals exactly what to fix.

Start Free Audit

No credit card required • Results in 60 seconds

Or get free SEO tips delivered weekly

Free • No spam • Unsubscribe anytime

Continue Reading