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: "Seven Dragons Acupuncture",
description: "Seven Dragons Acupuncture is an independent acupuncture clinic in Phoenix specializing in traditional Chinese medicine practices. Located on East Lincoln Drive, they offer acupuncture treatments aimed at addressing pain, wellness, and overall health balance. Their practitioners use evidence-based techniques rooted in Chinese medicine philosophy to help patients achieve their health goals.",
url: "https://www.sevendragonsacu.com/",
telephone: "+1-480-648-8038",
address: {
@type: "PostalAddress",
streetAddress: "3165 E Lincoln Dr Unit 112-B",
addressLocality: "Phoenix",
addressRegion: "AZ",
postalCode: "85016",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.5312811,
longitude: -112.0135902
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "17",
bestRating: "5"
},
areaServed: "Phoenix and surrounding areas",
knowsAbout: "Acupuncture, Pain management patients, wellness seekers, individuals interested in traditional Chinese medicine",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Traditional Chinese Medicine Focus"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Convenient Location"
}
],
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.