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: "Edenvale Dental Office",
description: "Edenvale Dental Office is a general dentistry practice in San Jose offering comprehensive dental care including cleanings, exams, fillings, root canals, crowns, and cosmetic dentistry services. The practice focuses on providing quality care in a welcoming environment, serving families and individuals throughout the San Jose area.",
url: "http://www.edenvaledental.net/",
telephone: "+1-408-225-5883",
address: {
@type: "PostalAddress",
streetAddress: "120 Blossom Hill Rd #20",
addressLocality: "San Jose",
addressRegion: "CA",
postalCode: "95123",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.2525262,
longitude: -121.80616109999998
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "27",
bestRating: "5"
},
areaServed: "San Jose and surrounding areas",
knowsAbout: "General Dentistry, Families seeking preventive care, individuals needing cosmetic dental work, patients requiring restorative dentistry",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Convenient Location"
}
],
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.