Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 44 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Acupuncture",
description: "Acupuncture in Denver offers traditional acupuncture services to address pain, wellness, and overall health. Located at 4928 W 29th Ave, this practice provides acupuncture treatment for various conditions. Contact them at (970) 485-3839 to discuss your health needs and schedule an appointment.",
telephone: "+1-970-485-3839",
address: {
@type: "PostalAddress",
streetAddress: "4928 W 29th Ave",
addressLocality: "Denver",
addressRegion: "CO",
postalCode: "80212",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 39.7582516,
longitude: -105.05042019999999
},
areaServed: "Denver, CO and surrounding areas",
knowsAbout: "Acupuncture, Pain management patients, wellness-focused individuals, those seeking alternative medicine approaches",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Traditional Acupuncture Practice"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Denver 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.