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: "The Pilates Institute of Boulder",
description: "The Pilates Institute of Boulder offers comprehensive pilates instruction in a welcoming Boulder studio, with classes ranging from beginner-friendly mat pilates to advanced reformer work. The studio specializes in creating personalized programs that accommodate various fitness levels and goals, helping clients build strength, flexibility, and body awareness through authentic pilates principles.",
url: "https://www.pilatesinstituteboulder.com/",
telephone: "+1-303-748-7631",
address: {
@type: "PostalAddress",
streetAddress: "805 S Broadway Ste 201",
addressLocality: "Boulder",
addressRegion: "CO",
postalCode: "80305",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 39.9820844,
longitude: -105.24753319999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "8",
bestRating: "5"
},
areaServed: "Boulder, Colorado and surrounding areas",
knowsAbout: "Pilates Studios, Fitness enthusiasts seeking low-impact strength training, people recovering from injury, those new to pilates, athletes looking to improve flexibility and core strength",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Specialized Pilates Instruction"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Flexible Class 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.