Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Idaho Nutrition and Wellness Clinic",
description: "Idaho Nutrition and Wellness Clinic is a comprehensive wellness center in Boise offering nutrition consulting, massage therapy, and personalized health services. The clinic takes a holistic approach to wellness, combining nutritional guidance with therapeutic massage to help clients achieve their health goals. They specialize in individualized care designed to address the unique needs of each client.",
telephone: "+1-208-813-6015",
address: {
@type: "PostalAddress",
streetAddress: "894 E Boise Ave",
addressLocality: "Boise",
addressRegion: "ID",
postalCode: "83706",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 43.5784245,
longitude: -116.17214799999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "1",
bestRating: "5"
},
areaServed: "Boise, ID and surrounding areas",
knowsAbout: "Nutrition & Dietitians, Health-conscious individuals, people seeking preventative wellness care, clients interested in holistic health approaches",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Integrated Wellness Approach"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Health Guidance"
}
],
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.