Has JSON-LD NailSalon reports whether RankGear detects a NailSalon @type in a page’s raw HTML — a simple presence check (1 or 0), not a validation of the underlying structured-data graph.
| Factor ID | RG-SCJ-171 |
|---|---|
| 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 of NailSalon in the page’s raw source. It is a yes/no signal about the presence of nail-salon LocalBusiness markup: it returns 1 when the pattern is found and 0 when it is not.
How RankGear measures it
RankGear searches the raw HTML for the string "@type": "NailSalon", allowing flexible whitespace around the colon and optionally accepting a schema: prefix. Matching is case-insensitive, so capitalization differences do not change the result.
What RankGear looks for
"@type": "NailSalon"
"@type" : "schema:NailSalon" (whitespace flexible, case-insensitive)| Value | Meaning |
|---|---|
| 1 | A NailSalon @type string was found in the raw HTML. |
| 0 | No matching NailSalon @type string was present. |
How to optimize it
Use NailSalon only for a genuine nail salon, with accurate services, practitioners, pricing, location, hours, booking, and contact details. Every property should reflect content a visitor can verify on the page. Treat this factor as an observation of whether the markup is present — not a target to bolt onto pages that are not actually nail salons.
Important considerations
- The detector pattern-matches source text rather than validating a full 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 — a positive result here is not proof the schema is well-formed.
- This is a correlation-based prioritization signal within a measured result set: presence of the markup relates to position but does not by itself cause or guarantee a ranking.
Related factors
Part of the Factors reference · how RankGear measures · glossary.