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: "All Smiles Family Dentistry & Emergency Services",
description: "All Smiles Family Dentistry & Emergency Services is a family-focused dental practice in San Jose offering comprehensive dental care for patients of all ages. They provide routine cleanings, exams, and restorative treatments, with a dedicated focus on emergency dental services for urgent care needs. The practice emphasizes creating a welcoming environment for families and prioritizes patient comfort and accessibility.",
telephone: "+1-408-564-0200",
address: {
@type: "PostalAddress",
streetAddress: "365 S Redwood Ave",
addressLocality: "San Jose",
addressRegion: "CA",
postalCode: "95128",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.3218381,
longitude: -121.94704429999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "117",
bestRating: "5"
},
areaServed: "San Jose and surrounding areas",
knowsAbout: "General Dentistry, Families seeking comprehensive dental care, patients needing emergency dental treatment, patients of all ages from children to adults",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Emergency Dental Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Family-Focused 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.