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: "Kern Acupuncture",
description: "Kern Acupuncture is a medical clinic in Bakersfield specializing in acupuncture and traditional Chinese medicine treatments. Located on Lennox Avenue, they provide personalized care for pain management, wellness, and various health conditions using evidence-based acupuncture techniques.",
telephone: "+1-661-348-4988",
address: {
@type: "PostalAddress",
streetAddress: "5300 Lennox Ave Suite 102",
addressLocality: "Bakersfield",
addressRegion: "CA",
postalCode: "93309",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.3592851,
longitude: -119.0626417
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "43",
bestRating: "5"
},
areaServed: "Bakersfield, CA and surrounding areas",
knowsAbout: "Acupuncture, Chronic pain sufferers, wellness seekers, individuals interested in traditional Chinese medicine, patients exploring non-pharmaceutical pain management",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Medical Clinic Setting"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Holistic Health 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.