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: "The Fitness Center",
description: "The Fitness Center in Mountain Brook is a full-service gym offering comprehensive fitness solutions for members of all levels. Located on Montclair Road, they provide state-of-the-art equipment, group fitness classes, and personalized training to help members achieve their health and wellness goals.",
url: "https://thefitnesscenter.org/",
telephone: "+1-205-870-1121",
address: {
@type: "PostalAddress",
streetAddress: "3900 Montclair Rd # 210",
addressLocality: "Mountain Brook",
addressRegion: "AL",
postalCode: "35213",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.5067772,
longitude: -86.7618767
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "27",
bestRating: "5"
},
areaServed: "Mountain Brook, Birmingham, AL and surrounding areas",
knowsAbout: "Fitness & Personal Training, Fitness enthusiasts seeking group classes, individuals wanting personal training, gym members of all fitness levels",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Fitness Facility"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Established Community Gym"
}
],
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.