This factor reports whether RankGear finds a JSON-LD @type value of AdultEntertainment 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-006 |
|---|---|
| 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 AdultEntertainment in the raw source. It is a simple presence signal: the type is either declared in the page’s markup or it is not.
How RankGear measures it
RankGear searches the raw HTML for the string "@type": "AdultEntertainment", allowing flexible whitespace around the colon and optionally a schema: prefix on the value. The detector is case-insensitive and returns 1 on any match.
What RankGear looks for
"@type": "AdultEntertainment"
"@type":"schema:AdultEntertainment" (schema: prefix allowed, whitespace flexible)| Value | Meaning |
|---|---|
| 1 | A matching AdultEntertainment type string was found in the raw source. |
| 0 | No matching string was found. |
How to optimize it
Use AdultEntertainment only for a business that accurately fits the type and complies with applicable content and platform policies. 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.
- The type and all properties must accurately reflect visible 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.