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: "Your Fitness 365 A 24 Hour Gym",
description: "Your Fitness 365 is a 24-hour gym located in San Antonio offering flexible access to fitness facilities around the clock. With amenities including a sauna and spa, the gym caters to members seeking convenient workout options at any time of day. The facility provides a welcoming environment for fitness enthusiasts of all levels who need non-traditional hours.",
url: "http://yourfitness365sa.com/",
telephone: "+1-210-236-7219",
address: {
@type: "PostalAddress",
streetAddress: "9703 Bandera Rd Suite 101",
addressLocality: "San Antonio",
addressRegion: "TX",
postalCode: "78250",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 29.535108899999994,
longitude: -98.6482049
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.3",
reviewCount: "75",
bestRating: "5"
},
areaServed: "San Antonio, TX and surrounding areas",
knowsAbout: "Fitness & Personal Training, Shift workers, early risers, night owls, busy professionals seeking flexible workout schedules",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "24-Hour Access"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Sauna & Spa Amenities"
}
],
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.