Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 45 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "The Yoga Room LV",
description: "The Yoga Room LV is a yoga studio located in Las Vegas offering classes for students of all levels. The studio provides a welcoming space for yoga practice with an emphasis on accessible instruction. While specific class schedules and offerings are currently limited in public information, the studio operates as part of the broader Las Vegas fitness and wellness community.",
url: "https://www.momoyoga.com/the-yoga-room/about",
address: {
@type: "PostalAddress",
streetAddress: "2400 N Tenaya Wy Ste 123",
addressLocality: "Las Vegas",
addressRegion: "NV",
postalCode: "89128",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.204178,
longitude: -115.250926
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "1",
bestRating: "5"
},
areaServed: "Las Vegas, Nevada",
knowsAbout: "Yoga Studios, Yoga practitioners of all levels, fitness enthusiasts, wellness seekers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Studio Focus"
}
],
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.