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: "SF Premier Dental",
description: "SF Premier Dental is a full-service dental practice in San Francisco's Mission District offering comprehensive general dentistry, cosmetic treatments, and restorative procedures. The practice specializes in teeth whitening, veneers, dental implants, and smile makeovers, alongside routine cleanings, fillings, and preventive care. With a focus on personalized treatment planning and modern dental technology, SF Premier Dental serves patients seeking both functional dental health and aesthetic smile improvements.",
url: "https://www.sfpremierdental.com/",
telephone: "+1-415-239-8511",
address: {
@type: "PostalAddress",
streetAddress: "3998 Mission St",
addressLocality: "San Francisco",
addressRegion: "CA",
postalCode: "94112",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.733783599999995,
longitude: -122.4265214
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "105",
bestRating: "5"
},
areaServed: "San Francisco and surrounding Bay Area",
knowsAbout: "Cosmetic Dentistry, Patients seeking cosmetic smile improvements, those needing dental implants or restoration work, general dentistry patients in San Francisco",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Cosmetic & Restorative Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Mission District Location"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Practice"
}
],
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.