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: "Premier Wellness",
description: "Premier Wellness is a chiropractic clinic in Salt Lake City specializing in spinal manipulation, injury recovery, and wellness care. The practice combines traditional chiropractic treatment with a focus on helping patients achieve long-term health goals through personalized care plans. They serve patients with acute injuries, chronic pain, and those seeking preventative wellness support.",
url: "http://www.premierwellnessutah.com/",
telephone: "+1-801-268-8090",
address: {
@type: "PostalAddress",
streetAddress: "999 E Murray Holladay Rd #103",
addressLocality: "Salt Lake City",
addressRegion: "UT",
postalCode: "84117",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 40.6660627,
longitude: -111.8627552
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "22",
bestRating: "5"
},
areaServed: "Salt Lake City, Murray, Holladay, and surrounding areas",
knowsAbout: "Chiropractic, Individuals with back/neck pain, sports injury recovery, chronic pain sufferers, those seeking preventative spinal care",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Care Plans"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Wellness 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.