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: "Sense Pilates",
description: "Sense Pilates is a Houston-based studio offering reformer pilates and mat pilates classes designed for all fitness levels. Located on W Gray Street, they provide both group classes and private sessions in an intimate setting focused on building strength, flexibility, and body awareness through controlled pilates movements.",
url: "https://sensepilates.com/",
telephone: "+1-346-232-1299",
address: {
@type: "PostalAddress",
streetAddress: "1965 W Gray St",
addressLocality: "Houston",
addressRegion: "TX",
postalCode: "77019",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 29.752665099999994,
longitude: -95.4070654
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "56",
bestRating: "5"
},
areaServed: "Houston, TX and surrounding areas",
knowsAbout: "Pilates Studios, Fitness enthusiasts seeking low-impact strength training, individuals new to pilates, people recovering from injury, those looking for personalized attention in group classes",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Small Class Sizes"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Reformer & Mat Options"
}
],
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.