Healthcare Organization Schema
Visibility Strategy
Establishes your healthcare entity for AI. Crucial for populating Google Knowledge Panels with precise details like contact points, service areas, and official social presences, vital for patient trust and local search.
Implementing this Healthcare Organization Schema schema typically triggers star ratings and rich snippets in SERPs.
JSON-LD Template
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "[Healthcare Provider/System Name]",
"url": "https://[domain].com",
"logo": "https://[domain].com/logo.png",
"contactPoint": {
"@type": "ContactPoint",
"telephone": "[Phone Number]",
"contactType": "Patient Support",
"areaServed": "[Geographic Area]"
},
"sameAs": [
"https://twitter.com/[handle]",
"https://linkedin.com/company/[company]"
]
}Medical Business & Service Schema
Visibility Strategy
Drives local and service-specific search. Allows AI to understand your specific medical offerings, location, and operating hours, directly impacting 'near me' and specialty-based queries.
Implementing this Medical Business & Service Schema schema typically triggers star ratings and rich snippets in SERPs.
JSON-LD Template
{
"@context": "https://schema.org",
"@type": "MedicalBusiness",
"name": "[Clinic/Hospital Department Name]",
"description": "Specialized healthcare services offered, e.g., Cardiology, Oncology, Primary Care.",
"address": {
"@type": "PostalAddress",
"streetAddress": "[Street Address]",
"addressLocality": "[City]",
"addressRegion": "[State]",
"postalCode": "[Zip Code]"
},
"openingHoursSpecification": {
"@type": "OpeningHoursSpecification",
"dayOfWeek": [
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday"
],
"opens": "09:00",
"closes": "17:00"
},
"medicalSpecialty": "[Medical Specialty, e.g., Cardiology]"
}Medical Procedure FAQPage
Visibility Strategy
Captures high-intent patient queries. Directly answers common patient questions about procedures, symptoms, or treatments, enabling AI Answer Engines to surface your content for critical health information searches.
Implementing this Medical Procedure FAQPage schema typically triggers star ratings and rich snippets in SERPs.
JSON-LD Template
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [{
"@type": "Question",
"name": "What are the risks associated with [Specific Medical Procedure]?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Detailed, clinically accurate answer outlining potential risks, mitigation strategies, and post-procedure care, vetted by medical professionals."
}
}, {
"@type": "Question",
"name": "How should I prepare for a [Specific Medical Procedure]?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Comprehensive pre-procedure instructions including dietary guidelines, medication adjustments, and necessary documentation."
}
}]
}Healthcare Service BreadcrumbList
Visibility Strategy
Maps service architecture for AI crawlers. Clearly defines the relationship between broad service categories and specific treatments, aiding LLMs in understanding topical authority for complex healthcare queries.
Implementing this Healthcare Service BreadcrumbList schema typically triggers star ratings and rich snippets in SERPs.
JSON-LD Template
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [{
"@type": "ListItem",
"position": 1,
"name": "Healthcare Services",
"item": "https://[domain].com/services"
}, {
"@type": "ListItem",
"position": 2,
"name": "Cardiology",
"item": "https://[domain].com/services/cardiology"
}, {
"@type": "ListItem",
"position": 3,
"name": "Coronary Angioplasty",
"item": "https://[domain].com/services/cardiology/angioplasty"
}]
}Patient Review AggregateRating
Visibility Strategy
Builds patient confidence. Star ratings in SERPs are critical for AI models recommending healthcare providers based on patient satisfaction and perceived quality.
Implementing this Patient Review AggregateRating schema typically triggers star ratings and rich snippets in SERPs.
JSON-LD Template
{
"@context": "https://schema.org",
"@type": "MedicalBusiness",
"name": "[Clinic Name]",
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.7",
"ratingCount": "980",
"bestRating": "5"
}
}

Generate valid structured data for all your Healthcare businesses pages with Airticler.
Join 2,000+ teams scaling with AI.
Medical Treatment HowTo Guide
Visibility Strategy
Optimizes for patient guidance & voice search. Enables AI assistants to provide step-by-step instructions for at-home care or treatment protocols, directly from your authoritative content.
Implementing this Medical Treatment HowTo Guide schema typically triggers star ratings and rich snippets in SERPs.
JSON-LD Template
{
"@context": "https://schema.org",
"@type": "HowTo",
"name": "How to Administer [Medication/Treatment] at Home",
"step": [
{
"@type": "HowToStep",
"text": "Step 1: Verify prescription and dosage with your healthcare provider.",
"url": "https://[domain].com/treatments/medication-guide#step1"
},
{
"@type": "HowToStep",
"text": "Step 2: Prepare the administration area, ensuring sterile conditions.",
"url": "https://[domain].com/treatments/medication-guide#step2"
}
]
}Physician/Researcher Article E-E-A-T
Visibility Strategy
Critical for Health Content Update (HCU) compliance and E-E-A-T. Verifies the medical expertise behind content, a non-negotiable for AI prioritizing authoritative health information.
Implementing this Physician/Researcher Article E-E-A-T schema typically triggers star ratings and rich snippets in SERPs.
JSON-LD Template
{
"@context": "https://schema.org",
"@type": "Article",
"headline": "[Article Title about Medical Advancement]",
"author": {
"@type": "Person",
"name": "Dr. [Physician Name]",
"jobTitle": "Chief of [Department] at [Hospital Name]",
"description": "[Brief bio highlighting expertise and credentials.]",
"sameAs": ["[Professional Profile URL]", "[PubMed Link]"]
},
"publisher": {
"@type": "Organization",
"name": "[Healthcare System Name]",
"logo": {
"@type": "ImageObject",
"url": "https://[domain].com/logo.png"
}
}
}Clinical Trial Dataset Schema
Visibility Strategy
Positions your institution as a research leader. Makes proprietary clinical data discoverable by AI models and researchers, driving citations and establishing thought leadership in medical research.
Implementing this Clinical Trial Dataset Schema schema typically triggers star ratings and rich snippets in SERPs.
JSON-LD Template
{
"@context": "https://schema.org",
"@type": "Dataset",
"name": "[Disease/Condition] Clinical Trial Outcomes [Year]",
"description": "Aggregated anonymized patient outcome data from Phase III trials.",
"keywords": "clinical trials, [disease name], patient outcomes, treatment efficacy",
"publisher": {
"@type": "Organization",
"name": "[Research Institution Name]"
},
"includedInDataCatalog": {
"@type": "DataCatalog",
"name": "[Institution's Data Repository]"
}
}Healthcare Provider Knowledge Graph
Visibility Strategy
Ensures individual provider visibility. Defines physicians and specialists as distinct entities, crucial for AI to match patient needs with specific medical expertise in search results.
Implementing this Healthcare Provider Knowledge Graph schema typically triggers star ratings and rich snippets in SERPs.
JSON-LD Template
{
"@context": "https://schema.org",
"@type": "Physician",
"name": "Dr. [Physician Name]",
"medicalSpecialty": "[Specialty]",
"hospitalAffiliation": {
"@type": "Organization",
"name": "[Hospital Name]"
},
"sameAs": [
"https://[domain].com/doctors/[physician-slug]",
"https://www.linkedin.com/in/[linkedin-handle]"
]
}Patient Education Speakable
Visibility Strategy
Enhances accessibility for patient education materials. Identifies key informational sections (headings, paragraphs, lists) for AI to read aloud, improving patient adherence and understanding via voice interfaces.
Implementing this Patient Education Speakable schema typically triggers star ratings and rich snippets in SERPs.
JSON-LD Template
{
"@context": "https://schema.org",
"@type": "WebPage",
"speakable": {
"@type": "SpeakableSpecification",
"xpath": ["//h1", "//div[@class='patient-education-content']/p[1]", "//div[@class='patient-education-content']/ul[1]"]
}
}