This factor reports whether RankGear finds a JSON-LD @type value of AutoPartsStore in a page’s raw source. It returns 1 on a match and 0 otherwise — a pattern match on the raw HTML, not a validation of the JSON-LD graph.
| Factor ID | RG-SCJ-024 |
|---|---|
| Family | Structured Data — JSON-LD |
| Measurement | Binary presence (0 / 1) |
| Measured zone | Raw rendered HTML |
What it measures
This factor reports whether RankGear finds an @type value for AutoPartsStore in the raw source. It is a simple presence signal: the type is either declared in the page’s markup or it is not. AutoPartsStore is the schema.org type for a retailer selling automotive parts and accessories, and this factor observes only whether that declaration appears.
How RankGear measures it
RankGear searches the raw HTML for the string "@type": "AutoPartsStore", allowing flexible whitespace around the colon and optionally a schema: prefix on the value. Matching is case-insensitive and returns 1 on any match.
What RankGear looks for
"@type": "AutoPartsStore"
"@type":"schema:AutoPartsStore" (schema: prefix allowed, whitespace flexible)| Value | Meaning |
|---|---|
| 1 | A matching AutoPartsStore type string was found in the raw source. |
| 0 | No matching string was found. |
How to optimize it
Use AutoPartsStore only for a real parts retailer, and back the declaration with accurate location, hours, product, and contact data. Treat this factor as an observation of what your markup declares, not a target to chase — adding the type does not make an unrelated page relevant, and the type and all properties must reflect the page’s visible content.
Important considerations
- RankGear pattern-matches the raw source; it does not parse or validate the JSON-LD graph.
- A matching string outside a valid JSON-LD script can still produce 1.
- Capitalization differences do not affect this detector.
- All structured data must match visible, truthful content.
- This is a correlation-based prioritization signal within a measured result set — presence of the type relates to position, it does not by itself cause a page to rank.
Related factors
Part of the Factors reference · how RankGear measures · glossary.