Has MicroData Name reports whether the page carries the Microdata attribute itemprop="name" anywhere in its rendered body once scripts are stripped. It returns 1 when at least one match is present and 0 when none is found. It is a raw text match, not a validation of your structured-data graph, so a 1 confirms the attribute string exists — nothing more.
| Factor ID | RG-SCM-026 |
|---|---|
| Family | Structured Data — Microdata |
| Measurement | Binary presence (0 / 1) |
| Measured zone | Rendered body HTML with scripts removed |
What it measures
This factor reports whether RankGear finds the Microdata attribute itemprop="name" in the rendered body after script elements are removed. It is the property Microdata uses to state the name of a marked-up entity, so its presence indicates that at least one item on the page declares a name property.
How RankGear measures it
RankGear performs a case-insensitive search for the literal double-quoted form itemprop="name". It returns 1 when at least one match exists and 0 otherwise. Because it pattern-matches the HTML text rather than parsing a Microdata item graph, the attribute name, equals sign, double quotes, and property value must be contiguous — single quotes or extra spacing will not match.
What RankGear looks for
<span itemprop="name">Acme Widget</span>| Value | Meaning |
|---|---|
| 1 | The exact string itemprop="name" appears at least once in the script-stripped body. |
| 0 | No matching occurrence — the attribute is absent, uses single quotes, or has added spacing that breaks the pattern. |
How to optimize it
Use name only as part of the accurate public name of the marked-up entity. Keep the value aligned with visible content and with the vocabulary expected by its parent item type. Treat this factor as an observation of whether the attribute string is present, not a target to chase for its own sake — adding itemprop="name" without a valid surrounding item earns the 1 but describes nothing.
Important considerations
- The detector pattern-matches HTML text instead of parsing or validating a Microdata item graph.
- It requires the attribute name, equals sign, double quotes, and property value to be contiguous; single quotes or added spacing do not match.
- Scripts are removed before matching, and capitalization does not affect detection.
- Validate the parent item type, property value, nesting, and structured-data eligibility independently.
- Presence of this attribute correlates with pages in a measured result set; it is a prioritization signal, not a guarantee of ranking, and it does not by itself make a page rank.
Related factors
Part of the Factors reference · how RankGear measures · glossary.