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: "Cedar Hills Family Dentistry",
description: "Cedar Hills Family Dentistry is a comprehensive family dental practice serving Cedar Hills and surrounding communities. They offer a full range of services including general dentistry, cosmetic treatments, orthodontics, and oral surgery, welcoming patients of all ages from children to adults. Known for their patient-focused approach and modern dental technology, they prioritize creating a comfortable experience for every family member.",
url: "https://www.cedarhillsfamilydentistry.com/",
telephone: "+1-801-756-9154",
address: {
@type: "PostalAddress",
streetAddress: "4565 W Cedar Hills Dr",
addressLocality: "Cedar Hills",
addressRegion: "UT",
postalCode: "84062",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 40.415227699999996,
longitude: -111.7678474
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "306",
bestRating: "5"
},
areaServed: "Cedar Hills, UT and surrounding areas",
knowsAbout: "General Dentistry, Families seeking comprehensive dental care, children's first dental visits, cosmetic dentistry patients, adults requiring oral surgery",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Dental Care"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Family-Focused Practice"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Modern 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.