Has JSON-LD ComputerStore

Has JSON-LD ComputerStore reports whether RankGear finds an @type of ComputerStore in a page’s raw HTML source. It returns 1 when the string is present and 0 when it is not — a presence check on source text, not a validated proof that a correct JSON-LD graph exists.

Factor IDRG-SCJ-056
FamilyStructured data — JSON-LD
MeasurementBinary presence (0 / 1)
Measured zoneRaw rendered HTML

What it measures

This factor reports whether an @type value of ComputerStore appears in the page’s raw source. ComputerStore is the schema.org type for a retailer that sells computers and related hardware, and its presence signals that the page has declared that local business identity in structured data. RankGear records the outcome as a simple yes/no observation.

How RankGear measures it

RankGear searches the raw HTML for "@type": "ComputerStore", allowing flexible whitespace around the colon and an optional schema: prefix on the type value. Matching is case-insensitive, so capitalization differences do not change the result. The factor is a text pattern match against source — it does not parse or validate a JSON-LD graph.

What RankGear looks for

"@type": "ComputerStore"
"@type": "schema:ComputerStore"   (optional prefix)
"@type":"computerstore"         (whitespace + case flexible)
ValueMeaning
1The ComputerStore type string was found in the raw HTML.
0No matching ComputerStore type string was found.

How to optimize it

Use ComputerStore only for a genuine computer retailer, and only when its properties — products, services, location, opening hours, and contact details — are accurate and match the content visible on the page. Because the detector matches source text, a page can score 1 without a valid graph; treat a positive result as a prompt to confirm the markup is correct rather than as proof that it is. Do not apply the type to a business that is not actually a computer store.

Important considerations

  • The detector pattern-matches source text instead of validating a JSON-LD graph.
  • A matching string that sits outside valid JSON-LD can still produce a 1.
  • Capitalization differences do not affect detection.
  • Validate the complete structured data independently — with a schema validator — before relying on this signal.
  • This is a correlation-based observation within a measured result set, not a guarantee of ranking; declaring the type does not by itself cause a page to rank.

Related factors

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