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: "Acupuncture Works",
description: "Acupuncture Works offers gentle, individualized Traditional Japanese-style meridian therapy rooted in acupuncture. The practice specializes in treating chronic pain, headaches, migraines, digestive issues, sleep disturbances, allergies, and post-operative pain, while also providing dedicated women's health and fertility support. Treatments are guided by palpation and real-time clinical findings to address each patient's unique needs.",
url: "http://www.acuworks.net/",
telephone: "+1-404-955-8345",
address: {
@type: "PostalAddress",
streetAddress: "3121 Maple Dr NE suite 102",
addressLocality: "Atlanta",
addressRegion: "GA",
postalCode: "30305",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.8403304,
longitude: -84.3718246
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "9",
bestRating: "5"
},
areaServed: "Atlanta, GA and surrounding areas",
knowsAbout: "Acupuncture, Patients with chronic pain, individuals seeking fertility support, women's health concerns, athletes with sports injuries, migraine sufferers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Japanese Meridian Therapy"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Women's Health & Fertility Focus"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Individualized, Palpation-Based 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.