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: "The Fitness Refinery",
description: "The Fitness Refinery is a full-service fitness center in Gastonia offering gym equipment, personal training, and fitness classes. With a 4.6-star rating from members, they focus on creating an accessible fitness environment for all experience levels. The facility combines standard gym amenities with personalized coaching to help members achieve their health and wellness goals.",
telephone: "+1-704-215-6140",
address: {
@type: "PostalAddress",
streetAddress: "300 S Firestone St #100g",
addressLocality: "Gastonia",
addressRegion: "NC",
postalCode: "28052",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.2596385,
longitude: -81.20089639999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "39",
bestRating: "5"
},
areaServed: "Gastonia, NC and surrounding areas",
knowsAbout: "Fitness & Personal Training, Fitness enthusiasts seeking personal guidance, beginners starting their fitness journey, people looking for a community-oriented gym environment",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Training Available"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Accessible 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.