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: "Orcanit Wellness",
description: "Orcanit Wellness is a holistic health center in Oakland offering integrative medicine services that combine Western medical approaches with Eastern wellness practices. Their team provides personalized care focused on preventive health, chronic disease management, and overall wellness optimization. They specialize in helping patients achieve sustainable health improvements through a comprehensive, patient-centered approach.",
url: "https://www.orcanit.com/",
telephone: "+1-510-761-5503",
address: {
@type: "PostalAddress",
streetAddress: "4126 Telegraph Ave",
addressLocality: "Oakland",
addressRegion: "CA",
postalCode: "94609",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.830323,
longitude: -122.263544
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "33",
bestRating: "5"
},
areaServed: "Oakland and surrounding East Bay communities",
knowsAbout: "Holistic Wellness, Health-conscious individuals seeking preventive care, patients with chronic conditions looking for integrated treatment options, people interested in combining conventional and holistic medicine",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Integrative Approach"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Care"
}
],
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.