Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Meta Fitness Studio",
description: "Meta Fitness Studio is a gym and fitness center located in Mountain Brook offering comprehensive fitness services to the local community. They provide a full range of workout equipment and fitness facilities designed to support members' health and wellness goals. The studio serves as a dedicated fitness hub for individuals seeking professional gym access and structured fitness programs.",
telephone: "+1-205-783-1218",
address: {
@type: "PostalAddress",
streetAddress: "3150 Overton Rd",
addressLocality: "Mountain Brook",
addressRegion: "AL",
postalCode: "35223",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.4672996,
longitude: -86.7330807
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "54",
bestRating: "5"
},
areaServed: "Mountain Brook, AL and surrounding areas",
knowsAbout: "Fitness & Personal Training, Fitness enthusiasts, gym members seeking quality equipment, individuals starting a fitness routine",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Dedicated Fitness Facility"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Community-Focused Location"
}
],
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.