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: "Tanglewood Pediatric Dentistry",
description: "Tanglewood Pediatric Dentistry specializes in comprehensive dental care for infants, children, and adolescents in a welcoming, kid-friendly environment. Dr. [practice name] and the team focus on building positive dental experiences early, offering preventive care, treatment, and emergency services tailored to young patients' needs. They provide sedation options for anxious or special needs children and emphasize education to establish lifelong healthy habits.",
url: "https://www.tanglewoodpediatricdentistry.com/",
telephone: "+1-832-699-7712",
address: {
@type: "PostalAddress",
streetAddress: "5757 Woodway Dr Suite 155",
addressLocality: "Houston",
addressRegion: "TX",
postalCode: "77057",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 29.760532599999998,
longitude: -95.4817953
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "110",
bestRating: "5"
},
areaServed: "Houston, TX and surrounding areas",
knowsAbout: "Pediatric Dentistry, Young children needing their first dental visit, anxious kids requiring a calm environment, special needs children, parents seeking specialized pediatric dental expertise",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Specialized Pediatric Care"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Sedation & Special Needs Support"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Emergency & Preventive Services"
}
],
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.