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: "Ellenton Family Dental",
description: "Ellenton Family Dental provides comprehensive dental care for patients of all ages, from routine cleanings and exams to cosmetic and restorative procedures. Located in Ellenton, this family-focused practice combines modern technology with a patient-centered approach to help families maintain healthy smiles throughout their lives.",
url: "https://www.ellentonfamilydental.com/",
telephone: "+1-941-900-3424",
address: {
@type: "PostalAddress",
streetAddress: "5947 Factory Shops Blvd",
addressLocality: "Ellenton",
addressRegion: "FL",
postalCode: "34222",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.5338007,
longitude: -82.5040102
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "777",
bestRating: "5"
},
areaServed: "Ellenton, Bradenton, and surrounding areas",
knowsAbout: "General Dentistry, Families seeking comprehensive dental care, patients needing cosmetic or restorative dentistry, new patients looking for preventive dental health",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Family-Focused Practice"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Modern Dental 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.