Has MicroData Description

Has MicroData Description reports whether the Microdata attribute itemprop="description" appears in a page’s rendered body HTML. It returns 1 when the literal, double-quoted attribute is present and 0 when it is not — a text pattern match, not a validation of the underlying Microdata item graph.

Factor IDRG-SCM-012
FamilyStructured Data – Microdata
MeasurementBinary presence (0 / 1)
Measured zoneRendered body HTML with scripts removed

What it measures

This factor reports whether RankGear finds the Microdata attribute itemprop="description" in the rendered body after script elements are removed. It is a signal that a page uses Microdata to label a description property on a marked-up entity — not a measure of that description’s quality or correctness.

How RankGear measures it

RankGear performs a case-insensitive search for the literal double-quoted form itemprop="description". It returns 1 when at least one match exists in the rendered body HTML and 0 otherwise. The check is a text pattern match: it does not parse or validate a Microdata item graph.

What RankGear looks for

<p itemprop="description">A concise, accurate description of the item.</p>
ValueMeaning
1The literal string itemprop="description" was found at least once in the rendered body.
0No match — the attribute is absent, or written with single quotes or added spacing.

How to optimize it

Use description only as part of a concise, accurate description of the marked-up entity. Keep the markup aligned with visible content and the vocabulary expected by its parent item type. Because detection depends on the exact double-quoted form, write the attribute as itemprop="description" — double quotes, no spacing between the name, equals sign, and value, single quotes will not match. Treat the value as an observation of markup presence, not a target to chase for its own sake.

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.
  • Correlation is not causation: this signal relates to position within a measured result set and does not by itself make a page rank.

Related factors

Part of the Factors reference · how RankGear measures · glossary.