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: "Anytime Fitness",
description: "Anytime Fitness is a 24/7 gym located in Collegedale offering members round-the-clock access to fitness equipment, cardio machines, and strength training facilities. As a franchise of the national Anytime Fitness brand, this location provides flexible membership options for people who want to work out on their own schedule, whether early morning, late night, or any time in between.",
url: "https://www.anytimefitness.com/locations/ooltewah-tennessee-5340/",
telephone: "+1-423-910-2229",
address: {
@type: "PostalAddress",
streetAddress: "5945 Elementary Wy suite 119",
addressLocality: "Collegedale",
addressRegion: "TN",
postalCode: "37363",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.0818819,
longitude: -85.0612683
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "79",
bestRating: "5"
},
areaServed: "Collegedale, TN and surrounding areas",
knowsAbout: "Fitness & Personal Training, People with unpredictable schedules, night shift workers, early risers, fitness enthusiasts seeking 24/7 gym access",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "24/7 Access"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Flexible Memberships"
}
],
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.