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: "First Family Dental",
description: "First Family Dental is a comprehensive dental practice in Fresno offering general dentistry, cosmetic procedures, and restorative treatments for patients of all ages. Led by experienced dentists, the practice specializes in preventive care, cleanings, fillings, crowns, veneers, teeth whitening, and dental implants. They focus on creating a welcoming environment for families and individuals seeking quality dental care with modern techniques.",
url: "https://ffdfresno.com/",
telephone: "+1-559-229-8200",
address: {
@type: "PostalAddress",
streetAddress: "6115 N First St #102",
addressLocality: "Fresno",
addressRegion: "CA",
postalCode: "93710",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.824708699999995,
longitude: -119.77260099999998
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "480",
bestRating: "5"
},
areaServed: "Fresno, CA and surrounding areas",
knowsAbout: "General Dentistry, Families seeking comprehensive dental care, cosmetic dentistry patients, individuals needing dental implants or restoration",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Family-Focused Practice"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Modern Dental Solutions"
}
],
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.