Has JSON-LD ComedyClub

This factor reports whether RankGear finds a ComedyClub @type declaration in a page’s raw HTML. It returns 1 when the string is present and 0 when it is not — a text match, not proof that the surrounding JSON-LD is valid.

Factor IDRG-SCJ-054
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 ComedyClub in the raw source of the page. ComedyClub is a schema.org LocalBusiness subtype used to describe a real comedy venue, so this signal tracks pages that self-identify as a comedy club through structured data.

How RankGear measures it

RankGear searches the raw HTML for the string "@type": "ComedyClub", allowing flexible whitespace around the colon and an optional schema: prefix. Matching is case-insensitive. Any single match sets the value to 1; no match leaves it at 0.

What RankGear looks for

"@type": "ComedyClub"
"@type":"schema:ComedyClub"
ValueMeaning
1A ComedyClub @type string was found in the raw HTML.
0No ComedyClub @type string was found.

How to optimize it

Use ComedyClub only for a genuine comedy venue, and make sure its structured data carries accurate location, hours, events, offers, and contact information. Keep every property consistent with the content a visitor actually sees on the page. Treat this factor as an observation of what your markup declares, not a target to chase for its own sake — adding the type to a page that is not a comedy venue misrepresents the entity and helps nothing.

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, so a positive value is not proof of correct structured data.
  • Capitalization differences do not affect detection because matching is case-insensitive.
  • Validate the complete structured data independently before relying on it.
  • This is a prioritization signal that relates to position within a measured result set. It does not, on its own, make a page rank or guarantee any ranking — correlation is not causation.

Related factors

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