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: "Boise Dental Chair",
description: "Boise Dental Chair is a full-service dental practice in Boise offering comprehensive general and cosmetic dentistry care. Dr. Jacob Dunn and his team provide preventive cleanings, restorative treatments, cosmetic procedures, and emergency dental services to patients of all ages. They focus on creating a comfortable, patient-centered experience with modern techniques and a commitment to quality care.",
url: "https://www.boisedentalchair.com/",
telephone: "+1-208-912-0555",
address: {
@type: "PostalAddress",
streetAddress: "5360 N Eagle Rd Suite 101",
addressLocality: "Boise",
addressRegion: "ID",
postalCode: "83713",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 43.6534078,
longitude: -116.3533986
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "97",
bestRating: "5"
},
areaServed: "Boise, ID and surrounding areas",
knowsAbout: "General Dentistry, Families seeking a trusted dentist, patients needing emergency dental care, anyone looking for cosmetic dental improvements",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Experienced Team"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Convenient Location"
}
],
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.