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: "Meeting Point Community Acupuncture",
description: "Meeting Point Community Acupuncture offers affordable acupuncture treatments in a community clinic setting in Denver. They specialize in making acupuncture accessible through a sliding scale pricing model, allowing clients to pay what they can afford. The practice focuses on treating pain, stress, and chronic conditions using traditional acupuncture methods.",
url: "http://www.meetingpointacupuncture.com/",
telephone: "+1-303-777-0320",
address: {
@type: "PostalAddress",
streetAddress: "570 S Broadway",
addressLocality: "Denver",
addressRegion: "CO",
postalCode: "80209",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 39.7062458,
longitude: -104.9871568
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "53",
bestRating: "5"
},
areaServed: "Denver, CO and surrounding areas",
knowsAbout: "Acupuncture, Patients seeking affordable acupuncture, chronic pain sufferers, stress management seekers, uninsured or underinsured individuals",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Community Clinic Model"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Traditional Acupuncture Practice"
}
],
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.