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: "A Healing Place",
description: "A Healing Place is a wellness center in San Jose offering holistic health services designed to support physical and emotional well-being. They provide a range of integrative therapies and wellness practices in a caring, professional environment. The center specializes in combining traditional and alternative approaches to help clients achieve lasting health improvements.",
url: "http://www.ahealing.place/",
telephone: "+1-408-595-2500",
address: {
@type: "PostalAddress",
streetAddress: "841 Blossom Hill Rd Suite 112-A",
addressLocality: "San Jose",
addressRegion: "CA",
postalCode: "95123",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.250621699999996,
longitude: -121.85527800000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "11",
bestRating: "5"
},
areaServed: "San Jose and surrounding areas",
knowsAbout: "Holistic Wellness, Individuals seeking holistic wellness, those exploring integrative health approaches, people looking for mind-body healing",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Integrative Approach"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Professional Environment"
}
],
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.