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: "Anytime Fitness",
description: "Anytime Fitness is a 24-hour gym in Colorado Springs offering state-of-the-art cardio equipment, free weights, strength training machines, and group fitness classes. As a member-based fitness center, they provide flexible membership options and a supportive community environment for individuals pursuing their health and wellness goals at any time of day.",
url: "https://www.anytimefitness.com/locations/colorado-springs-colorado-4280/",
telephone: "+1-719-284-5200",
address: {
@type: "PostalAddress",
streetAddress: "6945 Austin Bluffs Pkwy",
addressLocality: "Colorado Springs",
addressRegion: "CO",
postalCode: "80923",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.9327902,
longitude: -104.7406654
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "818",
bestRating: "5"
},
areaServed: "Colorado Springs, CO and surrounding areas",
knowsAbout: "Fitness & Personal Training, Busy professionals, early risers, night shift workers, fitness enthusiasts of all levels",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "24/7 Access"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Equipment"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Flexible Membership Options"
}
],
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.