Missing Headings Check

RuleSets of AccessMonitor - the validator of web accessibility practices

Missing Headings Check

Description

The “Missing Headings Check” evaluates whether the page contains at least one semantic heading (e.g., <h1>).

Example outcome

I noticed that this page has no headings.

Impact

Fixes

To address missing headings:

  1. Add a <h1> heading with the main title of the page.
  2. Add other headings, from <h2> to <h6> to denote sub-sections in a logical, hierarchical manner.

Resources