Inappropriate H1 Check

RuleSets of AccessMonitor - the validator of web accessibility practices

Inappropriate H1 Check

Description

The “Inappropriate H1 Check” evaluates whether there are multiple <h1> elements.

Example outcome

I have identified 2 level 1 headings. There should be one.

Impact

Fixes

To address an inappropriate number of <h1> elements:

  1. Verify whether there are multiple or no <h1> elements.
  2. If there are multiple <h1> elements, replace some of them by other heading levels (e.g., <h2>), until there is only 1 <h1> heading corresponding to the page title.
  3. If there is no <h1> element, add one describing the page purpose.

Resources