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: "Reformer fitness studio",
description: "Reformer Fitness Studio is a specialized fitness facility in Jonestown offering reformer pilates classes designed to build strength, flexibility, and core stability. They provide a focused approach to pilates training using specialized reformer equipment, catering to clients seeking low-impact, functional fitness in a dedicated studio environment.",
url: "https://www.reformerfitnessstudio.com/",
telephone: "+1-512-694-8202",
address: {
@type: "PostalAddress",
streetAddress: "18700 RM 1431 unit K",
addressLocality: "Jonestown",
addressRegion: "TX",
postalCode: "78645",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 30.490283100000003,
longitude: -97.92534529999999
},
areaServed: "Jonestown, TX and surrounding areas",
knowsAbout: "Pilates Studios, Fitness enthusiasts seeking low-impact training, core strength builders, individuals recovering from injury, people looking for focused pilates instruction",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Specialized Reformer Equipment"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Dedicated Pilates Focus"
}
],
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.