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: "Pediatric Dental Center",
description: "Pediatric Dental Center in Tampa specializes in comprehensive dental care for infants, children, and adolescents. The practice offers preventive care, restorative treatments, and emergency services in a kid-friendly environment designed to make young patients comfortable and reduce dental anxiety. Their experienced team focuses on building positive dental habits early while providing compassionate, age-appropriate care.",
url: "https://pediatricdentalcentertampa.com/",
telephone: "+1-813-254-8457",
address: {
@type: "PostalAddress",
streetAddress: "1540 S Dale Mabry Hwy",
addressLocality: "Tampa",
addressRegion: "FL",
postalCode: "33629",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.928940599999997,
longitude: -82.50547739999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.8",
reviewCount: "110",
bestRating: "5"
},
areaServed: "Tampa and surrounding areas",
knowsAbout: "Pediatric Dentistry, Parents seeking specialized pediatric dental care, children with dental anxiety, families wanting preventive care and healthy habits, emergency dental situations",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Kid-Friendly Office Design"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Spectrum Pediatric Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Early Dental Development Focus"
}
],
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.