Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 44 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "BODY Pilates",
description: "BODY Pilates is a Houston-based pilates studio offering mat and reformer pilates classes designed to improve strength, flexibility, and overall fitness. Located in the Centrepark area, the studio provides personalized instruction in a boutique setting focused on helping clients achieve their fitness goals through controlled pilates movements.",
telephone: "+1-832-748-0018",
address: {
@type: "PostalAddress",
streetAddress: "10221 Centrepark Dr Ste. 1228",
addressLocality: "Houston",
addressRegion: "TX",
postalCode: "77043",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 29.829473399999998,
longitude: -95.5480979
},
areaServed: "Houston, TX and surrounding areas",
knowsAbout: "Pilates Studios, Fitness enthusiasts seeking low-impact strength training, individuals recovering from injury, anyone looking to improve core strength and flexibility",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Boutique Studio Setting"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Multiple Pilates Formats"
}
],
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.