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: "Dugan Wellness Center",
description: "Dugan Wellness Center is a comprehensive wellness facility operated by Texas A&M University-Corpus Christi that serves the university community and local residents. The center offers fitness facilities, wellness programs, and health-related services designed to support physical and mental well-being. Located on Ocean Drive, it provides accessible wellness resources to help individuals achieve their health goals through structured programs and modern facilities.",
url: "http://recsports.tamucc.edu/",
telephone: "+1-361-825-2454",
address: {
@type: "PostalAddress",
streetAddress: "6300 Ocean Dr",
addressLocality: "Corpus Christi",
addressRegion: "TX",
postalCode: "78412",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.7115503,
longitude: -97.3241305
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.5",
reviewCount: "85",
bestRating: "5"
},
areaServed: "Corpus Christi, TX and surrounding areas",
knowsAbout: "Fitness & Personal Training, University students, faculty, staff, fitness enthusiasts, individuals seeking comprehensive wellness programs",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "University-Affiliated Facility"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Community Access"
}
],
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.