Skip to content
SEWWA

Schema guides Industry

Schema generator for Dentists

Common schema types for Dentists

SEO tips

Example JSON-LD

{
"@context": "https://schema.org",
"@type": "Dentist",
"name": "BrightLine Dental — Pearl District",
"image": "https://example.com/locations/pearl.jpg",
"url": "https://example.com/locations/pearl-district",
"telephone": "+1-503-555-0177",
"priceRange": "$$",
"address": {
"@type": "PostalAddress",
"streetAddress": "412 NW 12th Ave",
"addressLocality": "Portland",
"addressRegion": "OR",
"postalCode": "97209",
"addressCountry": "US"
},
"geo": { "@type": "GeoCoordinates", "latitude": "45.5245", "longitude": "-122.6842" },
"openingHoursSpecification": {
"@type": "OpeningHoursSpecification",
"dayOfWeek": ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday"],
"opens": "08:00",
"closes": "17:00"
},
"paymentAccepted": "Cash, Credit Card, HSA/FSA",
"medicalSpecialty": "https://schema.org/Dentistry",
"availableService": [
{ "@type": "MedicalTherapy", "name": "Preventive cleanings and exams" },
{ "@type": "MedicalTherapy", "name": "Invisalign consultations" }
]
}

Overview

Dental practices benefit from Dentist (a LocalBusiness subtype) tied to a single canonical URL per location. Services, insurance, and hours should match what patients see—especially if you sync with Google Business Profile.

Reviews in markup must mirror visible reviews and follow Google's policies. Generate clean JSON-LD with SEWWA and validate before publishing.

Try the free Schema Generator →