Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 44 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Pilates Studio",
description: "Pilates Studio is a dedicated pilates facility located in Charlottesville offering classes and instruction in pilates techniques. The studio provides a focused environment for clients seeking to improve their strength, flexibility, and overall fitness through pilates practice.",
telephone: "+1-434-806-4137",
address: {
@type: "PostalAddress",
streetAddress: "2125 Ivy Rd",
addressLocality: "Charlottesville",
addressRegion: "VA",
postalCode: "22903",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.0438784,
longitude: -78.5123808
},
areaServed: "Charlottesville, VA and surrounding areas",
knowsAbout: "Pilates Studios, Fitness enthusiasts, individuals seeking core strengthening, those interested in low-impact exercise",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Dedicated Pilates Focus"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Charlottesville 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.