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: "Lab Athletics",
description: "The LAB is a Tampa-based fitness studio and gym offering dynamic group fitness classes that blend strength training, dance, and circuit workouts for all fitness levels. Led by passionate fitness experts and dance instructors, The LAB creates an inclusive, community-focused atmosphere where members can achieve their goals while having fun. They specialize in high-intensity 30-minute circuit training, energizing dance classes, and regular community events that foster connections among members.",
url: "https://thelabtampa.com/",
telephone: "+1-813-509-0681",
address: {
@type: "PostalAddress",
streetAddress: "3217 S MacDill Ave",
addressLocality: "Tampa",
addressRegion: "FL",
postalCode: "33629",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.9167095,
longitude: -82.4942186
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "88",
bestRating: "5"
},
areaServed: "Tampa, FL and surrounding areas",
knowsAbout: "Fitness & Personal Training, Fitness enthusiasts seeking group classes, dance lovers wanting to stay active, people new to fitness looking for an welcoming community, busy professionals wanting efficient 30-minute workouts",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Fitness Meets Dance"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Inclusive Community Atmosphere"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "High-Energy 30-Minute Workouts"
}
],
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.