Variations in Code Tags counts how many keyword variations appear inside a page’s HTML code elements, returning a whole-word occurrence count. It is an observation about how technical markup is used, not a target to inflate.
| Factor ID | RG-KWD-044 |
|---|---|
| Family | Keyword Usage & Density |
| Measurement | Variation occurrence count |
| Measured zone | Raw captured code contents |
What it measures
This factor counts keyword variations that appear within a page’s HTML code elements. It looks only at content the browser renders as code, so ordinary prose, headings, and links are excluded — the number reflects how the technical, machine-readable text on the page overlaps with the tracked keyword and its variations.
How RankGear measures it
RankGear reads the second capture group between recognized code tags from the script-free body — the page with scripts already stripped — without an additional cleaning pass, then counts whole-word keyword variations case-insensitively. Because there is no extra cleaning step, whatever sits between the tags is measured exactly as captured.
What RankGear looks for
<code>git rebase --onto main</code>
<code>rankgear audit --factor kwd-044</code>How to optimize it
Treat this as an observation, not a target. Use code for genuine code, commands, or machine-readable identifiers, and let topical terms appear only where they are technically accurate. If your documentation naturally contains commands or identifiers that include the keyword, the count will reflect that; wrapping ordinary prose in code to raise the number works against readers and against the factor’s intent.
Important considerations
- Nested markup remains in the measured capture — tags inside a
codeelement are not removed before counting. - The factor does not judge whether the code is correct; it only counts variation occurrences.
- Escaped code syntax can affect matching, since escaped characters change the exact text that is compared.
- Do not place prose inside
codesolely to move this metric. - This is a correlation-based signal within a measured result set, not a cause of ranking; a higher count does not make a page rank or guarantee a position.
Related factors
Part of the Factors reference · how RankGear measures · glossary.