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: "Crenshaw Yoga & Dance",
description: "Crenshaw Yoga & Dance is an independent studio in Los Angeles offering yoga classes and dance instruction in a welcoming community environment. Located on Crenshaw Boulevard, they provide a space for movement, wellness, and creative expression for practitioners of all levels.",
url: "https://crenshawyogaanddance.com/",
telephone: "+1-323-294-7148",
address: {
@type: "PostalAddress",
streetAddress: "5426 Crenshaw Blvd",
addressLocality: "Los Angeles",
addressRegion: "CA",
postalCode: "90043",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.992308799999996,
longitude: -118.33040529999998
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "46",
bestRating: "5"
},
areaServed: "Los Angeles, CA and surrounding areas",
knowsAbout: "Yoga Studios, Yoga enthusiasts, dancers, fitness seekers, people exploring multiple movement practices",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Combined Yoga & Dance Offering"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Community-Focused 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.