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: "Chinese Acupuncture Clinic",
description: "Chinese Acupuncture Clinic in Palm Springs offers traditional acupuncture treatments and Chinese medicine services to address pain, stress, and various health conditions. Located on Palm Canyon Drive, the clinic provides personalized care rooted in traditional Chinese medical practices.",
url: "https://www.secretmental.org/",
telephone: "+1-760-325-2305",
address: {
@type: "PostalAddress",
streetAddress: "1001 S Palm Canyon Dr UNIT 105",
addressLocality: "Palm Springs",
addressRegion: "CA",
postalCode: "92264",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.8081949,
longitude: -116.54586780000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "16",
bestRating: "5"
},
areaServed: "Palm Springs, CA and surrounding Coachella Valley",
knowsAbout: "Acupuncture, Chronic pain sufferers, stress management seekers, individuals interested in traditional Chinese medicine",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Traditional Chinese Medicine Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Holistic Health Focus"
}
],
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.