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: "Pearl Dentistry",
description: "Pearl Dentistry is a general and cosmetic dental practice in Denver offering comprehensive oral care including cleanings, fillings, root canals, extractions, and cosmetic treatments like teeth whitening, veneers, and smile makeovers. Dr. Jessica Boone and her team focus on creating beautiful, healthy smiles using modern techniques and patient-centered care.",
url: "https://www.pearldentistrydenver.com/",
telephone: "+1-720-440-9296",
address: {
@type: "PostalAddress",
streetAddress: "2200 W 29th Ave",
addressLocality: "Denver",
addressRegion: "CO",
postalCode: "80211",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 39.7581876,
longitude: -105.0136053
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "187",
bestRating: "5"
},
areaServed: "Denver and surrounding metro areas",
knowsAbout: "Cosmetic Dentistry, Patients seeking comprehensive dental care, cosmetic smile improvements, emergency dental treatment",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Cosmetic & General Combined"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Modern Practice Philosophy"
}
],
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.