The H1 is the top-level HTML heading (<h1>), normally used for a page’s single main visible headline. It is the highest rank in the heading hierarchy that runs H1 through H6.
| Term | H1 |
|---|---|
| Category | Page Structure and Technical SEO |
| Also known as | Heading Level 1 |
| Where it appears | Content Report → Headings |
What it means in RankGear
In the Content Report’s Headings view, RankGear reads the <h1> from the rendered DOM of your page and lines it up against the same element on the pages currently ranking for your keyword. Because it works from the rendered page rather than the raw source, it sees the H1 as a browser would after scripts run, catching cases where the visible headline and the underlying markup disagree. RankGear reports what the H1 contains, whether one exists, and how your usage compares with the top results.
How to interpret it
Presence is only the first question. An <h1> can exist in the markup yet be empty, hidden, duplicated across the page, or filled with a logo alt-string instead of a descriptive headline, so read both that the element is there and what it actually says. When RankGear shows the ranking set consistently pairing a keyword-bearing H1 with a clear topic, that is a comparative signal worth matching, not proof that the H1 itself moves you up.
Example
You run a Content Report for “cold brew coffee ratio.” The Headings view shows eight of the ten ranking pages carry a single descriptive H1 that names the topic, while your draft renders two <h1> elements because the theme wraps both the site name and the article title at that level. RankGear flags the mismatch, and you collapse the site name to a <div> so the article title stands alone as the page’s H1.
Important considerations
- A well-formed H1 improves accessibility and machine readability, but it does not by itself cause rankings. RankGear reports it as a comparative indicator against the pages that already rank, not as a Google score.
- Read the rendered value, not just a presence check: an H1 that is empty, visually hidden, or duplicated passes a naive test while failing its actual job.
- HTML5 allows multiple <h1> elements inside sectioning content, but a single clear H1 remains the safest, most legible pattern for both users and parsers.
Related terms
Part of the RankGear glossary · how RankGear measures · the 870 factors.