Variations Making Whole I Tags

This factor counts the i (italic) elements on a page whose complete cleaned text equals one of the keyword’s variations — nothing more, nothing less. It is a raw count of whole-element variation matches, not a quality score: a higher number relates to position within a measured result set, it does not make a page rank.

Factor IDRG-KWD-093
FamilyKeyword Usage & Density
MeasurementWhole-element variation match count
Measured zoneCleaned i contents

What it measures

RankGear counts i elements whose complete cleaned text equals a keyword variation. The whole element must be the variation — an italic phrase that surrounds the variation with extra words, or carries trailing text, is not counted. Each i element whose full cleaned contents match a variation adds one to the total.

How RankGear measures it

RankGear extracts the bounded contents of each i element and cleans them, then tests the cleaned text against a single case-insensitive expression built from the keyword’s variations. The variations are sorted and joined as alternatives, and the expression is fully anchored at both ends so the whole element — not a fragment of it — must equal one of the variations. RankGear totals the i elements that satisfy the anchored expression. Anchoring at both ends is what enforces the “whole element” rule; the alternation is what lets any one of the accepted variations qualify.

What RankGear looks for

variations: ["running shoe", "running shoes"]
pattern (case-insensitive, sorted alternatives, whole element):
  ^(running shoe|running shoes)$

<i>running shoes</i>            → counts
<i>Running Shoe</i>             → counts (case-insensitive)
<i>best running shoes</i>       → no match (extra text)
Cleaned i contents (variations = “running shoe”, “running shoes”)Counted?
running shoesYes — whole element equals a variation
Running ShoeYes — matching is case-insensitive
best running shoesNo — extra text prevents a match
(icon-only, no cleaned text)No — nothing to match against a variation

How to optimize it

Use a variation-only i element only when italic semantics or convention genuinely applies — a term being defined, a title, a foreign phrase — and the variation is the natural thing to set in italics. Treat this count as an observation of how a page uses italic emphasis, not a target to inflate. Italicising a keyword variation purely to register a match works against readers and misrepresents the page; styling alone is not a relevance strategy.

Important considerations

  • The whole cleaned element must equal a variation; any extra text before or after prevents a match.
  • Icon-only i elements usually do not qualify — with no cleaned text, there is nothing to match against a variation.
  • The alternatives are the variations as given and are not regex-escaped, so punctuation inside a variation is taken literally rather than as a pattern.
  • Styling alone is not a relevance strategy — adding italics to hit this count does not improve the page.
  • This is a prioritization signal that relates to position within a measured result set. Correlation is not causation — a higher count does not guarantee or cause a ranking.

Related factors

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