Has JSON-LD Locksmith

Has JSON-LD Locksmith is a binary check for whether a page’s source contains an @type value of Locksmith. It returns 1 when that string is present and 0 when it is not. Because the detector matches source text, a 1 confirms the label appears — not that a valid, page-accurate JSON-LD graph surrounds it.

Factor IDRG-SCJ-138
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 Locksmith in the raw source of a page. Locksmith is a schema.org business type used to describe a locksmith service; its presence indicates that a page has declared itself, in structured data, as representing that kind of business.

How RankGear measures it

RankGear searches the raw HTML for "@type": "Locksmith", allowing flexible whitespace around the colon and optionally a schema: prefix. Matching is case-insensitive, so capitalization differences do not change the result. When the pattern is found the factor returns 1; otherwise it returns 0.

What RankGear looks for

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Locksmith",
  "name": "..."
}
</script>
ValueMeaning
1An @type of Locksmith was found in the raw HTML.
0No matching Locksmith type string was found.

How to optimize it

Use Locksmith only for a genuine locksmith business, and make every declared property reflect content a user can verify on the page — accurate services, service area, credentials, availability, location, and contact details. Because this is a presence check, treat the returned value as an observation of what your markup declares rather than a target to chase; applying the label to a page that is not a locksmith business, or that cannot back it up, adds risk instead of value.

Important considerations

  • The detector pattern-matches source text; it does not validate a full JSON-LD graph.
  • A matching string that sits outside valid JSON-LD can still return 1.
  • Capitalization differences do not affect detection.
  • Validate the complete structured data independently before relying on it.
  • Correlation is not causation: this is a prioritization signal that relates to position within a measured result set — it does not by itself make a page rank or guarantee a ranking.

Related factors

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