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: "Sunrise Acupuncture Clinic",
description: "Sunrise Acupuncture Clinic is an acupuncture medical clinic located in South Salt Lake offering traditional Chinese medicine treatments. The clinic specializes in acupuncture services to address pain management, wellness, and various health conditions. With a 4.5-star rating from patient reviews, they provide professional acupuncture care in a clinical setting.",
telephone: "+1-801-355-8668",
address: {
@type: "PostalAddress",
streetAddress: "78 E 2700 S",
addressLocality: "South Salt Lake",
addressRegion: "UT",
postalCode: "84115",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 40.7123081,
longitude: -111.88913350000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.5",
reviewCount: "14",
bestRating: "5"
},
areaServed: "South Salt Lake and surrounding areas",
knowsAbout: "Acupuncture, People seeking pain relief, Individuals interested in traditional Chinese medicine, Wellness-focused patients",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Clinical Setting"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Traditional Chinese Medicine 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.