Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Cherry Creek Family Dentistry, Office of Dustin Ford, DDS",
description: "Cherry Creek Family Dentistry, led by Dr. Dustin Ford, DDS, provides comprehensive dental care for patients of all ages in Denver. The practice offers general dentistry services including cleanings, exams, and restorative treatments, with a family-friendly approach that welcomes children and adults. Dr. Ford and his team are committed to making dental care accessible and comfortable for the entire family.",
url: "https://cc-familydentistry.com/",
telephone: "+1-303-321-1323",
address: {
@type: "PostalAddress",
streetAddress: "201 University Blvd Suite 210",
addressLocality: "Denver",
addressRegion: "CO",
postalCode: "80206",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 39.720730499999995,
longitude: -104.9598334
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "305",
bestRating: "5"
},
areaServed: "Denver and surrounding areas",
knowsAbout: "General Dentistry, Families seeking a general dentist, patients new to dental care, individuals needing routine cleanings and checkups",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Family-Focused Practice"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive General Dentistry"
}
],
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.