H1 Structure
What is an H1 tag and why does every page need exactly one?
What is h1 structure?
The H1 tag is the primary heading on a page and serves as the main content title visible to users. It signals to search engines the most important topic of the page. Best practice is to have exactly one H1 per page that closely aligns with the title tag but is written for the on-page reading experience rather than search result display.
The H1 tag is the primary heading on a page that serves as the main content title visible to users and signals the most important topic to search engines. Best practice is to have exactly one H1 per page that closely aligns with the title tag and accurately describes the page's primary subject.
Why does h1 structure matter?
A missing H1 forces search engines to guess your page's primary topic, weakening keyword relevance. Multiple H1 tags dilute the topical signal and confuse the content hierarchy. A strong H1 immediately tells both users and search engine crawlers what the page is about, improving engagement (users know they are in the right place) and helping search engines match your page to relevant queries.
Key statistics
72.7% of pages ranking in the top 10 of Google use exactly one H1 tag, indicating strong correlation between proper H1 usage and high rankings.
Source: Ahrefs
How to fix it
-
1
Add exactly one H1 tag to every page. It should be the first heading visitors see and describe the page's main topic.
-
2
Include your primary keyword in the H1 naturally. The H1 should closely relate to the title tag but does not need to be identical.
-
3
Ensure the H1 is not hidden by CSS (display:none, visibility:hidden) as search engines may ignore hidden headings.
-
4
Do not use H1 tags for site-wide elements like logos or site names — reserve H1 for page-specific content headings.
Code example
<!-- Page has no H1 at all, or: -->
<h1>Welcome</h1>
<h1>Our Accessibility Services</h1>
<!-- Two H1s dilute the topic signal -->
<h1>Web Accessibility Audit Services</h1>
<h2>What We Test</h2>
<h2>Pricing</h2>
<!-- Single, descriptive H1 with H2 sections beneath -->
Frequently asked questions
Related topics
Heading Hierarchy
Heading hierarchy refers to the logical nesting of HTML heading elements (H1 through H6) on a page. A well-structured hierarchy starts with a single H1, followed by H2s for major sections, H3s for subsections, and so on without skipping levels. Screen readers use headings as a navigation shortcut, allowing users to jump between sections.
Title Tags
The title tag is the HTML <title> element that defines the page's title in the browser tab and, most importantly, as the clickable headline in search engine results pages (SERPs). It is widely considered the single most important on-page SEO element because it directly tells search engines and users what the page is about.
Meta Descriptions
A meta description is the HTML <meta name="description"> tag that provides a brief summary of a page's content. Search engines often display this text as the snippet beneath the title in search results. While not a direct ranking factor, the meta description is your primary tool for convincing searchers to click your result over competitors.
Analyze your site's SEO health
eiSEO automatically detects and helps you fix issues like this across your entire site.