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: "Healthier Bodies Inc.",
description: "Healthier Bodies Inc. is a medical clinic in Twin Falls offering comprehensive health services to help patients achieve wellness goals. With a focus on personalized care and evidence-based treatment, they serve the local community through professional medical expertise and patient-centered approaches.",
url: "http://www.healthierbodies.org/",
telephone: "+1-208-339-1756",
address: {
@type: "PostalAddress",
streetAddress: "479 Polk St A",
addressLocality: "Twin Falls",
addressRegion: "ID",
postalCode: "83301",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.570253,
longitude: -114.46818049999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "9",
bestRating: "5"
},
areaServed: "Twin Falls, ID and surrounding areas",
knowsAbout: "Mental Health & Therapy, Local residents seeking general medical care, individuals with chronic health concerns, patients looking for preventive wellness services",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Established Medical Practice"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Patient-Focused Care"
}
],
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.