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: "Yoga at the Ranch",
description: "Yoga at the Ranch is a yoga experience located at Gladius the Show in Las Vegas, offering classes designed to complement the entertainment venue's unique atmosphere. They provide accessible yoga sessions for visitors and locals looking to integrate wellness activities into their Las Vegas experience.",
url: "https://gladiustheshow.net/experiences/yoga/",
telephone: "+1-702-904-0511",
address: {
@type: "PostalAddress",
streetAddress: "5636 Donald Rd",
addressLocality: "Las Vegas",
addressRegion: "NV",
postalCode: "89131",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.288603699999996,
longitude: -115.21955840000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "3",
bestRating: "5"
},
areaServed: "Las Vegas, NV and surrounding areas",
knowsAbout: "Yoga Studios, Entertainment venue visitors, Local wellness enthusiasts, Groups seeking combined entertainment and wellness activities",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Unique Venue Location"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Community-Focused Wellness"
}
],
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.