Skip to content

Accessibility Analysis

From the point of view of accessibility, the current version of SiteOne Crawler provides this analysis:

  • the existence of alt attributes for the images
  • existence of aria-* attributes for important elements on the page
  • the existence of the role attribute for important elements such as nav, header, footer, etc.
  • existence of labels for form elements
  • existence of lang attribute in html

Further development ideas

Carrying out other accessibility analyses, e.g. color contrast analyses, seems very complicated for a tool of this type (it goes through and analyzes all pages).

However, if someone is interested in the accessibility area in more detail and has ideas for specific improvements, please open a feature request on GitHub.