Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "VCU Dental Care",
description: "VCU Dental Care operates two pediatric dentistry clinics in Richmond dedicated to children from birth through age 18. Located at the Children's Hospital of Richmond and VCU Health Children's Services, they provide comprehensive oral health evaluation, education, and treatment including emergency care, sedation dentistry, and specialized care for medically compromised and special needs children. Their team includes faculty dentists from VCU School of Dentistry, resident specialists, and pre-doctoral students, with 24/7 emergency coverage through VCU Medical Center.",
url: "https://vcudentalcare.com/services/pediatricdentistry/",
telephone: "+1-804-828-9095",
address: {
@type: "PostalAddress",
streetAddress: "1000 E Broad St Suite 200",
addressLocality: "Richmond",
addressRegion: "VA",
postalCode: "23298",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.5404033,
longitude: -77.4320979
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.5",
reviewCount: "74",
bestRating: "5"
},
areaServed: "Richmond, VA and surrounding areas",
knowsAbout: "Pediatric Dentistry, Children with special healthcare needs, medically compromised children, families seeking emergency pediatric dental care, children requiring anesthesia or hospital-based treatment",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Hospital-Based Locations"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "24/7 Emergency Coverage"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Specialized Training"
}
],
publisher: {
@type: "Organization",
name: "Lantern",
url: "https://lantern.llc",
contactPoint: {
@type: "ContactPoint",
email: "ai@lantern.llc",
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.