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: "Smile Dental Studio",
description: "Smile Dental Studio is a comprehensive dental practice in Phoenix offering general dentistry, cosmetic treatments, and restorative procedures. The practice focuses on patient comfort and modern dental solutions, serving families and individuals seeking quality dental care with a patient-centered approach.",
url: "https://ddsarizona.com/smile-dental-studio/",
telephone: "+1-602-789-1131",
address: {
@type: "PostalAddress",
streetAddress: "10209 N 35th Ave Ste 129A",
addressLocality: "Phoenix",
addressRegion: "AZ",
postalCode: "85051",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.5786369,
longitude: -112.1336122
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "797",
bestRating: "5"
},
areaServed: "Phoenix and surrounding areas",
knowsAbout: "General Dentistry, Families seeking comprehensive dental care, patients interested in cosmetic improvements, individuals needing restorative treatments",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Dental Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Patient-Focused Care"
}
],
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.