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: "North Tampa Family Dental",
description: "North Tampa Family Dental is a comprehensive dental practice serving families and individuals in the Tampa area with a full range of general and cosmetic dentistry services. Led by experienced dentists, they focus on creating a comfortable, welcoming environment for patients of all ages. Their practice combines preventive care, restorative treatments, and cosmetic services to help patients achieve and maintain healthy smiles.",
url: "https://northtampafamilydental.com/",
telephone: "+1-813-553-7120",
address: {
@type: "PostalAddress",
streetAddress: "2526 E Bearss Ave",
addressLocality: "Tampa",
addressRegion: "FL",
postalCode: "33613",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 28.081673,
longitude: -82.4332075
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "371",
bestRating: "5"
},
areaServed: "Tampa and surrounding areas",
knowsAbout: "General Dentistry, Families seeking comprehensive dental care, patients of all ages, individuals looking for cosmetic dental services, new patients establishing a dental home",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Family Care"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Patient-Focused Environment"
}
],
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.