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: "GC Fitness Studio",
description: "GC Fitness Studio is a gym and fitness facility located in Laredo offering health and fitness services. The studio provides a full-service gym experience for individuals looking to improve their physical fitness and wellness through various sports activities and training programs.",
telephone: "+1-956-706-2180",
address: {
@type: "PostalAddress",
streetAddress: "9802 McPherson Rd",
addressLocality: "Laredo",
addressRegion: "TX",
postalCode: "78045",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.5980792,
longitude: -99.4813704
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.4",
reviewCount: "7",
bestRating: "5"
},
areaServed: "Laredo, TX and surrounding areas",
knowsAbout: "Fitness & Personal Training, Fitness enthusiasts, gym members, individuals seeking structured training programs, health-conscious adults",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Gym Facility"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Community-Focused"
}
],
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.