Digital AuditsModule 2: Website and search reviewLesson 3 of 12
Course progress17%

20 min lesson · Updated August 2026

How do you audit website clarity, UX and accessibility?

Audit website clarity, user experience and accessibility by testing important tasks with real content across devices, input methods and user needs, supported by automated checks but never replaced by them.

What you will learn

By the end, you will understand:

  • Define priority user tasks and success criteria
  • Run manual mobile, keyboard, zoom, content and form checks
  • Use automated accessibility findings within their limits

Visual explainer

See the idea clearly.

Audit journeys, not isolated screens

  1. 01

    Entry point

  2. 02

    Understand offer

  3. 03

    Find relevant detail

  4. 04

    Assess trust/terms

  5. 05

    Choose action

  6. 06

    Complete form/purchase

  7. 07

    Receive confirmation

  8. 08

    Recover from error

  9. 09

    Get support

Write task tests before browsing

A task should state the user, starting point, goal, device/context and success evidence. “Review the homepage” invites taste-based commentary; “Can a first-time mobile visitor find emergency repair coverage and call without losing entered information?” is testable.

Include high-risk and high-volume tasks, not only the ideal path. Test empty, error, loading and success states.

Clarity and information architecture

  • Purpose understandable quickly
  • Language matches customer questions
  • Navigation labels predictable
  • Current location visible
  • Important conditions near decision
  • Readable headings and hierarchy
  • Search/filter supports real inventory
  • No dead ends
  • Contact details consistent
  • Confirmation explains what happens next

Manual accessibility checks

CheckLook For
KeyboardAll controls reachable/operable, logical order, visible focus, no trap.
Zoom/reflowContent remains readable and usable at high zoom without two-dimensional scrolling except where essential.
Images/mediaMeaningful alternatives, captions/transcripts where needed, decorative assets ignored.
FormsPersistent labels, instructions, programmatic errors, recovery and status announcements.
StructureOne coherent heading outline, landmarks, lists and table relationships.
MotionPause/control where required and a meaningful reduced-motion state.
Contrast/stateText/control visibility and meaning not conveyed by color alone.

Automation finds only part of accessibility

Automated tools can detect certain missing names, contrast conditions and structural issues. W3C notes that tools cannot determine accessibility on their own; human judgment and assistive-technology/user testing remain necessary.

Do not report “100% accessible” from a clean scanner. Record tool version, page state and manual coverage.

Observe, then interpret

A user hesitation is an observation; “the navigation is confusing” is an interpretation. Ask what label, expectation or prior context caused it, and whether the pattern repeats.

Avoid treating one participant as a demographic stereotype. Combine task evidence, analytics, support questions and content review.

Real-world example

Example: a keyboard-invisible booking option

Example

The booking page looks complete with a mouse, but its date cards cannot receive keyboard focus. An automated scan does not flag the custom interaction. Manual testing reproduces the block, records affected browsers and recommends a native or correctly implemented selectable control with focus and error handling.

Try this

Run a no-mouse task

Choose the most important task. Put the pointer aside and use Tab, Shift+Tab, arrow keys, Enter, Space and Escape. Record where focus goes, what is announced visually, any trap and whether completion is possible.

Common questions

Questions beginners ask.

What is a UX audit?

A structured review of how well priority users can understand and complete important tasks, using evidence rather than preference alone.

What is an accessibility audit?

An evaluation of barriers against defined accessibility criteria using automated, manual and—where possible—disabled-user testing.

Can Lighthouse prove WCAG compliance?

No. It tests only automatable conditions and cannot establish full conformance.

How many pages should be checked?

Use representative templates, priority journeys, unique components and risky states; scope depends on the site.

Should mobile be tested separately?

Yes. Reflow, touch targets, browser UI, keyboards, performance and context create distinct risks.

What is a keyboard trap?

A component receives keyboard focus but the user cannot move away using expected keyboard actions.

Are usability and accessibility the same?

They overlap, but accessibility addresses equitable access for disabled people against specific requirements and cannot be reduced to general ease of use.

Do overlays make a site accessible?

No tool can automatically repair every content, code and design barrier; verify changes at the source and test them.

Assessment

Check what you understood.

5 questions · instant explanations

1. What is the strongest audit unit?
2. What can automated accessibility tools do?
3. Which is a reproducible finding?
4. What should a form audit include?
5. True or false: a scanner reporting zero errors proves every disabled user can complete the task.

Sources

Primary references.