Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "BJJ X Yoga Studio",
description: "BJJ x Yoga Studio in Chicago offers Brazilian Jiu-Jitsu classes for both adults and children, alongside mixed-level yoga and specialized yoga-for-BJJ programs. This unique combination allows students to develop martial arts skills while incorporating flexibility, mindfulness, and injury prevention through yoga. The studio caters to practitioners at all experience levels, from beginners to advanced athletes.",
url: "http://www.bjjxyogastudio.com/",
telephone: "+1-586-344-6618",
address: {
@type: "PostalAddress",
streetAddress: "3700 S Iron St",
addressLocality: "Chicago",
addressRegion: "IL",
postalCode: "60609",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 41.8267508,
longitude: -87.6595863
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "30",
bestRating: "5"
},
areaServed: "Chicago, IL",
knowsAbout: "Yoga Studios, BJJ athletes seeking complementary flexibility training, martial arts enthusiasts, families looking for kids and adult classes, yoga practitioners interested in martial arts",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Integrated BJJ + Yoga Approach"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "All-Ages Programming"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Mixed-Level 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.