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: "Avenue Smiles",
description: "Avenue Smiles is a dental clinic located in downtown Seattle offering comprehensive general and cosmetic dentistry services. The practice focuses on patient comfort and modern dental care, serving both routine checkups and restorative treatments in a welcoming clinical environment.",
url: "https://avenuesmiles.com/",
telephone: "+1-206-899-0985",
address: {
@type: "PostalAddress",
streetAddress: "2001 8th Ave #130",
addressLocality: "Seattle",
addressRegion: "WA",
postalCode: "98121",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 47.616036099999995,
longitude: -122.33748689999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.5",
reviewCount: "165",
bestRating: "5"
},
areaServed: "Seattle, WA and surrounding communities",
knowsAbout: "General Dentistry, Downtown Seattle professionals, families seeking general dental care, patients interested in cosmetic dentistry",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Downtown Location"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Services"
}
],
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.