We use cookies for analytics and to serve ads. Accept to enable Google Analytics and AdSense. You can decline to stay opt-out.
Healthcare price transparency pages with WebPage + Service + Offer context, FAQs, and breadcrumbs.
Declares the price transparency page itself.
Defines the healthcare service or procedure being priced.
Represents the estimated price or cash-pay offer for the service.
Answers questions about estimates, insurance, and assistance.
Provides navigation context for the price transparency page.
Ensure every applicable required property is present in your implementation. Nested props reference their parent objects (for example, `offers.priceCurrency`).
Paste as a single script tag. Keep product details, offer data, shipping/returns, and FAQ answers in sync with the page.
[
{
"@context": "https://schema.org",
"@type": "WebPage",
"@id": "https://www.example.com/patient/price-transparency/mri#page",
"name": "MRI Knee Cost Estimate",
"description": "Standard charges and self-pay estimate for MRI of the knee without contrast.",
"url": "https://www.example.com/patient/price-transparency/mri",
"inLanguage": "en",
"dateModified": "2025-03-01"
},
{
"@context": "https://schema.org",
"@type": "Service",
"@id": "https://www.example.com/patient/price-transparency/mri#service",
"name": "MRI of the Knee",
"serviceType": "DiagnosticImaging",
"description": "MRI scan of the knee without contrast.",
"provider": { "@type": "MedicalClinic", "name": "Northwind Medical Center" },
"areaServed": { "@type": "AdministrativeArea", "name": "Austin, TX" },
"url": "https://www.example.com/services/mri"
},
{
"@context": "https://schema.org",
"@type": "Offer",
"@id": "https://www.example.com/patient/price-transparency/mri#offer",
"name": "Self-Pay MRI Estimate",
"description": "Estimated cash price for MRI of the knee; final billing may vary.",
"price": "1200.00",
"priceCurrency": "USD",
"availability": "https://schema.org/InStock",
"url": "https://www.example.com/patient/price-transparency/mri#estimate"
},
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "Does insurance change the estimate?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. Insurance coverage and negotiated rates can change your out-of-pocket cost."
}
},
{
"@type": "Question",
"name": "Is financial assistance available?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Financial assistance is available for eligible patients. Review eligibility on the billing page."
}
},
{
"@type": "Question",
"name": "How often are prices updated?",
"acceptedAnswer": {
"@type": "Answer",
"text": "We review and update estimates quarterly or when standard charges change."
}
}
]
},
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{ "@type": "ListItem", "position": 1, "name": "Home", "item": "https://www.example.com" },
{ "@type": "ListItem", "position": 2, "name": "Patients", "item": "https://www.example.com/patient" },
{ "@type": "ListItem", "position": 3, "name": "Price Transparency", "item": "https://www.example.com/patient/price-transparency" },
{ "@type": "ListItem", "position": 4, "name": "MRI Knee", "item": "https://www.example.com/patient/price-transparency/mri" }
]
}
]If codes appear on the page, include them in the Service description or add them to visible tables.
Yes. Use copy on the page to explain ranges and keep the Offer price aligned to the displayed estimate.