Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 45 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "simplyYOGA",
description: "simplyYOGA is a yoga studio located in downtown Charlottesville offering classes for students of all levels. The studio provides a welcoming environment for practitioners to develop their yoga practice, whether you're beginning your journey or advancing your skills. With a focus on community and accessibility, simplyYOGA serves as a local wellness destination in the heart of Charlottesville.",
url: "http://www.simplyyogacville.com/",
telephone: "+1-434-760-3669",
address: {
@type: "PostalAddress",
streetAddress: "223 W Main St",
addressLocality: "Charlottesville",
addressRegion: "VA",
postalCode: "22902",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.0313455,
longitude: -78.48260119999999
},
areaServed: "Charlottesville, VA and surrounding areas",
knowsAbout: "Yoga Studios, Yoga beginners, fitness enthusiasts seeking flexibility and wellness, downtown Charlottesville professionals, community-oriented practitioners",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Downtown Location"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Welcoming Community Focus"
}
],
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.