A whole website accessibility auditing tool for Umbraco

Accessibility Reporter is a free, open source tool integrated into Umbraco for testing your website against WCAG 2.2, helping you build accessible digital experiences.

  • Winner: Best Package at Umbraco Codegarden 2024
  • 42.2K+ NuGet downloads
  • Free and open source

Requires a developer to install.

Dashboard of accessibility audit results
Accessibility audit results for single page

Why Accessibility Reporter?

Accessibility Reporter is a tool for scanning your websites to help you meet your accessibility obligations and make the web a better place.

The tool sits inside Umbraco and runs a suite of accessibility tests against your whole website or the current live webpage that you are editing. It provides a report of all the issues found including failed tests, incomplete tests (that require further human investigation) and passed tests.

There are a number of areas that cannot be tested by Accessibility Reporter, or in fact any automated testing tool, so it is critical that you use both automated and manual testing.

Helpful tips

For every issue that Accessibility Reporter discovers the impact of the problem is clearly described and how you can fix it.

Detailed view showing accessibility issues and how to fix them

Why should I make my website accessible?

  • It's the right thing to do and I want to make my website accessible for all
  • 15% of the world's population has some sort of disability
  • My potential customers may have some sort of disability and I want to make sure they are able to access the information that they need

Accessibility Reporter audits and reports on

Accessibility Reporter audits websites based on the Website Accessibility Content Guidelines (WCAG) 2.2 using the axe-core library. Tests include but are not limited to the following areas:

  1. aria - incorrect use of aria attributes
  2. Best practice - common accessibility issues not directly related to WCAG
  3. Buttons - including missing and suspicious text
  4. Color Contrast - test the your website meets colour contrast guidelines
  5. Document - including title, viewport meta tag and unique access keys
  6. Elements - duplicate IDs, usage of elements such as blink and marquee, videos without caption tracks and more
  7. Forms - including missing or non unique labels
  8. Headings - empty headings, headings not in sequential order and missing headings
  9. Images - missing alt text
  10. Links - use of words such as "Read More" that don't provide much context, missing hrefs, missing skip links, suspicious links
  11. Tables - empty table cells

Frequently asked questions

Is Accessibility Reporter free?

Yes. Accessibility Reporter is free and open source.

What recognition has Accessibility Reporter received?

Accessibility Reporter won Best Package at Umbraco Codegarden 2024 and has over 42.2K downloads on NuGet.

Which versions of Umbraco are supported?

Accessibility Reporter v3 supports Umbraco 10 to 13. Accessibility Reporter v4 and later supports Umbraco 17 onwards.

What does it test?

It audits websites against WCAG 2.2 with axe-core and reports failed checks, incomplete checks, and passed checks.