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: "The Pilates Suite",
description: "The Pilates Suite is a specialized pilates studio in Las Vegas offering reformer pilates classes and personalized training for clients of all fitness levels. Located on Dean Martin Drive, the studio provides small group classes and private sessions designed to build strength, flexibility, and core stability through equipment-based pilates instruction.",
url: "https://www.thepilatessuite.com/",
telephone: "+1-702-202-1200",
address: {
@type: "PostalAddress",
streetAddress: "10680 Dean Martin Dr #115",
addressLocality: "Las Vegas",
addressRegion: "NV",
postalCode: "89141",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.99579370000001,
longitude: -115.18332249999997
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "4",
bestRating: "5"
},
areaServed: "Las Vegas, NV and surrounding areas",
knowsAbout: "Pilates Studios, Fitness enthusiasts seeking low-impact strength training, people recovering from injury, individuals wanting to improve core stability and flexibility",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Specialized Reformer Equipment"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Small Class Sizes"
}
],
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.