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: "Silicon Valley Dental Center",
description: "Silicon Valley Dental Center in San Jose offers comprehensive general dentistry and cosmetic dental services to families and individuals. The practice provides routine cleanings, preventive care, restorative treatments, and cosmetic procedures designed to help patients achieve healthy, beautiful smiles. With a focus on patient comfort and modern dental techniques, they serve the local San Jose community with accessible, professional care.",
url: "https://www.mysiliconvalleysmile.com/",
telephone: "+1-408-578-5911",
address: {
@type: "PostalAddress",
streetAddress: "5710 Cahalan Ave Building 8K",
addressLocality: "San Jose",
addressRegion: "CA",
postalCode: "95123",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.2479608,
longitude: -121.84670919999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "228",
bestRating: "5"
},
areaServed: "San Jose and surrounding Santa Clara County communities",
knowsAbout: "General Dentistry, Families seeking comprehensive dental care, individuals needing cosmetic improvements, patients looking for preventive and restorative dentistry",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Modern Dental 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.