Has Schema Website is a binary check for the legacy Schema.org Website type URI in a page’s body markup. RankGear returns 1 when it finds the literal string http://schema.org/Website and 0 when it does not — presence is a signal that the type is declared, not a guarantee the structured data is complete or correct.
| Factor ID | RG-SCH-027 |
|---|---|
| Family | Schema.org |
| Measurement | Binary presence (0 / 1) |
| Measured zone | Body HTML without scripts |
What it measures
This factor detects the legacy Schema.org Website type URI on the page. It is a presence check: it reports whether the specific http://schema.org/Website identifier appears in the measured markup, nothing more about the quality or validity of the structured data itself.
How RankGear measures it
RankGear performs a case-insensitive search of the body HTML (scripts excluded) for the literal string http://schema.org/Website and returns 1 when it is found, 0 when it is not. The match is exact to that URI form — only the http:// scheme with the Website path satisfies the detector.
What RankGear looks for
http://schema.org/Website| Value | Meaning |
|---|---|
| 1 | The literal http://schema.org/Website URI was found in the body markup. |
| 0 | The URI was not found. Note that https://schema.org/Website or a bare JSON-LD "@type": "Website" both return 0. |
How to optimize it
Use WebSite for the actual site entity, with an accurate name, URL, and supported actions that describe the real site. Treat this factor as an observation of whether that legacy URI form is present rather than a target to chase for its own sake — the detector keys on one specific string, so declaring the entity meaningfully matters more than matching the exact URI variant it happens to look for.
Important considerations
https://schema.org/Websiteand a bare JSON-LD"@type": "Website"do not satisfy this detector — it matches only thehttp://URI form.- Presence does not validate required or recommended properties; the check confirms the type URI appears, not that the markup is complete.
- Structured data must match visible, truthful content on the page.
- Validate the complete markup with current platform tools before relying on it.
- This is a correlation-based signal within a measured result set, not a cause of ranking — presence relates to position, it does not guarantee it.
Related factors
Part of the Factors reference · how RankGear measures · glossary.