Has JSON-LD Gynecologic

This factor reports whether RankGear finds a JSON-LD @type of Gynecologic in the page’s raw HTML — a 1/0 presence signal. It matches source text, so it confirms the string is present, not that the surrounding structured data is valid.

Factor IDRG-SCJ-099
FamilyStructured Data — JSON-LD
MeasurementBinary presence (0 / 1)
Measured zoneRaw rendered HTML

What it measures

This factor reports whether RankGear finds an @type value of Gynecologic in the raw source of the page. It is a straightforward presence check: the value is 1 when the medical-specialty type appears in the markup and 0 when it does not.

How RankGear measures it

RankGear searches the raw HTML for "@type": "Gynecologic", allowing flexible whitespace around the tokens and optionally accepting a schema: prefix. Matching is case-insensitive, so capitalization differences do not affect the result.

What RankGear looks for

"@type": "Gynecologic"
"@type":"schema:Gynecologic"
ValueMeaning
1The Gynecologic specialty type was found in the raw HTML.
0No matching @type string was present.

How to optimize it

Use Gynecologic as a MedicalSpecialty value only where it accurately characterizes the healthcare entity you are marking up, and pair it with properties that match the visible content of the page. This is not a value to add for its own sake — apply it when the page genuinely represents a gynecologic specialty, and let the presence signal follow from correct markup rather than treating a 1 as the goal.

Important considerations

  • The detector pattern-matches source text rather than validating a JSON-LD graph, so a 1 confirms the string is present, not that the structured data is well-formed.
  • A matching string that sits outside valid JSON-LD — for example in a comment or a stray attribute — can still produce a 1.
  • Capitalization differences do not affect detection; the match is case-insensitive.
  • Validate the complete structured data independently with a schema validator; this factor is not a substitute for that check.
  • Presence correlates with pages that carry richer structured data — it does not on its own cause or guarantee any ranking.

Related factors

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