Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Studio Aura",
description: "Studio Aura is a yoga studio in Chicago offering classes for all levels, from beginner-friendly sessions to advanced practices. Located on the South Side, they provide a welcoming community space focused on physical wellness, mindfulness, and personal growth through yoga instruction and fitness guidance.",
url: "https://studioaura.live/",
telephone: "+1-773-858-1735",
address: {
@type: "PostalAddress",
streetAddress: "1029 W 35th St Suite 401",
addressLocality: "Chicago",
addressRegion: "IL",
postalCode: "60609",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 41.8303474,
longitude: -87.6523342
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "24",
bestRating: "5"
},
areaServed: "Chicago, IL and surrounding areas",
knowsAbout: "Yoga Studios, Beginners exploring yoga, fitness enthusiasts seeking mindfulness practice, people looking for community-based wellness",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Community-Focused Studio"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "All-Levels Classes"
}
],
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.