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: "Sam H. OH, Lac",
description: "Sam H. OH, Lac is a licensed acupuncturist offering traditional acupuncture treatments in Fresno. With a 5-star rating from patients, this practice provides personalized acupuncture care focused on restoring balance and addressing various health concerns through evidence-based traditional medicine practices.",
telephone: "+1-559-449-0355",
address: {
@type: "PostalAddress",
streetAddress: "6073 N First St Suite 101",
addressLocality: "Fresno",
addressRegion: "CA",
postalCode: "93704",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.8247466,
longitude: -119.7742427
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "7",
bestRating: "5"
},
areaServed: "Fresno, CA",
knowsAbout: "Acupuncture, Patients seeking pain relief, individuals interested in traditional medicine approaches, wellness-focused clients",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed Acupuncturist"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Highly Rated 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.