Importance: Low
Error «Multiple H1» Description
Indicates compliant pages with more than one <h1> heading tag.
The Importance of the Problem
An H1 heading is an important element of search engine optimization. It helps users understand the contents of a page while visiting the site.
It's allowed to use multiple H1 headings on a page in HTML5. However, search engines may perceive it as a signal of poorly structured content. As a result, the site may lose search traffic.
How to Fix Error
It's recommended to have only one H1 on a page, not duplicating contents of the <title> tag. Also, if H1 tags are used only for text formatting, delete them and style the text using CSS.
It's important to have a unique (within the site) H1 on each page which will concisely describe its content and contain target keywords. It should be brief and informative: the optimal length is from 3 to 7 words.
|