Headings Structure
Headings (H1 through H6) create a hierarchical structure for your content. They help both users and search engines understand the organization and main topics of your page.
The Heading Hierarchy
H1: Main Page Title
H2: Major Section
H3: Subsection
H3: Another Subsection
H2: Another Major Section
H3: Subsection
H1 Tag: The Main Heading
The H1 tag is the most important heading on your page. It should:
- Appear exactly once per page
- Clearly describe the page's main topic
- Include your primary keyword naturally
- Be different from the title tag (though related)
H1 vs Title Tag: The title tag appears in search results and browser tabs. The H1 appears on the actual page. They should be related but not necessarily identical.
H2-H6: Supporting Headings
| Heading |
Purpose |
Typical Usage |
| H2 |
Major sections |
Main topic divisions, table of contents items |
| H3 |
Subsections |
Subtopics within H2 sections |
| H4-H6 |
Deeper levels |
Further subdivisions, rarely needed |
Best Practices
- Use only one H1 per page
- Follow logical hierarchy (H1 → H2 → H3)
- Make headings descriptive
- Include keywords naturally
- Keep headings concise
- Use multiple H1 tags
- Skip heading levels (H1 → H3)
- Use headings just for styling
- Stuff keywords into headings
- Make headings too long
Common Heading Issues
- Missing H1 - Every page needs a main heading
- Multiple H1s - Only one H1 should exist per page
- Skipped levels - Going from H1 to H3 without H2
- Duplicate headings - Same H2 or H3 text used multiple times
- H1 matches title exactly - Wastes an opportunity for keyword variation
Heading Structure Example
<h1>Complete Guide to Healthy Eating</h1>
<p>Introduction paragraph...</p>
<h2>Benefits of Healthy Eating</h2>
<p>Content...</p>
<h3>Physical Benefits</h3>
<h3>Mental Benefits</h3>
<h2>How to Start</h2>
<p>Content...</p>
SEO Benefits of Good Heading Structure
- Featured Snippets - Well-structured content is more likely to appear in featured snippets
- Voice Search - Clear headings help voice assistants understand and read your content
- User Engagement - Scannable content keeps users on your page longer
- Accessibility - Screen readers use headings to navigate content
External Resources