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: "Sunny Dental of Wilton Manors",
description: "Sunny Dental of Wilton Manors is a full-service dental practice in Wilton Manors offering comprehensive preventive, cosmetic, and restorative dental care for the entire family. The practice provides services including cleanings, fillings, crowns, implants, whitening, and orthodontics, with a focus on patient comfort and modern techniques. They welcome new patients and accept most insurance plans.",
url: "https://www.wiltonmanorsdental.com/",
telephone: "+1-954-564-4746",
address: {
@type: "PostalAddress",
streetAddress: "2517 NE 9th Ave",
addressLocality: "Wilton Manors",
addressRegion: "FL",
postalCode: "33305",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 26.1588158,
longitude: -80.1348282
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "378",
bestRating: "5"
},
areaServed: "Wilton Manors and surrounding Fort Lauderdale area",
knowsAbout: "General Dentistry, Families seeking comprehensive dental care, patients needing cosmetic or restorative treatments, new patients requiring a trusted family dentist",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Family-Friendly Approach"
}
],
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.