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: "Harmony Acupuncture",
description: "Harmony Acupuncture is a medical clinic in Staunton, VA offering traditional acupuncture services to address pain, stress, and overall wellness. Located at 2013 N Augusta St, the practice specializes in acupuncture treatment for various health conditions. The clinic is dedicated to helping patients achieve balance and healing through evidence-based acupuncture techniques.",
url: "http://vaharmonyacupuncture.com/",
telephone: "+1-434-242-8305",
address: {
@type: "PostalAddress",
streetAddress: "Chiropractic, 2013 N Augusta St at",
addressLocality: "Staunton",
addressRegion: "VA",
postalCode: "24401",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.167238499999996,
longitude: -79.058478
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "1",
bestRating: "5"
},
areaServed: "Staunton, VA and surrounding areas",
knowsAbout: "Acupuncture, Patients seeking acupuncture for pain management, stress relief, and chronic health conditions",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Traditional Acupuncture Focus"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Medical Clinic Setting"
}
],
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.