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: "Cai Wei Yoga",
description: "Cai Wei Yoga is a dedicated yoga studio in Bellevue offering classes for practitioners of all levels. Founded with a focus on accessible instruction, the studio provides a welcoming environment for both beginners exploring yoga and experienced practitioners seeking to deepen their practice.",
url: "http://www.caiweiyoga.com/",
telephone: "+1-206-669-9346",
address: {
@type: "PostalAddress",
streetAddress: "13555 NE Bel Red Rd #119",
addressLocality: "Bellevue",
addressRegion: "WA",
postalCode: "98005",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 47.622357,
longitude: -122.1601481
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "24",
bestRating: "5"
},
areaServed: "Bellevue and surrounding Eastside communities",
knowsAbout: "Yoga Studios, Yoga beginners, fitness enthusiasts seeking mind-body practice, stress relief seekers, all experience levels",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Beginner-Friendly Instruction"
},
{
@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.