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: "Yin Time Wellness",
description: "Yin Time Wellness in Boulder offers acupuncture, Chinese herbal medicine, and therapeutic massage services designed to address pain, stress, and overall wellness. The practice combines traditional Chinese medicine with modern therapeutic techniques to help clients achieve balance and healing. Their experienced practitioners focus on personalized care that addresses both acute and chronic health concerns.",
url: "https://yintimewellness.com/",
telephone: "+1-720-313-4119",
address: {
@type: "PostalAddress",
streetAddress: "2955 Valmont Rd # 100",
addressLocality: "Boulder",
addressRegion: "CO",
postalCode: "80301",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 40.0294423,
longitude: -105.2552468
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "27",
bestRating: "5"
},
areaServed: "Boulder and surrounding areas",
knowsAbout: "Acupuncture, Chronic pain sufferers, stress management seekers, wellness-focused individuals, those interested in traditional Chinese medicine",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Integrated Chinese Medicine"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Pain & Stress Relief 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.