# Website accessibility audit checklist: combine automated evidence with human evaluation > Automated checks are valuable, but they cannot determine whether every person can understand and complete a task. This checklist combines fast public evidence with keyboard, screen-reader, zoom, content, and workflow review. - Canonical URL: https://www.freescan.app/blog/website-accessibility-audit-checklist - Publisher: FreeScan Editorial - Published: 2026-08-27T12:00:00-04:00 - Updated: 2026-08-27T12:00:00-04:00 - Reading time: 6 minutes ## Direct answer A website accessibility audit combines automated testing with knowledgeable human evaluation. Inspect semantic structure, keyboard operation, focus, names and labels, alternatives, contrast, zoom and reflow, forms and errors, motion, media, and complete user tasks. Document the page and state tested, evidence, relevant requirement, user impact, and reproducible remediation, not only a tool score. ## Key facts - A website accessibility audit requires automated and manual evaluation. - Keyboard, focus, screen-reader, zoom, reflow, content, form, error, motion, media, and task testing expose different barriers. - Automated tools can find many programmatically detectable defects but cannot determine complete accessibility on their own. - Each finding should record scope, environment, evidence, user impact, relevant requirement, reproduction steps, and verification criteria. - Fix reusable components before isolated instances when the same defect appears across pages. ## Recommended workflow 1. **Define representative scope:** Choose templates, components, content types, states, devices, assistive technologies, and complete tasks that represent the experience. 2. **Run automated checks:** Collect deterministic issues such as missing names, invalid relationships, contrast failures, and semantic defects, then remove false positives. 3. **Evaluate manually:** Test keyboard and focus, screen-reader reading and operation, zoom and reflow, content clarity, media, errors, and complete tasks. 4. **Report, fix, and retest:** Prioritize blocking and repeated component defects, specify acceptance evidence, and retest with the same method after deployment. ## Frequently asked questions ### Can an automated checker certify WCAG compliance? No. W3C explains that tools assist evaluation but knowledgeable human evaluation is required to determine accessibility and conformance. ### What should I test with a keyboard? Reach and operate every interactive element, confirm a visible logical focus order, test dialogs and menus, avoid traps, and verify skip or landmark navigation. ### Which pages belong in an accessibility audit? Include representative templates and critical tasks, plus unique components, forms, authentication, errors, media, documents, and states that automated crawls may miss. ### How should accessibility findings be prioritized? Start with barriers that block task completion, affect many users or repeated components, create safety or legal exposure, or have no workable alternative. ## Citation guidance Cite the canonical article at https://www.freescan.app/blog/website-accessibility-audit-checklist. An automated score is not WCAG certification or legal advice. Conformance evaluation requires the applicable standard, defined scope, and knowledgeable human review.