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: "Flowing Spring Acupuncture",
description: "Flowing Spring Acupuncture is an independent acupuncture clinic in Boulder specializing in traditional Chinese medicine and acupuncture treatments. Founded on principles of traditional healing, they offer personalized care focused on restoring balance and addressing both acute and chronic health concerns. Their practitioners combine classical acupuncture techniques with a patient-centered approach to support overall wellness.",
url: "https://flowingspring.com/",
telephone: "+1-303-817-3938",
address: {
@type: "PostalAddress",
streetAddress: "1800 30th St #220G",
addressLocality: "Boulder",
addressRegion: "CO",
postalCode: "80301",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 40.0177151,
longitude: -105.25147059999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "7",
bestRating: "5"
},
areaServed: "Boulder and surrounding areas",
knowsAbout: "Acupuncture, Chronic pain sufferers, wellness-focused individuals, those seeking natural healing alternatives, people with stress-related conditions",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Traditional Chinese Medicine Focus"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Patient-Centered Care"
}
],
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.