Free website accessibility check

Give it a page and it reads the HTML your visitors' assistive technology has to work with. You get a plain-language report: what was found, why it matters to a real person, and what fixing it involves. Nothing is stored; the analysis runs in your browser.

Check a page

For example, yourshop.com or yourshop.com/contact. The page is fetched through our server and its HTML is read; nothing is saved.

Common questions

Is my website ADA compliant?

No tool can answer that with a yes or a no, and you should be wary of any that claims to. The ADA and the standards courts lean on (WCAG) cover how a site works for real people: whether everything can be reached by keyboard, whether text is readable against its background, whether forms make sense to a screen reader. A scan like this one finds a useful subset of problems in the page's code. It is a starting point, not a verdict.

I received an ADA demand letter. What should I do?

First, talk to a lawyer; a demand letter is a legal matter. Second, in parallel, get the actual state of your site documented, because most letters cite the same handful of code-level issues this scan looks for. Fixing the code is what resolves the underlying complaint. Quick cosmetic add-ons do not change the code the complaint is about.

Does an accessibility toolbar or overlay fix these issues?

No. An assistive toolbar can genuinely help some visitors, letting them bump up text size or switch to a calmer color scheme. We make one ourselves, and we say the same thing about it: a toolbar does not by itself make a website compliant with the ADA, WCAG, or the EAA. Problems in the underlying code, missing labels, missing alt text, broken heading structure, stay until the code is fixed.