Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 45 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "The Reformery",
description: "The Reformery is a dedicated Pilates studio in Colorado Springs offering reformer-based Pilates classes designed to build strength, flexibility, and core stability. Located on West Colorado Avenue, they provide a focused environment for clients seeking low-impact, high-effectiveness fitness training through specialized Pilates instruction.",
url: "https://thereformerycolorado.com/",
telephone: "+1-719-342-9574",
address: {
@type: "PostalAddress",
streetAddress: "3404 W Colorado Ave",
addressLocality: "Colorado Springs",
addressRegion: "CO",
postalCode: "80904",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.855947199999996,
longitude: -104.878277
},
areaServed: "Colorado Springs, CO and surrounding areas",
knowsAbout: "Pilates Studios, Fitness enthusiasts seeking low-impact strength training, core conditioning clients, individuals recovering from injury, those new to Pilates",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Reformer-Focused Training"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Low-Impact Fitness"
}
],
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.