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: "The River Yoga Sunnyside",
description: "The River Yoga Sunnyside is a yoga studio located in Denver's Sunnyside neighborhood offering group classes and fitness instruction. They provide a welcoming space for practitioners of all levels to develop their yoga practice and overall wellness.",
url: "https://weseektheriver.com/",
telephone: "+1-720-912-3760",
address: {
@type: "PostalAddress",
streetAddress: "4055 Inca St Suite 100",
addressLocality: "Denver",
addressRegion: "CO",
postalCode: "80211",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 39.7723509,
longitude: -104.9982347
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "51",
bestRating: "5"
},
areaServed: "Denver, Colorado",
knowsAbout: "Yoga Studios, Yoga practitioners of all levels, fitness enthusiasts, individuals seeking stress relief and wellness",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Sunnyside Location"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Multi-Service Fitness"
}
],
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.