Variations Making Whole Title Tag counts whether the page’s entire parsed title tag is exactly one of the keyword variations RankGear generated for the run — nothing added before or after. Because a single title can equal at most one variation, the value is effectively 0 or 1, and a 0 is normal whenever useful brand, location, or context wording keeps the title from being one bare variation.
| Factor ID | RG-TTL-021 |
|---|---|
| Family | Keyword Matching |
| Measurement | Count (effectively 0 / 1) |
| Measured zone | Parsed title tag |
What it measures
This factor counts whether the entire parsed title tag is exactly one of RankGear’s keyword variations. It is a strict whole-title test: the complete title must equal a single variation, not merely contain one. That makes it stricter than factors which tally how many variations appear somewhere inside a longer title, where extra leading or trailing wording is allowed.
How RankGear measures it
RankGear parses the page’s <title> text, builds a regular expression from the run’s variation set, and anchors that expression to both the beginning and end of the title. A match is counted only when the complete title equals one variation. Because the variation set is assembled per run, the pattern RankGear tests against changes with the keyword being analyzed.
What RankGear looks for
Parsed title tag:
<title>…</title>
Anchored against the run's variation set:
^(variation one|variation two|variation three)$
Counts a match only when the WHOLE title equals one variation.How to optimize it
Use a concise, accurate title that describes the page and naturally includes a strong keyword variation when that wording matches search intent. Preserve brand or differentiating language when it helps users understand the result — that context legitimately keeps this factor at 0. Treat the value as an observation about how tightly a title mirrors a single variation, not as a target to force. Let competitive data tell you whether whole-title variation matching is common and meaningful for the query before changing anything.
Important considerations
- This is a strict whole-title comparison, not a count of variations appearing anywhere in a longer title.
- The variation set is generated for the run, so the same title can score differently for another keyword.
- RankGear injects variation strings into the legacy-compatible regular expression without escaping them, so any regex metacharacters inside a variation can affect how the anchored pattern matches.
- A higher value is not automatically better; compare the factor’s relationship with rank and avoid replacing a useful title solely to force a match.
- This value relates to position within a measured result set; it is a prioritization signal, not a cause of ranking. Never sacrifice accuracy, brand clarity, or user value merely to move it from 0 to 1.
Related factors
Part of the Factors reference · how RankGear measures · glossary.