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: "Wang Medical",
description: "Wang Medical is a wellness center in Boise offering therapeutic massage and acupuncture services to help clients manage pain, reduce stress, and improve overall health. The practice combines traditional Chinese medicine approaches with professional therapeutic techniques, serving both new and returning clients seeking natural healing methods.",
url: "http://www.wangmedical.com/",
telephone: "+1-208-321-7348",
address: {
@type: "PostalAddress",
streetAddress: "3601 N Cole Rd",
addressLocality: "Boise",
addressRegion: "ID",
postalCode: "83704",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 43.6376724,
longitude: -116.27487939999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "42",
bestRating: "5"
},
areaServed: "Boise, ID and surrounding areas",
knowsAbout: "Massage Therapy, Individuals seeking pain relief, people managing stress and tension, those interested in traditional Chinese medicine approaches",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Integrated Traditional Medicine"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Experienced Practitioners"
}
],
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.