Has JSON-LD Electrician

RG-SCJ-079 reports whether the Electrician JSON-LD @type appears anywhere in a page’s raw rendered HTML, returning 1 when the string is found and 0 when it is not. It is a case-insensitive text match on source, not a validation of your structured-data graph, so a matching string outside valid JSON-LD can still register as present.

Factor IDRG-SCJ-079
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 Electrician in the page’s raw source. It is a single yes/no observation about the presence of that schema type marker, not a judgement about the quality or completeness of the surrounding markup.

How RankGear measures it

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

What RankGear looks for

"@type": "Electrician"
"@type": "schema:Electrician"   (prefix allowed)
"@type" : "electrician"         (whitespace + case ignored)
ValueMeaning
1The Electrician type string was found in the raw HTML.
0No matching Electrician type string was found in the raw HTML.

How to optimize it

Use the Electrician type only for a genuine electrical service provider, and describe accurate services, credentials, area served, and contact details, with properties that match the content a visitor can see on the page. Treat this factor as an observation of what your markup contains rather than a target to force: because it is a raw text match, adding the string without a valid, honest JSON-LD graph gains you nothing that search engines can trust.

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 (for example in a comment or a code sample) can still produce a 1.
  • Capitalization differences do not affect detection.
  • Validate the complete structured data independently with a schema validator before relying on it.
  • This is a prioritization signal that relates to position within a measured result set. Presence correlates with, but does not cause or guarantee, any ranking.

Related factors

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