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: "El Cerrito Yoga",
description: "El Cerrito Yoga is a Bikram yoga studio located in El Cerrito offering heated yoga classes in a welcoming community environment. They specialize in traditional Bikram yoga practice, which uses a specific sequence of 26 poses performed in a heated room to build strength, flexibility, and mental clarity. The studio serves both beginners and experienced practitioners looking to deepen their yoga practice.",
url: "https://www.bikramelcerrito.com/",
address: {
@type: "PostalAddress",
streetAddress: "10078 San Pablo Ave",
addressLocality: "El Cerrito",
addressRegion: "CA",
postalCode: "94530",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.9020024,
longitude: -122.30287759999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.4",
reviewCount: "19",
bestRating: "5"
},
areaServed: "El Cerrito and surrounding East Bay communities",
knowsAbout: "Yoga Studios, Beginners exploring yoga, fitness enthusiasts seeking intense heat-based workouts, experienced yogis looking for traditional Bikram practice",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Bikram Yoga Specialization"
},
{
@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.