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: "Yeung Chiropractic",
description: "Yeung Chiropractic is an independent chiropractic clinic in San Jose offering spinal adjustments and corrective care to help patients manage pain and improve mobility. The practice focuses on personalized treatment plans tailored to each patient's needs, whether dealing with acute injuries, chronic pain, or preventive wellness.",
telephone: "+1-408-479-4323",
address: {
@type: "PostalAddress",
streetAddress: "7007 Realm Dr",
addressLocality: "San Jose",
addressRegion: "CA",
postalCode: "95119",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.2284473,
longitude: -121.7779723
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "22",
bestRating: "5"
},
areaServed: "San Jose and surrounding areas",
knowsAbout: "Chiropractic, Individuals with back or neck pain, athletes seeking injury prevention, patients preferring non-surgical pain management",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent Practice"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Corrective Care 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.