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: "Fresno Yao Acupuncture Inc.",
description: "Fresno Yao Acupuncture Inc. is a Traditional Chinese Medicine (TCM) clinic in Fresno offering acupuncture and related therapies. The practice specializes in treating pain, stress, and various health conditions using acupuncture techniques rooted in Chinese medicine principles.",
url: "https://www.fresnoacupuncture-tcm.com/",
telephone: "+1-559-431-8822",
address: {
@type: "PostalAddress",
streetAddress: "8427 N Millbrook Ave",
addressLocality: "Fresno",
addressRegion: "CA",
postalCode: "93720",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.858329,
longitude: -119.7664449
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "1",
bestRating: "5"
},
areaServed: "Fresno, CA and surrounding areas",
knowsAbout: "Acupuncture, Individuals seeking acupuncture for pain management, stress relief, and holistic wellness",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Traditional Chinese Medicine Focus"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Accessible Location"
}
],
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.