Has MicroData Thumbnail checks whether the page carries the Microdata attribute itemprop="thumbnail" in its rendered body. It returns 1 when at least one match is present and 0 when none is found — a presence signal, not a validity check, so a match does not confirm the thumbnail is correct or eligible for a rich result.
| Factor ID | RG-SCM-046 |
|---|---|
| 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="thumbnail" in the rendered body after script elements are removed. The thumbnail property associates a representative thumbnail image with a marked-up item, and this check simply records whether that attribute appears anywhere in the measured HTML.
How RankGear measures it
RankGear performs a case-insensitive search for the literal double-quoted form itemprop="thumbnail". It returns 1 when at least one match exists and 0 otherwise. The match is a text search over the rendered body — the attribute name, equals sign, double quotes, and property value must be contiguous for a match to register.
What RankGear looks for
<img itemprop="thumbnail" src="/media/preview.jpg" alt="Preview">| Value | Meaning |
|---|---|
| 1 | At least one contiguous, double-quoted itemprop="thumbnail" was found in the rendered body. |
| 0 | No such match was found. The attribute may be absent, use single quotes, or carry extra spacing. |
How to optimize it
Use thumbnail only as part of a relevant thumbnail image that accurately represents the marked-up media. Keep the value aligned with visible content and the vocabulary expected by its parent item type. Treat this factor as an observation of what the detector can see rather than a target to chase: adding the attribute so the string matches does nothing on its own if the surrounding item type and property value are not genuinely correct.
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.
- This is a correlation-style signal within a measured result set; presence of the attribute relates to how pages are prioritized and never guarantees a ranking or a rich result.
Related factors
Part of the Factors reference · how RankGear measures · glossary.