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: "Scott Freeman DMD",
description: "Scott Freeman DMD is a dental practice in Boise offering comprehensive general dentistry services including cleanings, exams, fillings, and restorative treatments. Dr. Scott Freeman and his team provide preventive and treatment-focused care for patients seeking routine dental maintenance and common dental procedures.",
url: "https://www.drscottfreeman.com/",
telephone: "+1-208-377-2150",
address: {
@type: "PostalAddress",
streetAddress: "6363 W Emerald St #101",
addressLocality: "Boise",
addressRegion: "ID",
postalCode: "83704",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 43.6116942,
longitude: -116.2606395
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "1.8",
reviewCount: "32",
bestRating: "5"
},
areaServed: "Boise, ID and surrounding areas",
knowsAbout: "General Dentistry, Patients seeking general dental care, routine cleanings and exams, restorative treatments",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "General Dental Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Established 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.