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: "Acupuncture & Natural Health",
description: "Acupuncture & Natural Health is an independently owned medical clinic in Orem specializing in traditional acupuncture and natural health treatments. The practice focuses on using acupuncture to address pain, stress, and overall wellness through evidence-based traditional Chinese medicine approaches. They serve patients seeking drug-free alternatives to manage chronic conditions and improve their health.",
telephone: "+1-801-225-6036",
address: {
@type: "PostalAddress",
streetAddress: "224 400 E",
addressLocality: "Orem",
addressRegion: "UT",
postalCode: "84097",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 40.301255999999995,
longitude: -111.6857893
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "10",
bestRating: "5"
},
areaServed: "Orem, Utah and surrounding communities",
knowsAbout: "Acupuncture, Patients with chronic pain, stress-related conditions, those seeking natural health alternatives, individuals interested in traditional Chinese medicine",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Medical Clinic Setting"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Natural Health Focus"
}
],
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.