What This Means

No <h2> elements were found in the rendered page DOM. The page may have an H1 and lower-level headings (H3, H4, etc.), but the second heading level — the primary sub-sectioning level — is completely absent.

Why It Matters for SEO

H2 headings break a page's content into named sections. Each H2 labels a distinct sub-topic, which helps both readers navigate the page and search engines map the content's coverage. A page with only an H1 and body copy is a wall of text with no internal structure — it offers fewer opportunities for engines to identify what sub-topics the page covers.

This is a notice-level check — not every page requires H2s. A single-topic page with 200 words of content and one H1 may be entirely appropriate. The check is most meaningful on longer content pages where multiple sections are expected but no H2 is present.

What the Platform Checks

The platform counts all <h2> elements in the fully rendered DOM. This check fires when the count equals zero.

How to Fix It

Add H2 subheadings to break content into logical sections. For guidance:

  • Each H2 should label a distinct sub-topic that the section below it covers.
  • A page with 500+ words of content should typically have at least 2-3 H2s.
  • The H2 labels contribute additional topical coverage signals — an article about "email marketing" with H2s for "Subject Line Tips", "Send Time Optimization", and "List Segmentation" signals broader coverage than the same content with no H2s.
  • Do not add H2s just to clear the check — each one should genuinely label a meaningful content section.

If the page is very short and a single H1 + body copy is genuinely appropriate, this notice can be dismissed for that page.

Find every pagewith no H2 structure

The audit lists every page without H2 headings, with word count context to help you prioritize the most impactful fixes.