Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Alpha Dental Care",
description: "Alpha Dental Care is a dental clinic in Sunnyvale offering comprehensive dental services including cleanings, examinations, and restorative treatments. The practice focuses on providing quality dental care to families and individuals in the local community.",
telephone: "+1-408-736-7000",
address: {
@type: "PostalAddress",
streetAddress: "1024 E El Camino Real #1",
addressLocality: "Sunnyvale",
addressRegion: "CA",
postalCode: "94087",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.3513474,
longitude: -122.0061556
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "41",
bestRating: "5"
},
areaServed: "Sunnyvale and surrounding Silicon Valley communities",
knowsAbout: "General Dentistry, Families, individuals seeking routine dental care, patients needing restorative dentistry",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Convenient El Camino Location"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Dental 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.