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: "Dr. Ronald Laub DDS",
description: "Dr. Ronald Laub DDS is a general dentistry practice located in downtown Lexington, serving patients of all ages with comprehensive dental care. The practice offers preventive, restorative, and general dental services to help maintain oral health and address dental concerns for the local community.",
telephone: "+1-540-463-4332",
address: {
@type: "PostalAddress",
streetAddress: "722 S Main St",
addressLocality: "Lexington",
addressRegion: "VA",
postalCode: "24450",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.773229199999996,
longitude: -79.4485232
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.4",
reviewCount: "5",
bestRating: "5"
},
areaServed: "Lexington, VA and surrounding areas",
knowsAbout: "General Dentistry, Families seeking general dental care, Patients needing routine checkups and cleanings, Individuals requiring restorative dental work",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Established Local Practice"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Services"
}
],
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.