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: "Revel Method Pilates",
description: "Revel Method Pilates is a dedicated pilates studio in Madison offering reformer pilates classes designed to strengthen, lengthen, and tone the body. Located on South Park Street, they provide a focused approach to pilates fitness with an emphasis on proper form and controlled movements. Their classes cater to various fitness levels and goals, making pilates accessible to both beginners and experienced practitioners.",
url: "https://revelmethodpilates.com/",
telephone: "+1-608-216-8209",
address: {
@type: "PostalAddress",
streetAddress: "1101 S Park St",
addressLocality: "Madison",
addressRegion: "WI",
postalCode: "53715",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 43.054901,
longitude: -89.3968615
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "8",
bestRating: "5"
},
areaServed: "Madison, WI and surrounding areas",
knowsAbout: "Pilates Studios, Fitness enthusiasts seeking low-impact strength training, individuals recovering from injury, people looking to improve flexibility and posture, beginners new to pilates",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Reformer-Focused Studio"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Community-Oriented Classes"
}
],
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.