Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Pilates with Lacie",
description: "Pilates with Lacie offers personalized pilates instruction in Hailey, focusing on reformer and mat pilates classes tailored to individual fitness levels and goals. Lacie brings specialized expertise in helping clients build strength, improve flexibility, and enhance overall body awareness through mindful movement. Whether you're new to pilates or looking to deepen your practice, Lacie provides a welcoming, attentive approach to fitness.",
telephone: "+1-208-409-7838",
address: {
@type: "PostalAddress",
streetAddress: "111 N 1st Ave",
addressLocality: "Hailey",
addressRegion: "ID",
postalCode: "83333",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 43.5206151,
longitude: -114.3150726
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "3",
bestRating: "5"
},
areaServed: "Hailey, ID and surrounding Wood River Valley communities",
knowsAbout: "Pilates Studios, Fitness enthusiasts seeking personalized instruction, beginners exploring pilates, individuals recovering from injury or looking to improve mobility",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Instruction"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Accessible Location"
}
],
publisher: {
@type: "Organization",
name: "Lantern",
url: "https://lantern.llc",
contactPoint: {
@type: "ContactPoint",
email: "ai@lantern.llc",
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.