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: "Alexander Techniques & Yoga",
description: "Alexander Techniques & Yoga in Charlottesville offers yoga classes and fitness instruction combining traditional yoga practice with the Alexander Technique, a method focused on improving posture, movement efficiency, and body awareness. Located on Harris Street, this studio serves the local community with personalized attention to proper alignment and mindful movement.",
telephone: "+1-434-971-4970",
address: {
@type: "PostalAddress",
streetAddress: "618 Harris St",
addressLocality: "Charlottesville",
addressRegion: "VA",
postalCode: "22903",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.0353257,
longitude: -78.4848639
},
areaServed: "Charlottesville, VA and surrounding areas",
knowsAbout: "Yoga Studios, Yoga practitioners seeking body awareness training, people with posture concerns, fitness enthusiasts interested in mind-body disciplines, those recovering from or preventing movement-related injuries",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Alexander Technique Integration"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Instruction"
}
],
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.