“Has JSON-LD Corporation” returns 1 when RankGear finds the string "@type": "Corporation" in a page’s raw HTML, and 0 when it does not. It is a raw string match, not a validator — RankGear never parses or checks the surrounding JSON-LD graph, so a match that sits outside a valid script block still counts as present.
| Factor ID | RG-SCJ-060 |
|---|---|
| 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 Corporation in the page’s raw source. It is a presence check for one specific schema.org organization type — it says nothing about how complete, accurate, or valid the surrounding markup is, only that the type string appears.
How RankGear measures it
RankGear searches the raw HTML for "@type": "Corporation", allowing flexible whitespace around the colon and quotes and optionally a schema: prefix on the type value. The match is case-insensitive and returns 1 on the first match, or 0 when no match is found anywhere in the source.
What RankGear looks for
"@type": "Corporation"
"@type" : "schema:Corporation"| Value | Meaning |
|---|---|
| 1 | The Corporation type string was found in the raw HTML. |
| 0 | The string was not present anywhere in the source. |
How to optimize it
Use Corporation only for a real corporation with a consistent legal identity, and back the type with accurate url, logo, contact, and organizational properties that match the visible content of the page. Treat the 1/0 as an observation of whether the type is present, not a target to game: adding the string without a genuine, matching entity misrepresents the page and offers no lasting benefit. If you legitimately are a corporation, emitting valid JSON-LD with this @type is the straightforward way to make the factor read 1.
Important considerations
- RankGear pattern-matches the raw source text; it does not validate the JSON-LD graph.
- A matching string outside valid JSON-LD can still produce 1.
- Detection is case-insensitive — capitalization differences do not affect the result.
- Validate the complete structured data independently; this factor confirms presence, not correctness.
- Correlation is not causation: the presence of this type relates to how comparable pages are structured within a measured result set. It is a prioritization signal, not something that by itself causes or guarantees a ranking.
Related factors
Part of the Factors reference · how RankGear measures · glossary.