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: "Oxford Pediatric Dentistry",
description: "Oxford Pediatric Dentistry specializes in comprehensive dental care for infants, children, and adolescents in Oxford, NC. Dr. and the team focus on creating a comfortable, kid-friendly environment where young patients feel at ease during their visits. They provide preventive care, treatment of dental issues, and education to help establish healthy oral habits from an early age.",
url: "http://oxfordpediatric.dentist/",
telephone: "+1-919-693-9555",
address: {
@type: "PostalAddress",
streetAddress: "1215 SE Industry Dr",
addressLocality: "Oxford",
addressRegion: "NC",
postalCode: "27565",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.3128497,
longitude: -78.5534417
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "1",
reviewCount: "1",
bestRating: "5"
},
areaServed: "Oxford, NC and surrounding areas",
knowsAbout: "Pediatric Dentistry, Families with infants and young children, Parents seeking specialized pediatric dental care, Children with dental anxiety",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Pediatric Specialists"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Child-Centered Approach"
}
],
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.