RuleSets of AccessMonitor - the validator of web accessibility practices
The “H1 Check” evaluates whether the web page contains exactly one <h1>
element.
I have identified exactly one level 1 heading.
<h1>
as the title of the page. Multiple <h1>
s can confuse the user about the primary topic, especially when navigating by headings or using a heading outline. Missing an <h1>
altogether may cause users to think the page lacks structure or content.<h1>
), users may struggle to determine what the page is about, especially if the structure is otherwise inconsistent.To address an inappropriate number of <h1>
elements:
<h1>
elements.<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.<h1>
element, add one describing the page purpose.