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: "Pop Up Yoga",
description: "Pop Up Yoga is a yoga studio located in downtown Charlottesville offering yoga classes for all levels. As a dedicated yoga facility, they provide a welcoming space for practitioners to build strength, flexibility, and mindfulness through guided yoga instruction.",
telephone: "+1-434-218-2095",
address: {
@type: "PostalAddress",
streetAddress: "313 2nd St SE",
addressLocality: "Charlottesville",
addressRegion: "VA",
postalCode: "22902",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.0285509,
longitude: -78.48118930000001
},
areaServed: "Charlottesville, VA",
knowsAbout: "Yoga Studios, Yoga practitioners of all levels, fitness enthusiasts, individuals seeking mindfulness and wellness practices",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Downtown Location"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Community-Focused Studio"
}
],
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.