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: "China Acupuncture Clinic",
description: "China Acupuncture Clinic is a medical clinic in Provo specializing in traditional acupuncture treatments. Located on University Avenue, they offer acupuncture services to address various health concerns and pain management needs. The clinic provides a traditional approach to wellness through acupuncture therapy.",
telephone: "+1-801-375-5918",
address: {
@type: "PostalAddress",
streetAddress: "383 S University Ave",
addressLocality: "Provo",
addressRegion: "UT",
postalCode: "84601",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 40.228695099999996,
longitude: -111.6583381
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.7",
reviewCount: "7",
bestRating: "5"
},
areaServed: "Provo and surrounding areas",
knowsAbout: "Acupuncture, Individuals seeking traditional acupuncture treatment, pain management patients, people interested in alternative medicine",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Traditional Acupuncture Focus"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Convenient University Avenue Location"
}
],
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.