← Clarigital·Clarity in Digital Marketing
On-Page SEO · Session 3, Guide 6

Header Tags · H1, H2, H3 Optimisation for SEO

Header tags communicate page structure to both users and search engines. This guide covers the H1 rules that matter (and those that do not), how to build a logical heading hierarchy, keyword placement across heading levels, how headings affect featured snippet eligibility, and why heading structure affects accessibility as well as SEO.

On-Page SEO2,600 wordsUpdated Apr 2026

What You Will Learn

  • Why there should be exactly one H1 per page and what it should contain
  • How to structure H2, H3, and H4 headings as a logical hierarchy
  • Where to place keywords across heading levels for maximum SEO signal
  • How heading structure influences featured snippet and PAA box eligibility
  • Why heading tags affect screen reader accessibility as well as SEO
  • Common heading mistakes that dilute structure and reduce SEO effectiveness

The H1 Tag

The H1 heading is the primary descriptive heading of a page — it communicates to both users and Google what the page is fundamentally about. While Google has stated that technically having multiple H1s on a page is not a critical error, the standard practice of one H1 per page remains the correct approach for clarity and structural integrity.

H1 rules that matter

  • One H1 per page. A single H1 creates an unambiguous primary topic signal. Multiple H1s, while not penalised directly, dilute structural clarity and confuse both the heading hierarchy and Google's understanding of the page's primary topic.
  • H1 should include the primary keyword. The H1 is one of the highest-weighted on-page keyword signals. Including the primary keyword naturally in the H1 text is a fundamental on-page SEO practice.
  • H1 should be descriptive and specific. "Services" or "Blog" are weak H1s — they describe a page section, not a specific topic. "On-Page SEO: The Complete Optimisation Guide" is descriptive and keyword-relevant.
  • H1 and title tag should be related but not identical. The title tag (in <head>) is the SERP headline. The H1 (in the page body) is the visible page heading. They should both reflect the page's primary topic but need not be word-for-word identical. Slight variation is common and natural.

Building a Logical Heading Hierarchy

Heading tags H1–H6 define a hierarchical document structure. The correct use is strictly hierarchical: H1 is the page title; H2 is major section headings; H3 is sub-sections within H2 sections; H4 is sub-sections within H3 sections. Skipping levels (H1 → H3, omitting H2) breaks the structural hierarchy and is both an accessibility problem and an SEO structural issue.

<!-- Correct heading hierarchy -->
<h1>On-Page SEO: The Complete Guide</h1>
  <h2>Title Tags</h2>
    <h3>Character Limits</h3>
    <h3>Google Rewriting Behaviour</h3>
  <h2>Meta Descriptions</h2>
    <h3>Writing for CTR</h3>
    <h3>Dynamic Generation</h3>

<!-- Incorrect — skips levels -->
<h1>On-Page SEO</h1>
  <h3>Title Tags</h3>   <!-- Should be H2 -->
    <h5>Limits</h5>     <!-- Should be H3 -->

Why heading hierarchy matters

  • Accessibility. Screen readers use heading hierarchy to provide navigation to users with visual impairments. A broken heading structure makes a page inaccessible. Google's quality guidelines explicitly include accessibility as a page quality factor.
  • Document outline clarity. Google processes page headings as a structured outline of the page's content. A logical hierarchy communicates content organisation more clearly than a flat list of inconsistently-levelled headings.
  • Featured snippet eligibility. Sections introduced by clearly-hierarchical headings are more likely to be extracted for featured snippets and People Also Ask answers.

Keyword Placement Across Heading Levels

Keywords in headings send relevance signals to Google. The weight of a keyword signal decreases with heading level — H1 carries the strongest signal, H2 is significant, H3 carries moderate signal, H4 and below provide contextual relevance but minimal primary ranking signal.

Heading LevelKeyword StrategySignal Strength
H1Primary keyword for the page — close to exact match where naturalVery high
H2Major sub-topics; secondary keywords; related terms; long-tail variantsHigh
H3Specific sub-topics; question-format keywords; semantic variationsMedium
H4+Specific item names; step titles; feature names — keyword inclusion incidentalLow

H2 headings are particularly valuable for semantic coverage — a long-form guide with 8–12 H2 sections covering different aspects of a topic provides dense keyword signals across the full semantic space of the topic. Question-format H2s and H3s ("How does X work?", "What is the difference between X and Y?") directly target People Also Ask queries.

Common Heading Mistakes

  • Using headings for styling, not structure. Making text large and bold with CSS then marking it as a paragraph rather than a heading, or using a heading tag just to apply the heading style to non-structural text, breaks the document outline.
  • Keyword stuffing in headings. "Best SEO Title Tags | SEO Title Tag Guide | Title Tag SEO 2026" is keyword stuffed and produces a poor user experience. One clear, keyword-relevant heading phrase per section.
  • No H2s at all. A long page with only an H1 and H3s (no H2s) has a broken hierarchy and misses the high-value H2 keyword signal opportunity.
  • Vague headings. "Introduction", "Overview", "Details", "More Information" add no keyword value and communicate nothing specific to Google about the section's content.
  • Heading every paragraph. Not every paragraph needs a heading. Excessive subheadings create visual fragmentation and reduce the depth signal of sections that should be comprehensive paragraphs.

Authentic Sources

OfficialGoogle Search Central — SEO Starter Guide

Official on-page guidance including heading tag usage.

OfficialGoogle Search Central — Featured Snippets

How Google selects featured snippet content and structural eligibility.

OfficialW3C Web Accessibility Initiative — Heading Structure

Authoritative accessibility guidance on heading hierarchy — the canonical technical reference.

OfficialGoogle — People Also Ask

How PAA questions are sourced — heading-structured Q&A content is a primary signal.

600 guides. All authentic sources.

Official documentation and academic research only.