Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "One Acupuncture Clinic, Inc. Bo Y. Kim, Lac",
description: "One Acupuncture Clinic, Inc. is an acupuncture practice in Moreno Valley run by licensed acupuncturist Bo Y. Kim, L.Ac. The clinic specializes in traditional acupuncture treatment to address pain, stress, and wellness concerns. With a 4.4-star patient rating, the clinic serves the local community with evidence-based acupuncture care.",
telephone: "+1-951-601-0420",
address: {
@type: "PostalAddress",
streetAddress: "11441 Heacock St Suite B-2",
addressLocality: "Moreno Valley",
addressRegion: "CA",
postalCode: "92557",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.9548298,
longitude: -117.24432540000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.4",
reviewCount: "29",
bestRating: "5"
},
areaServed: "Moreno Valley, CA and surrounding Riverside County areas",
knowsAbout: "Acupuncture, Chronic pain sufferers, stress management seekers, individuals interested in traditional medicine approaches",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed Acupuncturist"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Established Local 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.