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: "Redmond Ridge Pediatric Dentistry",
description: "Redmond Ridge Pediatric Dentistry specializes in comprehensive dental care for infants, children, and adolescents in a welcoming, kid-friendly environment. Located in Redmond, the practice offers preventive care, restorative treatments, and emergency services tailored to young patients' needs, with a focus on building positive dental habits early.",
url: "https://www.redmondridgepediatricdentistry.com/",
telephone: "+1-425-284-9884",
address: {
@type: "PostalAddress",
streetAddress: "22635 NE Marketplace Dr # 110",
addressLocality: "Redmond",
addressRegion: "WA",
postalCode: "98053",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 47.6939979,
longitude: -122.0369534
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "132",
bestRating: "5"
},
areaServed: "Redmond and surrounding East King County",
knowsAbout: "Pediatric Dentistry, Parents of infants and young children, families seeking preventive dental care, children with dental anxiety or special needs",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Specialized Pediatric Focus"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Emergency & Preventive Care"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Convenient Location"
}
],
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.