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: "MHotep Healing Clinics",
description: "MHotep Healing Clinics is a holistic wellness center located in San Antonio offering integrative healing services. The clinic combines traditional and alternative health approaches to support overall wellness and healing. They focus on providing personalized care through their diverse therapeutic offerings.",
telephone: "+1-210-994-1202",
address: {
@type: "PostalAddress",
streetAddress: "200 N Frio St",
addressLocality: "San Antonio",
addressRegion: "TX",
postalCode: "78207",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 29.4270611,
longitude: -98.5035673
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "1",
bestRating: "5"
},
areaServed: "San Antonio, TX and surrounding areas",
knowsAbout: "Holistic Wellness, Health-conscious individuals seeking alternative wellness options, People interested in holistic healing approaches, Those looking for integrative medicine",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Integrative Approach"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Holistic 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.