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: "Acupuncture of America Bakersfield",
description: "Acupuncture of America Bakersfield is a medical clinic offering traditional acupuncture treatments in Bakersfield. Located on Stockdale Highway, they provide acupuncture services to help patients manage pain, improve wellness, and address various health conditions through this time-tested healing practice.",
telephone: "+1-661-847-9714",
address: {
@type: "PostalAddress",
streetAddress: "9900 Stockdale Hwy, Bakersfield, CA 93308 Stockdale Hwy",
addressLocality: "Bakersfield",
addressRegion: "CA",
postalCode: "93308",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.3550112,
longitude: -119.11295059999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "9",
bestRating: "5"
},
areaServed: "Bakersfield, CA and surrounding areas",
knowsAbout: "Acupuncture, Pain management patients, wellness-focused individuals, those seeking alternative medicine treatments",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Medical Clinic Setting"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Experienced Practitioners"
}
],
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.