Has JSON-LD Physiotherapy is a binary check for whether a page’s source contains an @type value of Physiotherapy. It returns 1 when that string is present and 0 when it is not. Because the detector matches source text, a 1 confirms the label appears — not that a valid, page-accurate JSON-LD graph surrounds it.
| Factor ID | RG-SCJ-203 |
|---|---|
| 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 Physiotherapy in the raw source of a page. Physiotherapy is a schema.org business type used to describe a physiotherapy service; its presence indicates that a page has declared itself, in structured data, as representing that kind of business.
How RankGear measures it
RankGear searches the raw HTML for "@type": "Physiotherapy", allowing flexible whitespace around the colon and optionally a schema: prefix. Matching is case-insensitive, so capitalization differences do not change the result. When the pattern is found the factor returns 1; otherwise it returns 0.
What RankGear looks for
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Physiotherapy",
"name": "..."
}
</script>| Value | Meaning |
|---|---|
| 1 | An @type of Physiotherapy was found in the raw HTML. |
| 0 | No matching Physiotherapy type string was found. |
How to optimize it
Use Physiotherapy only for a real physiotherapy service, and make every declared property reflect content a user can verify on the page — accurate practitioners, credentials, treatments, location, hours, and contact information. Because this is a presence check, treat the returned value as an observation of what your markup declares rather than a target to chase; applying the label to a page that is not a physiotherapy service, or that cannot back it up, adds risk instead of value.
Important considerations
- The detector pattern-matches source text; it does not validate a full JSON-LD graph.
- A matching string that sits outside valid JSON-LD can still return 1.
- Capitalization differences do not affect detection.
- Validate the complete structured data independently before relying on it.
- Correlation is not causation: this is a prioritization signal that relates to position within a measured result set — it does not by itself make a page rank or guarantee a ranking.
Related factors
Part of the Factors reference · how RankGear measures · glossary.