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: "Structure Pilates",
description: "Structure Pilates offers reformer and mat pilates classes in Charlottesville, focusing on building strength and improving flexibility through controlled movements. Located in downtown Charlottesville, they provide a welcoming environment for practitioners of all fitness levels to develop core stability and body awareness.",
telephone: "+1-434-825-1514",
address: {
@type: "PostalAddress",
streetAddress: "1110 E Market St Suite 7N",
addressLocality: "Charlottesville",
addressRegion: "VA",
postalCode: "22902",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.0271931,
longitude: -78.47080369999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "1",
bestRating: "5"
},
areaServed: "Charlottesville, VA and surrounding areas",
knowsAbout: "Pilates Studios, Fitness enthusiasts seeking core strengthening, people new to pilates, individuals looking for low-impact exercise",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Downtown Location"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Mixed Class Formats"
}
],
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.