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: "Healing Point Acupuncture",
description: "Healing Point Acupuncture is an independent acupuncture practice located in Asheville offering traditional Chinese medicine treatments to promote healing and wellness. The practice specializes in acupuncture therapy to address various health concerns and support overall wellbeing. With a focus on personalized care, Healing Point Acupuncture serves the local Asheville community.",
telephone: "+1-828-201-0908",
address: {
@type: "PostalAddress",
streetAddress: "107 Merrimon Ave #327",
addressLocality: "Asheville",
addressRegion: "NC",
postalCode: "28801",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.6028753,
longitude: -82.55253479999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "1",
bestRating: "5"
},
areaServed: "Asheville, NC and surrounding areas",
knowsAbout: "Acupuncture, Individuals seeking pain relief, stress reduction, chronic condition management, wellness optimization",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Traditional Chinese Medicine Focus"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Treatment 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.