Variations Making Whole LI Tags

Variations Making Whole LI Tags counts the list items whose entire cleaned text is exactly one keyword variation — nothing more. A bullet that reads only “running shoes” counts; one that reads “best running shoes for beginners” does not, because the extra words break the whole-element match.

Factor IDRG-KWD-094
FamilyKeyword Usage & Density
MeasurementWhole-element variation match count
Measured zoneCleaned list-item contents

What it measures

This factor counts the list items on the page whose entire cleaned text equals one keyword variation. It is a whole-element check, not a contains check: a list item registers only when its full content — after cleaning — is the variation and nothing else. The result is a count of such exact-match list items.

How RankGear measures it

RankGear extracts and cleans the recognized li contents, then applies a case-insensitive variation expression anchored at both ends. Because the pattern is anchored at the start and the end of the cleaned item text, only list items that consist entirely of a variation match; any leading or trailing text falls outside the anchors and disqualifies the item.

What RankGear looks for

<li>running shoes</li>              → matches  (whole item is the variation)
<li>best running shoes today</li>   → no match (extra words break the anchors)

pattern (case-insensitive, anchored):  ^(running shoes|running shoe|jogging shoes)$
Cleaned list itemCounts?
Text is exactly one keyword variationYes — the whole element matches the anchored expression.
Variation plus any additional wordsNo — the extra text falls outside the anchors.

How to optimize it

Use a concise variation as a complete list item only when it is a clear, useful item in the list. Treat this factor as an observation about how your lists are written rather than a target to chase: a bulleted list of bare keyword variations reads as thin and manipulative, so let genuinely list-worthy items stand alone as whole-element variations and leave the rest as normal, descriptive bullets.

Important considerations

  • Additional list-item text prevents a match — any words beyond the variation itself push the item outside the anchored expression, so it is not counted.
  • Navigation lists also contribute — menu and nav li elements are recognized list items, so single-variation nav links can add to the count.
  • Variation alternatives retain regex meaning — the variation expression is applied as a case-insensitive regular expression, so alternation and other regex constructs behave accordingly.
  • Bare keyword lists can be unhelpful and spammy — stacking exact-variation bullets to raise this count degrades the reading experience and works against you.
  • This is a correlation-based prioritization signal within a measured result set, not a cause of ranking — a higher count does not make a page rank or guarantee position.

Related factors

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