π₯
MedicalCondition
Medical conditions and diseases
About MedicalCondition Schema
The MedicalCondition schema type is used to mark up medical conditions and diseases. Implementing this structured data helps search engines understand your content better and may qualify your pages for rich results in Google Search.
Properties
* Required Properties
@context
Must be "https://schema.org"
Type: URL
@type
Must be "MedicalCondition"
Type: Text
name
The name or title
Type: Text
β Recommended Properties
description
A description of the item
Type: Text
url
URL of the item
Type: URL
image
An image of the item
Type: URL or ImageObject
Best Practices
- β Validate your JSON-LD with Googleβs Rich Results Test before publishing.
- β Populate description, url to unlock enhanced snippets.
- β Keep structured data in sync with the visible content on the page.
Common Pitfalls
- β οΈAvoid mixing multiple schema syntaxes for the same entity.
- β οΈDo not include claims that the user cannot see or confirm on the page.
- β οΈRemember to update dateModified whenever the content changes.
JSON-LD Example
{
"@context": "https://schema.org",
"@type": "MedicalCondition",
"name": "Example MedicalCondition",
"description": "Medical conditions and diseases",
"url": "https://example.com/medical-condition",
"image": "https://example.com/image.jpg"
}Looking for more tools? TryDataKitfor csv and data transformation toolkit.