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: "Sonrisas Nashville (Dentista)",
description: "Sonrisas Nashville is a dental clinic serving the Nashville community with comprehensive dental services including cleanings, fillings, crowns, and cosmetic dentistry. The practice focuses on providing quality care in a welcoming environment, treating patients of all ages from children to seniors. They accept insurance and offer convenient scheduling for both routine and emergency dental needs.",
url: "https://myallsmiles.com/gmb/sonrisas",
telephone: "+1-615-857-9596",
address: {
@type: "PostalAddress",
streetAddress: "1009 Murfreesboro Pike #101",
addressLocality: "Nashville",
addressRegion: "TN",
postalCode: "37217",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.127724,
longitude: -86.7130973
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "706",
bestRating: "5"
},
areaServed: "Nashville, TN and surrounding areas",
knowsAbout: "General Dentistry, Families seeking comprehensive dental care, patients needing emergency dental services, Spanish-speaking patients, cosmetic dentistry seekers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Dental Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Welcoming Multilingual Practice"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Insurance Acceptance"
}
],
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.