Has JSON-LD PawnShop

Has JSON-LD PawnShop is a binary check for whether a page’s source contains an @type value of PawnShop. 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-195
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 PawnShop in the raw source of a page. PawnShop is a schema.org business type used to describe a pawn shop; 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": "PawnShop", 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": "PawnShop",
  "name": "..."
}
</script>
ValueMeaning
1An @type of PawnShop was found in the raw HTML.
0No matching PawnShop type string was found.

How to optimize it

Use PawnShop only for a real pawn shop, and make every declared property reflect content a user can verify on the page — accurate services, products, loan and redemption terms, licensing, location, hours, 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 pawn shop, 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.