Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Chien's Acupuncture -Calvin Chien L.Ac.",
description: "Chien's Acupuncture is a traditional Chinese medicine clinic run by Calvin Chien, a licensed acupuncturist (L.Ac.) in Colorado Springs. The clinic specializes in acupuncture treatments for pain management, stress relief, and various health conditions, offering a blend of traditional acupuncture techniques with modern clinical practice. Calvin Chien brings professional expertise and a patient-centered approach to help clients achieve better health and wellness.",
url: "https://chienacupunctureclinic.com/",
telephone: "+1-719-533-0008",
address: {
@type: "PostalAddress",
streetAddress: "4905 N Union Blvd #106",
addressLocality: "Colorado Springs",
addressRegion: "CO",
postalCode: "80918",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.9030401,
longitude: -104.7760863
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "79",
bestRating: "5"
},
areaServed: "Colorado Springs and surrounding areas",
knowsAbout: "Acupuncture, Chronic pain sufferers, stress and anxiety management, athletes seeking natural recovery, patients interested in traditional Chinese medicine",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed Acupuncturist"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Integrated Approach"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Established Practice"
}
],
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.