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: "23rd Street Dental",
description: "23rd Street Dental is a comprehensive family dental practice in Oklahoma City offering general dentistry, cosmetic treatments, and restorative care. Dr. [practice] and the team provide services including cleanings, fillings, crowns, implants, teeth whitening, and emergency care in a patient-focused environment. They accept most insurance plans and welcome new patients of all ages.",
url: "https://www.23rdstdental.com/",
telephone: "+1-405-942-0337",
address: {
@type: "PostalAddress",
streetAddress: "2825 NW 23rd St",
addressLocality: "Oklahoma City",
addressRegion: "OK",
postalCode: "73107",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.493507199999996,
longitude: -97.56437659999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "465",
bestRating: "5"
},
areaServed: "Oklahoma City and surrounding areas",
knowsAbout: "General Dentistry, Families seeking comprehensive dental care, patients needing cosmetic dentistry, those with dental emergencies",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Emergency Availability"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Insurance & New Patients"
}
],
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.