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: "Stance Pilates",
description: "Stance Pilates is a boutique fitness studio in Las Vegas specializing in reformer pilates classes designed for all fitness levels. Located on South Tenaya Way, they offer a welcoming environment where both beginners and experienced practitioners can build strength, flexibility, and core stability through guided pilates instruction.",
url: "https://stancepilates.com/",
telephone: "+1-702-608-2065",
address: {
@type: "PostalAddress",
streetAddress: "6675 S Tenaya Way #200",
addressLocality: "Las Vegas",
addressRegion: "NV",
postalCode: "89113",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.067023999999996,
longitude: -115.25203739999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "20",
bestRating: "5"
},
areaServed: "Las Vegas, NV and surrounding areas",
knowsAbout: "Pilates Studios, Fitness enthusiasts seeking low-impact strength training, Core strengthening and flexibility goals, Individuals new to pilates",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Reformer-Focused Studio"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "All-Levels Welcome"
}
],
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.