Lesson 3 of 1813 minBeginner

Foundational Elements

Heading Structure H1 to H6 Done Right

Headings give both readers and search engines a table of contents for the page, and a clean H1-to-H6 hierarchy makes content easier to scan, easier to crawl and more likely to be lifted into featured snippets.

Reading time · unlocks the next lesson

0:00 / 5:00 · paused

The role of the H1

Every page should have exactly one H1, which states the main topic in a way that closely matches, but does not have to be identical to, the title tag. Google uses the H1 as a strong contextual signal for what the page is about, especially when the title tag has been rewritten in search results.

Do not use the H1 for a logo, tagline or navigation label; it should describe the specific content on that page, written for the human reader first.

Building a logical hierarchy

Headings should nest like an outline: H2s mark the main sections, H3s mark subsections within an H2, and so on, without skipping a level. Skipping from an H2 straight to an H4 breaks the semantic structure that screen readers and Google's parsers rely on to understand which content belongs under which section.

Use headings only for structural breaks, not for styling bold or larger text; if a line just needs visual emphasis, use CSS or a strong tag instead. A page with fifteen H2s and no supporting text under several of them signals thin, list-like content rather than genuine depth.

  • One H1 per page, matching the core topic
  • Never skip a heading level going down the outline
  • Use headings for structure, not visual styling
  • Phrase headings as questions where it fits user intent

Headings and featured snippets

Google frequently pulls an H2 or H3 phrased as a question, together with the paragraph or list directly beneath it, into a featured snippet. Structuring key sections as a question-style heading followed immediately by a direct 40-60 word answer increases the odds of that section being selected.

Checking heading structure in RankAudit

RankAudit's Structure report visualises the heading outline of any crawled page and flags missing H1s, multiple H1s and skipped levels. Use the visual outline view to spot sections where a heading exists but no meaningful content follows it, then rewrite or merge those sections before republishing.

Key takeaways

  • Use exactly one H1 that states the page's core topic
  • Never skip a level in the heading hierarchy
  • Reserve headings for structure, not font styling
  • Pair question-style headings with a direct short answer

Why this lesson matters

This lesson belongs to Foundational Elements, the part of On-Page SEO where the goal is: master the on-page tags and structures that every search engine reads first.

Read it once, then do it straight away on a real site inside RankAudit. Nothing here is theory for its own sake — every step produces something you can show a client.

Do it now

  1. 1Open RankAudit with sample data already loaded, so you are not stuck on setup.
  2. 2Crawl a site and triage the issue list.
  3. 3Open RankAudit's page scanner and fix every flagged title, meta description, heading and URL issue on your homepage before moving on.