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: "Lagree Lab",
description: "Lagree Lab is a fitness studio in Las Vegas specializing in Lagree fitness, an intense, low-impact workout method that uses the Megaformer machine to build strength and endurance. They offer a variety of class formats including private sessions and group classes for all fitness levels, with a focus on effective, equipment-based training. The studio features a personalized app for class booking and member management.",
url: "http://www.lagreelab.com/",
telephone: "+1-702-992-3567",
address: {
@type: "PostalAddress",
streetAddress: "6111 S Buffalo Dr Suite 120",
addressLocality: "Las Vegas",
addressRegion: "NV",
postalCode: "89113",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.0765788,
longitude: -115.261324
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "62",
bestRating: "5"
},
areaServed: "Las Vegas, NV and surrounding areas",
knowsAbout: "Fitness & Personal Training, Fitness enthusiasts seeking low-impact strength training, people recovering from injury, busy professionals wanting efficient workouts, group fitness class participants",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Megaformer Machine Training"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Member App"
}
],
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.