Website Accessibility Checker
Paste any URL and get a WCAG 2.1 scorecard with actionable fix suggestions. Checks 8 categories across heading structure, alt text, ARIA, keyboard, contrast, forms, links, and document structure.
Note: This tool analyses server-rendered HTML. Content loaded via JavaScript (React hydration, SPAs) may not be included. For full JS-rendered audits, use browser tools like Lighthouse or axe DevTools.
What We Check
Heading Structure
Checks for a single <h1>, no skipped heading levels, and logical document outline.
WCAG 1.3.1, 2.4.6Alt Text
Flags images missing alt attributes and warns about empty alt text on potentially meaningful images.
WCAG 1.1.1ARIA Attributes
Validates ARIA roles, checks for accessible names on interactive elements, and flags aria-hidden on focusable elements.
WCAG 4.1.2Keyboard Navigation
Detects positive tabindex values, inline outline removal, and mouse-only event handlers without keyboard equivalents.
WCAG 2.1.1, 2.4.7Color Contrast
Analyses inline colour and background-color styles against WCAG contrast ratio thresholds.
WCAG 1.4.3Form Labels
Ensures every input, select, and textarea has an associated label, aria-label, or aria-labelledby.
WCAG 1.3.1, 4.1.2Link Quality
Flags empty links, generic text like "click here", and target="_blank" links missing rel="noopener".
WCAG 2.4.4Document Structure
Checks for lang attribute, page title, meta description, viewport meta, main landmark, and duplicate IDs.
WCAG 3.1.1, 2.4.2, 4.1.1Frequently Asked Questions
Common questions about the website accessibility checker, WCAG compliance, and how the audit works.
Why run an accessibility audit?
Web accessibility is not just a nice-to-have. Over one billion people worldwide live with some form of disability, and inaccessible websites exclude them from essential services, information, and opportunities. WCAG 2.1 provides the standard — this tool helps you measure how close you are to meeting it.
Beyond inclusion, accessibility overlaps with good engineering: semantic HTML, clear heading hierarchies, proper labelling, and keyboard support all improve SEO, maintainability, and user experience for everyone.
This checker gives you a quick snapshot. For a complete audit, combine it with browser-based tools (Lighthouse, axe DevTools), manual keyboard testing, and real screen reader testing. Accessibility is a practice, not a one-time check.
Ship accessible UIs faster
Our starter kits are WCAG-AA compliant out of the box. Contrast-checked, keyboard-tested, screen-reader verified.
Browse Starter Kits