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: "Studio Yogi",
description: "Studio Yogi is a yoga studio located in Chicago's South Side offering a variety of yoga classes for all levels. The studio provides a welcoming environment for practitioners seeking to develop their yoga practice, improve flexibility, and enhance overall wellness through traditional yoga instruction.",
url: "https://www.studioyogi.com/",
address: {
@type: "PostalAddress",
streetAddress: "1840 E 71st St",
addressLocality: "Chicago",
addressRegion: "IL",
postalCode: "60649",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 41.7663817,
longitude: -87.57957270000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "33",
bestRating: "5"
},
areaServed: "Chicago, IL and surrounding areas",
knowsAbout: "Yoga Studios, Yoga practitioners of all levels, fitness enthusiasts seeking low-impact exercise, individuals interested in wellness and mindfulness",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Community-Focused Studio"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "South Side Location"
}
],
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.