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: "Dallas Acupuncture Clinic",
description: "Dallas Acupuncture Clinic offers traditional acupuncture and complementary holistic therapies to address pain management, stress relief, and overall wellness. Located on Preston Road in Dallas, the clinic combines evidence-based acupuncture practice with a patient-centered approach to help clients achieve better health outcomes and quality of life.",
url: "http://acupuncturetx.com/",
telephone: "+1-214-739-5535",
address: {
@type: "PostalAddress",
streetAddress: "12900 Preston Rd Suite 1116",
addressLocality: "Dallas",
addressRegion: "TX",
postalCode: "75230",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.9239708,
longitude: -96.8028995
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "11",
bestRating: "5"
},
areaServed: "Dallas and surrounding areas",
knowsAbout: "Acupuncture, Chronic pain sufferers, stress management seekers, individuals interested in holistic medicine, those looking for non-pharmaceutical treatment options",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Traditional Acupuncture Practice"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Holistic Wellness Focus"
}
],
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.