Skip to main content
πŸ₯

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.