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 Innovations of Chicago",
description: "Smile Innovations of Chicago is a general and cosmetic dental practice located in Chicago's Jefferson Park neighborhood, offering comprehensive dental care including routine cleanings, restorative treatments, and cosmetic dentistry services. The practice focuses on creating beautiful, healthy smiles using modern techniques and personalized treatment plans.",
url: "https://jeffersonpark.dentist/",
telephone: "+1-773-763-1000",
address: {
@type: "PostalAddress",
streetAddress: "5399 N Milwaukee Ave",
addressLocality: "Chicago",
addressRegion: "IL",
postalCode: "60630",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 41.979603700000006,
longitude: -87.7710006
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "15",
bestRating: "5"
},
areaServed: "Chicago, IL and surrounding neighborhoods",
knowsAbout: "General Dentistry, General dental patients, cosmetic smile enhancement seekers, families looking for comprehensive dental care",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Cosmetic Focus"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Modern Practice"
}
],
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.