Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 45 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Zona Azul, LLC",
description: "Zona Azul is a wellness clinic located in Portland, TX offering holistic health services to the South Texas community. They provide medical and wellness treatments designed to support overall health and wellbeing through a patient-centered approach.",
url: "http://zona-wellness.com/",
telephone: "+1-361-563-2966",
address: {
@type: "PostalAddress",
streetAddress: "443 Houston St",
addressLocality: "Portland",
addressRegion: "TX",
postalCode: "78374",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.873006399999998,
longitude: -97.3242738
},
areaServed: "Portland, TX and surrounding South Texas communities",
knowsAbout: "Holistic Wellness, Individuals seeking integrative wellness care, patients interested in holistic health approaches, people looking for medical services with a wellness philosophy",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Holistic Health Focus"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Locally Established"
}
],
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.