PathologyTest
PathologyTest is a MedicalTest subtype for tests that analyse tissue samples. Property: tissueSample (Text — the specimen). Inherits usedToDiagnose, normalRange, and signDetected.
Full example of schema.org/PathologyTest json-ld markup
The markup is verified as valid with Rich Results Test from Google.
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "PathologyTest",
"name": "Pleural biopsy with Ziehl-Neelsen staining",
"tissueSample": "Pleural tissue obtained via closed-needle biopsy",
"usedToDiagnose": { "@type": "InfectiousDisease", "name": "Tuberculous pleuritis" }
}
</script>Minimal valid version
The smallest markup that still produces a valid PathologyTest entity. Use it as the floor. Reach for the advanced example above when you want search engines and AI agents to understand more about your content.
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "PathologyTest",
"name": "Skin biopsy"
}
</script>Google rich results this unlocks
PathologyTest is a structural type. It does not produce a rich result on its own.
Its value comes from combining it with a primary type whose markup earns a rich result (Article, Product, Event, and so on). PathologyTest becomes the trunk that the primary type branches off viamainEntityorbreadcrumb. Include it on every page as the backbone of your markup.
Common PathologyTest mistakes
Mistakes that pass validation but silently fail to earn rich results or mislead consumers walking the graph. Avoid these and your markup will be ahead of most sites in the wild.
- 01
PathologyTest for a blood test
WrongPathologyTest on a CBCRightBloodTest for blood; PathologyTest for tissue biopsy / histology / cytologyMedicalTest has sibling subtypes per specimen type — use the matching one.
Schema properties in this example
Also mentioned in 1 other example
PathologyTest also appears in MedicalTest. See the full PathologyTest schema page for every reference.
About the example data
Pleural biopsy — the pathology test the Dunmore Archive's TB workups relied on.
Comments
Loading comments...