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: "KUNLUN Zhou Acupuncture & Herbs",
description: "KUNLUN Zhou Acupuncture & Herbs is an acupuncture and herbal medicine practice in Sacramento offering traditional Chinese medicine treatments. Run by experienced practitioners, they specialize in acupuncture therapy combined with herbal remedies to address pain, wellness, and various health conditions. Their integrated approach combines both ancient techniques and herbal formulations to support patient healing.",
telephone: "+1-916-446-8147",
address: {
@type: "PostalAddress",
streetAddress: "4407 Freeport Blvd",
addressLocality: "Sacramento",
addressRegion: "CA",
postalCode: "95822",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.534877699999996,
longitude: -121.49340240000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "3",
bestRating: "5"
},
areaServed: "Sacramento, CA and surrounding areas",
knowsAbout: "Acupuncture, Patients seeking natural pain relief, those interested in traditional Chinese medicine, individuals looking for holistic wellness approaches",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Integrated Herbal Medicine"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Experienced Practitioners"
}
],
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.