Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 45 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Capital Pediatric Dentistry",
description: "Capital Pediatric Dentistry provides comprehensive dental care specifically designed for infants, children, and adolescents in Sacramento. Their team specializes in preventive care, treatment of cavities, and creating a comfortable, child-friendly environment that helps young patients develop positive attitudes toward dental health. They focus on making dental visits enjoyable and stress-free for kids of all ages.",
url: "https://capitalpd.com/contact-capital-pediatric-dentistry/",
telephone: "+1-916-476-3972",
address: {
@type: "PostalAddress",
streetAddress: "920 29th St",
addressLocality: "Sacramento",
addressRegion: "CA",
postalCode: "95816",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.573980999999996,
longitude: -121.46787
},
areaServed: "Sacramento and surrounding areas",
knowsAbout: "Pediatric Dentistry, Parents seeking dental care for infants, children, and teenagers; families wanting pediatric dental specialists; parents of anxious or first-time dental patients",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Pediatric Specialists"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Child-Focused Environment"
}
],
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.