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: "Acupuncture Center for Wellness - Cary NC",
description: "Acupuncture Center for Wellness is an independent acupuncture clinic in Cary specializing in traditional Chinese medicine and acupuncture therapy. Located on Keisler Drive, they provide personalized treatment plans for pain management, stress relief, and overall wellness. Their practitioners use evidence-based acupuncture techniques to address both acute and chronic conditions.",
url: "http://www.acupuncturecary.com/",
telephone: "+1-984-233-5992",
address: {
@type: "PostalAddress",
streetAddress: "543 Keisler Dr STE 203",
addressLocality: "Cary",
addressRegion: "NC",
postalCode: "27518",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.7419665,
longitude: -78.776403
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "11",
bestRating: "5"
},
areaServed: "Cary, NC and surrounding areas",
knowsAbout: "Acupuncture, Chronic pain sufferers, stress management seekers, individuals wanting holistic wellness alternatives",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Treatment Plans"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Traditional Chinese Medicine Expertise"
}
],
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.