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: "Quadir Fitness",
description: "Quadir Fitness is a full-service gym and sports training facility in San Antonio offering personal training, group fitness classes, sports coaching, and athletic development programs. The facility serves fitness enthusiasts of all levels, from beginners looking to start their fitness journey to athletes seeking specialized sports coaching and conditioning.",
url: "https://www.quadirfitness.com/",
telephone: "+1-443-968-5371",
address: {
@type: "PostalAddress",
streetAddress: "1207 San Francisco",
addressLocality: "San Antonio",
addressRegion: "TX",
postalCode: "78201",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 29.4687953,
longitude: -98.5134487
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "25",
bestRating: "5"
},
areaServed: "San Antonio, TX and surrounding areas",
knowsAbout: "Fitness & Personal Training, Athletes seeking sports coaching, fitness beginners, individuals wanting personal training, group fitness participants",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Multi-Service Sports Facility"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Experienced Coaching Staff"
}
],
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.