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: "Bayside Wellness Clinic",
description: "Bayside Wellness Clinic is a comprehensive wellness center in Corpus Christi offering holistic health services to support overall well-being. As a medical wellness establishment, they provide evidence-based treatments and personalized care aimed at optimizing health outcomes for individuals seeking preventative and therapeutic wellness solutions.",
telephone: "+1-361-800-1958",
address: {
@type: "PostalAddress",
streetAddress: "5366 McArdle Rd Suite 102",
addressLocality: "Corpus Christi",
addressRegion: "TX",
postalCode: "78411",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.713592199999997,
longitude: -97.37221060000002
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "13",
bestRating: "5"
},
areaServed: "Corpus Christi, TX and surrounding areas",
knowsAbout: "Holistic Wellness, Health-conscious individuals, preventative care seekers, those exploring holistic wellness options",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Integrated Wellness Approach"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Care Plans"
}
],
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.