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: "Elevate Fitness",
description: "Elevate Fitness is a full-service gym located in Kannapolis offering strength training, cardio equipment, and group fitness classes. The facility provides personal training, sports conditioning, and a variety of workout programs designed to help members achieve their fitness goals in a supportive community environment.",
url: "http://elevatefit.pushpress.com/",
telephone: "+1-704-652-2950",
address: {
@type: "PostalAddress",
streetAddress: "1778 Dale Earnhardt Blvd",
addressLocality: "Kannapolis",
addressRegion: "NC",
postalCode: "28083",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.4797678,
longitude: -80.6142594
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "31",
bestRating: "5"
},
areaServed: "Kannapolis, NC and surrounding areas",
knowsAbout: "Fitness & Personal Training, Fitness enthusiasts of all levels, people seeking personal training, group fitness class participants, athletes in sports conditioning",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Equipment"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Personal Training Available"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Community-Focused"
}
],
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.