Clean Text Kilobytes reports the size of a page’s cleaned content in kilobytes. RankGear counts the UTF-16 code units in that cleaned text and divides by 1,024, so it approximates character storage in KiB — it is not the downloaded network byte size, and it can differ for Unicode text.
| Factor ID | RG-SIZ-007 |
|---|---|
| Family | Page Size |
| Measurement | Kilobytes |
| Measured zone | Cleaned page content |
What it measures
This factor reports the measured size of the page’s cleaned content in kilobytes. It reflects the volume of the extracted, cleaned text — not the raw HTML weight, the transfer size, or the full document a browser downloads.
How RankGear measures it
RankGear counts the UTF-16 code units in the page’s cleaned content and divides that count by 1,024. This approximates character storage in KiB rather than the downloaded byte size, and the two can diverge for Unicode text, where a single visible character may map to more or fewer code units than its transfer-encoded bytes.
clean_text_kilobytes = utf16_code_units(cleaned_content) / 1024How to optimize it
Treat this as an observation rather than a number to push up or down. Provide enough original, useful text to answer the query comprehensively, then edit for clarity and remove duplication or filler. Preserve the content and functionality that serve the reader while improving efficiency; a larger or smaller value is not automatically better.
Important considerations
- RankGear divides UTF-16 length by 1,024; this is a character-storage approximation in KiB, not a network-transfer byte measurement.
- Compare the factor with ranking and user-performance evidence rather than assuming that larger or smaller is always better.
- Minification, compression, external resources, and runtime behavior may not be reflected in this value.
- Preserve useful content and functionality while improving efficiency.
- This is a prioritization signal that relates to patterns within a measured result set, not a cause of ranking; a given size neither makes a page rank nor guarantees a position.
Related factors
Part of the Factors reference · how RankGear measures · glossary.