Variations making whole H3 Tags

Variations making whole H3 Tags counts how many H3 headings on the page are, in full, one of your keyword variations and nothing else — the entire heading text must equal a single alternative from the run’s variation set, so any extra words before or after break the match. Many sound outlines correctly return zero, so read it as an observation of your subsection labels, not a target to hit.

Factor IDRG-HDG-047
FamilyHeadings
MeasurementWhole-heading variation match count
Measured zoneH3 text

What it measures

This factor counts H3 headings that consist entirely of one keyword variation. Where a contained-match count would credit a variation buried inside a longer heading, this one only counts an H3 whose complete text is a variation from start to finish. An H3 that names a subsection with a variation plus surrounding words does not count; the heading has to stand as the variation alone.

How RankGear measures it

RankGear tests each parsed H3’s text against a single case-insensitive, both-end-anchored regular expression built from the run’s sorted variation set. Because the pattern is an alternation over every variation and is anchored at both ends, an H3 matches only when its full text is exactly one of those alternatives — no leading or trailing text is allowed. The result is the number of H3s that satisfy that whole-heading match.

What RankGear looks for

Variation set:  {"h3 tags", "heading tags", "h3 headings"}
Match pattern:  ^(h3 tags|h3 headings|heading tags)$   (case-insensitive; anchored both ends; sorted alternation)

<h3>H3 Tags</h3>              -> counts (whole heading is a variation)
<h3>Heading Tags</h3>         -> counts (whole heading is another variation)
<h3>About H3 Tags</h3>        -> no match (extra leading text)
<h3>H3 Headings Explained</h3> -> no match (extra trailing text)
If the count is…How to read it
0No H3 is exactly a variation. Common and often correct — most H3 subsections carry descriptive labels rather than a bare variation.
1One H3 subsection is labeled with a variation and nothing else. Typical when a single supporting section is named directly by one of your alternatives.
2 or moreSeveral H3s are variations verbatim. Check that each still marks a distinct subsection — repeating variations across headings is not coverage.

How to optimize it

Use a variation-only H3 where it clearly and completely names a supporting subsection of the page. Because the match is anchored to the whole heading, do not pad or trim a heading to satisfy the pattern; write the label the reader needs and let the count reflect it. Avoid a mechanically repetitive subsection structure where several H3s are each just a bare variation, and treat this count as an observation of your outline rather than a number to inflate.

Important considerations

  • The complete H3 must match one alternative — a heading that wraps a variation in extra words is not counted.
  • Regex metacharacters inside variations retain compatibility behavior, so variations that contain such characters are still matched as intended.
  • The score does not evaluate the content below the heading; it looks only at the H3 text itself.
  • Avoid a mechanically repetitive subsection structure — multiple bare-variation H3s do not add topical depth.
  • Correlation is not causation: this count relates to how a page’s position tracks within a measured result set. It does not make a page rank or guarantee a position.

Related factors

Part of the Factors reference · how RankGear measures · glossary.