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: "Get Fit Maryville",
description: "Get Fit Maryville is a full-service fitness center in Maryville offering personal training, group fitness classes, strength training, and gym facilities with modern equipment. The gym serves the local community with personalized coaching and community-focused fitness programming designed to help members achieve their health goals.",
url: "http://www.getfitmaryville.com/",
telephone: "+1-865-978-6422",
address: {
@type: "PostalAddress",
streetAddress: "911 E Broadway Ave",
addressLocality: "Maryville",
addressRegion: "TN",
postalCode: "37804",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.7624642,
longitude: -83.9650272
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "106",
bestRating: "5"
},
areaServed: "Maryville, TN and surrounding areas",
knowsAbout: "Fitness & Personal Training, Fitness beginners seeking guidance, gym enthusiasts wanting group motivation, individuals pursuing personalized training programs, community-oriented members",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Personal Training Available"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Group Fitness Classes"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Gym Facility"
}
],
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.