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: "Uplifted Gym",
description: "Uplifted Gym is a full-service fitness facility in Meridian offering strength training, group fitness classes, and personalized coaching to help members achieve their health goals. With a focus on creating an inclusive, supportive community atmosphere, Uplifted Gym provides modern equipment, expert instruction, and flexible membership options for all fitness levels.",
url: "http://upliftedgym.com/",
telephone: "+1-208-871-1344",
address: {
@type: "PostalAddress",
streetAddress: "3410 W Nelis Dr STE 100",
addressLocality: "Meridian",
addressRegion: "ID",
postalCode: "83646",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 43.6366089,
longitude: -116.4372513
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "107",
bestRating: "5"
},
areaServed: "Meridian, ID and surrounding areas",
knowsAbout: "Fitness & Personal Training, Fitness beginners, serious strength trainers, group class enthusiasts, people seeking personalized coaching",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Community-Focused Approach"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Fitness Services"
}
],
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.