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: "Oriental Cosmos Health Center",
description: "Oriental Cosmos Health Center in Mountain View offers traditional Chinese medicine and acupuncture services to the local community. The clinic provides acupuncture treatments, herbal medicine consultations, and other Oriental medicine therapies aimed at promoting wellness and treating various health conditions. They serve patients seeking natural and holistic approaches to healthcare.",
telephone: "+1-650-964-1518",
address: {
@type: "PostalAddress",
streetAddress: "318 Moffett Blvd",
addressLocality: "Mountain View",
addressRegion: "CA",
postalCode: "94043",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.398137999999996,
longitude: -122.07636300000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.3",
reviewCount: "29",
bestRating: "5"
},
areaServed: "Mountain View and surrounding areas",
knowsAbout: "Acupuncture, Patients seeking natural remedies, Individuals interested in traditional Chinese medicine, People with chronic pain or wellness concerns",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Traditional Chinese Medicine"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Established Local Practice"
}
],
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.