MedicalGuidelineRecommendation
MedicalGuidelineRecommendation is a MedicalGuideline subtype for a specific actionable recommendation within a larger guideline. Property: recommendationStrength (Text — "Strong", "Conditional", "Weak"). Pairs with inherited evidenceLevel (MedicalEvidenceLevel enum).
Full example of schema.org/MedicalGuidelineRecommendation 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": "MedicalGuidelineRecommendation",
"name": "Supervised cardiac rehabilitation after myocardial infarction",
"recommendationStrength": "Strong",
"evidenceLevel": "https://schema.org/EvidenceLevelA"
}
</script>Minimal valid version
The smallest markup that still produces a valid MedicalGuidelineRecommendation 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": "MedicalGuidelineRecommendation",
"name": "Example recommendation",
"recommendationStrength": "Strong"
}
</script>Google rich results this unlocks
MedicalGuidelineRecommendation 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). MedicalGuidelineRecommendation becomes the trunk that the primary type branches off viamainEntityorbreadcrumb. Include it on every page as the backbone of your markup.
Common MedicalGuidelineRecommendation 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
Missing evidenceLevel
WrongRecommendation with strength but no evidence gradeRightPair recommendationStrength with evidenceLevelClinical guidelines are judged on both strength of recommendation and quality of underlying evidence.
Schema properties in this example
Also mentioned in 1 other example
MedicalGuidelineRecommendation also appears in MedicalGuideline. See the full MedicalGuidelineRecommendation schema page for every reference.
About the example data
Cardiac-rehab-after-MI recommendation in the Dunmore Archive's guideline library.
Comments
Loading comments...