Content checks for web accessibility

This page gives an overview of the manual checks you can do to provide readable content for as many users as possible. Read the detailed explanation about how to write accessible content in Content and images in the section Standard and best practice of this documentation.

Alternative text for images

Describe (for non-visual readers) the contents and purpose of a meaningful image in your alternate text. That purpose may depend on the context in which an image is used. The Alt decision tree by the W3C helps you decide what the alternate text should be for various situations.

Documentation about alternative text for images:

Headings

Headings are the framework of your content. A good heading structure reflects the content on your page, like the index of a book:

  • One H1 per page, describing what the page is about.
  • Use other headings meaningfully according to their level, not for their appearance.
  • A good heading briefly describes the content that follows it
  • Do not skip heading levels.

Documentation and test tools for the heading structure:

  • Use meaningful link text that describes the content being linked to.
  • Avoid “click here”, “read more”, ”download”, ”continue reading” or equivalent phrases as link text. It’s meaningless and people have to read around the link to see what’s it about.
  • If you use an image as a link, use the alternative text as link text.

Documentation about link texts:

Video and audio

  • Make sure video has closed captions.
  • Make sure audio has transcriptions.
  • Don’t autoplay video and audio.
  • Avoiding using video with rapid flashing content, or provide content warnings.

Documentation about video and audio:

Readability

How you write your text and what reading level you aim for depends on the purpose of and audience for your content, but here are a few best practices:

  • Start with a short summary of the content.
  • Divide the rest of the text in short blocks.
  • Keep your text simple and to the point.
  • Use headings, lists, and meaningful link text.

Documentation about readability: Readability in Standards and best Practices: Content and images.

Note: The Web Content Accessibility Guidelines at level AA don’t address readability. Decent readability is considered a recommendation. However, WCAG 2.2 Level AAA has four success criteria for readability: 3.1.3 Unusual Words, 3.1.4 Abbreviations, 3.1.5 Reading level, 3.1.6 Pronunciation.

  • First published: October 10, 2025
  • Last updated: July 06, 2026
  • Edit article: Improve it on GitHub
  • Contributors: Rian Rietveld, Joe Dolson.