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: "Chang's Acupuncture and Health Center",
description: "Chang's Acupuncture and Health Center in San Antonio offers traditional acupuncture and holistic health services to treat pain, improve wellness, and address various health conditions. The clinic combines evidence-based acupuncture practice with traditional Chinese medicine principles to serve patients seeking natural alternatives or complementary treatments.",
url: "http://www.changsacupuncture.com/",
telephone: "+1-210-341-8847",
address: {
@type: "PostalAddress",
streetAddress: "12432 West Ave",
addressLocality: "San Antonio",
addressRegion: "TX",
postalCode: "78216",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 29.553409199999997,
longitude: -98.50114239999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.5",
reviewCount: "22",
bestRating: "5"
},
areaServed: "San Antonio, TX and surrounding areas",
knowsAbout: "Acupuncture, Pain management patients, individuals seeking natural health alternatives, those interested in holistic wellness approaches",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Traditional Chinese Medicine Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Health Center Approach"
}
],
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.