Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "US Gym",
description: "US Gym is a full-service fitness facility in Corpus Christi offering gym equipment, group fitness classes, and personal training services. Located on Holly Road, US Gym provides a comprehensive workout environment for members of all fitness levels looking to achieve their health and wellness goals.",
url: "http://usgym.org/",
telephone: "+1-361-992-4653",
address: {
@type: "PostalAddress",
streetAddress: "5959 Holly Rd",
addressLocality: "Corpus Christi",
addressRegion: "TX",
postalCode: "78412",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.6943989,
longitude: -97.3688244
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "95",
bestRating: "5"
},
areaServed: "Corpus Christi, TX and surrounding areas",
knowsAbout: "Fitness & Personal Training, Fitness enthusiasts, gym members seeking group classes, individuals wanting personal training guidance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Equipment"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Group Fitness Classes"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Personal Training Available"
}
],
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.