This factor reports whether RankGear finds a JSON-LD @type value of HealthAndBeautyBusiness in a page’s raw source. It returns a simple 1 (found) or 0 (not found) — a presence signal, not a validation that the structured data is correct or complete.
| Factor ID | RG-SCJ-102 |
|---|---|
| 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 HealthAndBeautyBusiness in the raw source of the page. It is a yes/no observation about the presence of that specific schema type string — nothing more.
How RankGear measures it
RankGear searches the raw HTML for the @type declaration, allowing flexible whitespace around "@type": "HealthAndBeautyBusiness" and optionally permitting a schema: prefix. Matching is case-insensitive, so capitalization differences do not change the result.
What RankGear looks for
"@type": "HealthAndBeautyBusiness"
"@type": "schema:HealthAndBeautyBusiness"| Value | Meaning |
|---|---|
| 1 | A HealthAndBeautyBusiness @type string was found in the raw HTML. |
| 0 | No such string was found. |
How to optimize it
Use HealthAndBeautyBusiness only for a genuine health-and-beauty business, and prefer a more specific subtype when one applies. Populate the schema with properties that match the visible content of the page. Treat the 1/0 value as an observation of what is present in the source, not a target to hit for its own sake — a matching string alone does not describe your business accurately.
Important considerations
- The detector pattern-matches source text; it does not parse or validate 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 — this factor cannot tell you whether the markup is well-formed or correct.
- Presence of this type correlates with, but does not cause, position within a measured result set. It is a prioritization signal, not a guarantee of ranking.
Related factors
Part of the Factors reference · how RankGear measures · glossary.