Skip to main content

Under "Content" it is displayed that H1 is missing, although an H1 heading is present

Benjamin Weßel avatar
Written by Benjamin Weßel
Updated yesterday

Symptom

  • In an on-page analysis underOn-page > Analysis > Overview > ContentH1 missingis displayed

  • a heading has been added for the pages listed under Onpage > Analysis > Overview > Content > H1 missing > Count, and a recheck has been performed, but the pages still appear under H1 missing

Cause

The H1 heading was converted into paragraph tags ( "<p>(...)</p>" ), for example as in the following source text:

(...)
<div>
<p>
<h1>Headline</h1>
</p>
</div>
(...)

Solution

Adjust the source code of the page so that the H1 heading is not within a P tag.

Did this answer your question?