We use cookies for analytics and to serve ads. Accept to enable Google Analytics and AdSense. You can decline to stay opt-out.
Tele-dermatology pages with MedicalClinic + Service + WebApplication context, FAQs, and breadcrumbs.
Anchors the clinic providing dermatology services.
Describes the tele-dermatology service offering.
Defines the telehealth visit or intake application.
Answers eligibility, image upload, and follow-up questions.
Provides navigation context for the tele-derm 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": "MedicalClinic",
"@id": "https://www.example.com/clinics/tele-derm#clinic",
"name": "Northwind Dermatology",
"url": "https://www.example.com/clinics/tele-derm",
"telephone": "+1-512-555-0179",
"image": "https://www.example.com/images/tele-derm.webp",
"address": {
"@type": "PostalAddress",
"streetAddress": "700 Medical Plaza",
"addressLocality": "Austin",
"addressRegion": "TX",
"postalCode": "78701",
"addressCountry": "US"
},
"medicalSpecialty": "Dermatology"
},
{
"@context": "https://schema.org",
"@type": "Service",
"@id": "https://www.example.com/clinics/tele-derm#service",
"name": "Tele-Dermatology Consultation",
"serviceType": "Telemedicine",
"description": "Virtual dermatology visits for acne, rashes, and skin concerns.",
"provider": { "@id": "https://www.example.com/clinics/tele-derm#clinic" },
"areaServed": { "@type": "AdministrativeArea", "name": "Texas" },
"offers": {
"@type": "Offer",
"price": "85.00",
"priceCurrency": "USD",
"availability": "https://schema.org/InStock"
}
},
{
"@context": "https://schema.org",
"@type": "WebApplication",
"@id": "https://www.example.com/clinics/tele-derm/visit#app",
"name": "Tele-Derm Visit Portal",
"description": "Submit photos and schedule a virtual dermatology visit.",
"applicationCategory": "HealthApplication",
"operatingSystem": "Any",
"url": "https://www.example.com/clinics/tele-derm/visit"
},
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "Do I need to upload photos?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. Clear photos help the dermatologist review your case before the visit."
}
},
{
"@type": "Question",
"name": "How soon will I get a response?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Most responses are provided within 24–48 hours after your visit."
}
},
{
"@type": "Question",
"name": "Do you accept insurance?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. Insurance coverage varies; verify benefits during booking."
}
}
]
},
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{ "@type": "ListItem", "position": 1, "name": "Home", "item": "https://www.example.com" },
{ "@type": "ListItem", "position": 2, "name": "Clinics", "item": "https://www.example.com/clinics" },
{ "@type": "ListItem", "position": 3, "name": "Tele-Dermatology", "item": "https://www.example.com/clinics/tele-derm" }
]
}
]If you offer in-person visits, link to them on the page and keep telehealth details distinct.
Explain follow-up timelines in page copy and mirror them in FAQ answers.