Entities in H5 Tags

Entities in H5 Tags is a boolean signal that reports whether any of your run’s tracked entities appears inside any H5 heading on the page. It returns 1 when at least one entity string is found in H5 text and 0 otherwise — and because most pages never need H5-level headings, a 0 here is usually neutral rather than a deficiency.

Factor IDRG-ENT-008
FamilyEntities
MeasurementBoolean presence (0 / 1)
Measured zoneH5 text in the rendered page body

What it measures

This boolean factor reports whether any run entity appears in any H5 heading. It is a presence check across the page’s H5 elements, not a tally — a single qualifying match is enough to flip the value to 1, and the factor says nothing about how many H5 headings or entities are involved.

How RankGear measures it

RankGear lowercases the text of each H5 heading and performs a substring check using your entity strings as supplied. Any match returns 1; no entities, or no H5 whose text contains an entity, returns 0. Because the entity strings are compared as supplied while the H5 text is lowercased, the casing of your entity list directly affects whether a match is found.

What RankGear looks for

<h5>How RankGear scores entities</h5>

// lowercased H5 text: "how rankgear scores entities"
// entity supplied as "rankgear" → substring found → 1
ValueMeaning
1At least one tracked entity string appears in the text of at least one H5 heading.
0No entities were supplied, or no H5 heading text contains an entity string.

How to optimize it

Mention an entity in an H5 only when it accurately labels a deeply nested subsection. Treat this as an observation rather than a target: most pages have no H5 headings at all, and inserting them purely to satisfy this factor distorts your heading hierarchy for no real gain.

Important considerations

  • It does not count occurrences — one entity in one H5 returns the same 1 as many entities across many H5 headings.
  • Entity-list casing can affect matching, because your supplied strings are checked against lowercased H5 text.
  • Most pages do not need H5 headings, so a 0 is usually neutral rather than a problem to fix.
  • Do not alter your heading hierarchy solely to change this factor.
  • This is a prioritization signal that relates to position within a measured result set; it does not by itself cause or guarantee a ranking.

Related factors

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