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: "Holistic Haven Health & Wellness, LLC",
description: "Holistic Haven Health & Wellness is a comprehensive wellness center in Plainview offering integrative health services combining traditional and alternative medicine approaches. They provide consultations, spa services, and personalized wellness programs designed to support whole-body health and preventative care. Founded to serve the local community, they focus on treating the root causes of health issues rather than just symptoms.",
url: "https://www.holistichavenhw.com/",
telephone: "+1-806-600-4640",
address: {
@type: "PostalAddress",
streetAddress: "3109 Olton Rd",
addressLocality: "Plainview",
addressRegion: "TX",
postalCode: "79072",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 34.1847005,
longitude: -101.7414166
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "2",
bestRating: "5"
},
areaServed: "Plainview, TX and surrounding areas",
knowsAbout: "Holistic Wellness, Health-conscious individuals seeking preventative care, people interested in integrative wellness approaches, those looking for whole-body health solutions",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Integrative Approach"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Wellness 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.