Has JSON-LD HousePainter

Has JSON-LD HousePainter checks whether the raw page source declares a JSON-LD @type of HousePainter, returning 1 when the string is present and 0 when it is absent. The important caveat: RankGear pattern-matches the source text rather than validating a JSON-LD graph, so a matching string outside valid structured data can still return 1.

Factor IDRG-SCJ-112
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 HousePainter in the raw page source. It is a binary observation about the presence of a specific HousePainter declaration in a page’s JSON-LD markup, not a measure of whether that markup is complete, valid, or accurate.

How RankGear measures it

RankGear searches the raw HTML for the string "@type": "HousePainter", allowing flexible whitespace around the colon and optionally permitting a schema: prefix on the type value. Matching is case-insensitive. If that pattern appears anywhere in the source, the factor returns 1; otherwise it returns 0.

What RankGear looks for

"@type": "HousePainter"      // matched
"@type":"HousePainter"       // whitespace optional
"@type": "schema:HousePainter" // schema: prefix allowed
"@type": "housepainter"      // case-insensitive
ValueMeaning
1A "@type": "HousePainter" string was found in the raw source.
0No such string was found.

How to optimize it

Use the HousePainter type only for a genuine painting contractor, and describe it honestly — accurate services, credentials, area served, and contact details, with structured-data properties that match the content a visitor actually sees on the page. Because the detector confirms only that the string is present, treat a value of 1 as evidence the declaration exists, not as confirmation that your structured data is correct. Validate the full JSON-LD graph independently.

Important considerations

  • The detector pattern-matches source text instead of validating a JSON-LD graph, so a value of 1 confirms only that the string exists in the source.
  • A matching string that sits outside valid JSON-LD — for example in a comment, a script that is never parsed as structured data, or escaped text — can still produce a 1.
  • Capitalization differences do not affect detection, since matching is case-insensitive.
  • Validate the complete structured data independently before relying on it.
  • This is a correlation-based prioritization signal within a measured result set, not a cause of ranking. Presence of the type does not make a page rank or guarantee any position.

Related factors

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