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: "Lin Zhang, OMD",
description: "Lin Zhang, OMD is an acupuncture and Oriental medicine clinic in Las Vegas offering traditional Chinese medicine treatments. Dr. Lin Zhang provides acupuncture, herbal medicine, and other therapeutic modalities to address pain management, stress, and various health conditions. With a 5-star rating from patients, this clinic specializes in personalized treatment plans rooted in centuries-old healing practices.",
telephone: "+1-702-839-2885",
address: {
@type: "PostalAddress",
streetAddress: "3211 N Tenaya Wy",
addressLocality: "Las Vegas",
addressRegion: "NV",
postalCode: "89129",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.219569199999995,
longitude: -115.25230489999998
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "16",
bestRating: "5"
},
areaServed: "Las Vegas, NV and surrounding areas",
knowsAbout: "Acupuncture, Chronic pain sufferers, stress management seekers, patients interested in traditional medicine alternatives, wellness-focused individuals",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed OMD Practitioner"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Holistic Treatment Approach"
}
],
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.