Build, validate, and optimize error-free JSON-LD schemas for LocalBusiness, MedicalClinic, LegalService, HVAC, FAQ, Review, and RealEstate.
Primary Schema.org type for structured data.
Official name registered with Google & Secretary of State.
Physical HQ or store location.
{
"@context": "https://schema.org",
"@type": "Dentist",
"name": "Biscayne Dental Center",
"image": "https://biscaynedentalcenter.com/logo.png",
"@id": "https://biscaynedentalcenter.com/#organization",
"url": "https://biscaynedentalcenter.com",
"telephone": "(305) 555-0144",
"priceRange": "$$",
"address": {
"@type": "PostalAddress",
"streetAddress": "1200 Biscayne Blvd, Suite 400",
"addressLocality": "Miami",
"addressRegion": "FL",
"postalCode": "33132",
"addressCountry": "US"
},
"geo": {
"@type": "GeoCoordinates",
"latitude": 25.7867,
"longitude": -80.19
},
"areaServed": [
{
"@type": "AdministrativeArea",
"name": "Brickell, Miami"
},
{
"@type": "AdministrativeArea",
"name": "Downtown Miami, Miami"
},
{
"@type": "AdministrativeArea",
"name": "South Beach, Miami"
}
],
"openingHoursSpecification": [
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": [
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday"
],
"opens": "08:00",
"closes": "18:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": [
"Saturday"
],
"opens": "09:00",
"closes": "14:00"
}
],
"hasOfferCatalog": {
"@type": "OfferCatalog",
"name": "Biscayne Dental Center Services Catalog",
"itemListElement": [
{
"@type": "Offer",
"itemOffered": {
"@type": "Service",
"name": "Emergency Dentistry",
"description": "Professional Emergency Dentistry in Miami and surrounding areas."
}
},
{
"@type": "Offer",
"itemOffered": {
"@type": "Service",
"name": "Invisalign",
"description": "Professional Invisalign in Miami and surrounding areas."
}
},
{
"@type": "Offer",
"itemOffered": {
"@type": "Service",
"name": "Teeth Whitening",
"description": "Professional Teeth Whitening in Miami and surrounding areas."
}
},
{
"@type": "Offer",
"itemOffered": {
"@type": "Service",
"name": "Root Canal",
"description": "Professional Root Canal in Miami and surrounding areas."
}
}
]
},
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.9",
"reviewCount": "148",
"bestRating": "5",
"worstRating": "1"
}
}