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: "Dental@888",
description: "Dental@888 is a comprehensive dental practice located in Seattle offering general dentistry, cosmetic procedures, and restorative treatments. The practice provides services including cleanings, fillings, crowns, implants, veneers, and teeth whitening in a modern clinical setting. They focus on patient comfort and quality care for families and individuals seeking both routine maintenance and smile enhancement.",
url: "https://dental888.com/",
telephone: "+1-206-397-4440",
address: {
@type: "PostalAddress",
streetAddress: "888 Harrison St",
addressLocality: "Seattle",
addressRegion: "WA",
postalCode: "98109",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 47.6221925,
longitude: -122.3399715
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "291",
bestRating: "5"
},
areaServed: "Seattle, WA and surrounding areas",
knowsAbout: "Cosmetic Dentistry, Families seeking routine dental care, individuals interested in cosmetic smile improvements, patients needing restorative dental work",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Service Range"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Modern Clinical Setting"
}
],
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.