Has MicroFormat E-Content records whether a page carries the Microformats2 e-content class, the property that marks the embedded main content of a microformat object. RankGear returns 1 when it finds the class and 0 when it does not — a structured-data presence signal, not a promise that a page ranks.
| Factor ID | RG-SCF-003 |
|---|---|
| Family | Structured Data — MicroFormat |
| Measurement | Binary presence (0 / 1) |
| Measured zone | Body HTML without scripts |
What it measures
This factor detects the e-content Microformat class, the Microformats2 property used to declare an object’s embedded main content. Its value is binary: the class is either present in the page’s body markup or it is not.
How RankGear measures it
RankGear searches the body HTML (scripts excluded) case-insensitively for the exact double-quoted string class="e-content" and returns 1 when that string is present, otherwise 0. It is a literal string match, not a Microformats parser.
What RankGear looks for
<div class="e-content">
The embedded main content of the microformat object…
</div>| Value | Meaning |
|---|---|
| 1 | The exact string class="e-content" appears in the body HTML. |
| 0 | The string is absent from the body HTML. |
How to optimize it
Apply e-content to the actual main-content property of a compatible Microformats2 object, so the class carries its intended semantic meaning. Treat this as an observation about how a page is marked up, not a target to chase: adding the class where it does not belong misrepresents your structure without helping readers or parsers.
Important considerations
- The exact-string detector misses multi-class values — a class attribute that combines
e-contentwith other class names in one attribute will not match. - It does not validate that a parent MicroFormat item wraps the property, so a bare
e-contentclass still returns 1. - It does not assess the quality of the content the class marks.
- Use the class semantically to describe genuine embedded content, not as a ranking tactic.
- Presence correlates with structured, machine-readable pages within a measured result set; it is a prioritization signal, not a cause of ranking or a guarantee of position.
Related factors
Part of the Factors reference · how RankGear measures · glossary.