Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Sunrise Family Dental",
description: "Sunrise Family Dental in Aurora provides comprehensive dental care for patients of all ages, from preventive cleanings and exams to restorative treatments and cosmetic procedures. The practice emphasizes a family-friendly approach with a focus on patient comfort and education, making dental visits accessible for children and adults alike. They offer digital X-rays, emergency dental services, and accept most insurance plans to make quality dentistry affordable.",
url: "https://sunrisefamilydentalcolorado.com/",
telephone: "+1-303-369-7272",
address: {
@type: "PostalAddress",
streetAddress: "1700 S Chambers Rd",
addressLocality: "Aurora",
addressRegion: "CO",
postalCode: "80017",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 39.6854966,
longitude: -104.8094074
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "224",
bestRating: "5"
},
areaServed: "Aurora and surrounding Denver metro area",
knowsAbout: "General Dentistry, Families seeking comprehensive dental care, patients with dental anxiety looking for a comfortable environment, individuals needing emergency dental services",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Family-Focused Practice"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Emergency Dental Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Digital X-Ray Technology"
}
],
publisher: {
@type: "Organization",
name: "Lantern",
url: "https://lantern.llc",
contactPoint: {
@type: "ContactPoint",
url: "https://lantern.llc/contact?from=ai-data",
contactType: "AI inquiries"
}
}
}This structured data is embedded in the AI Profile page as JSON-LD and is read by ChatGPT, Claude, Perplexity, Google AI, and other AI platforms when they crawl this page. It follows the Schema.org LocalBusiness specification.