Has JSON-LD ExerciseGym

Has JSON-LD ExerciseGym reports whether RankGear finds an @type of ExerciseGym in a page’s raw HTML — it returns 1 when that string is present and 0 when it is not. Because it matches source text, a 1 is not proof of a valid JSON-LD graph.

Factor IDRG-SCJ-084
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 ExerciseGym in the raw source of the page. It is a simple presence signal: the schema type is either declared somewhere in the HTML or it is not.

How RankGear measures it

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

What RankGear looks for

"@type": "ExerciseGym"
"@type":"schema:ExerciseGym"
ValueMeaning
1An ExerciseGym @type string was found in the raw HTML.
0No matching string was found.

How to optimize it

Use ExerciseGym only for a real fitness facility, with an accurate location, hours, amenities, memberships, and contact information, and only when those properties match the content visible on the page. Because the detector confirms presence rather than validity, treat a 1 as evidence that the type is declared — not as confirmation that the markup is correct. This is an observation to verify, not a target to game.

Important considerations

  • The detector pattern-matches source text; it does not parse or validate a JSON-LD graph.
  • A matching string that sits outside valid JSON-LD can still produce a 1.
  • Capitalization differences do not affect detection.
  • Validate the complete structured data independently before relying on it.
  • Presence of this type relates to position within a measured result set; it is a prioritization signal, not a cause of ranking.

Related factors

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