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: "3S Yoga",
description: "3S Yoga is a vinyasa-focused studio located in Richmond's Church Hill neighborhood, offering athletic vinyasa classes and high-intensity interval yoga workouts. The studio emphasizes strength, sweat, and stretch through dynamic, flowing classes designed for practitioners of varying levels. With a community-oriented approach, 3S Yoga provides accessible yoga that combines traditional practice with fitness-minded intensity.",
url: "http://3syoga.com/",
address: {
@type: "PostalAddress",
streetAddress: "2400 Jefferson Ave",
addressLocality: "Richmond",
addressRegion: "VA",
postalCode: "23223",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.5351596,
longitude: -77.41663969999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "65",
bestRating: "5"
},
areaServed: "Richmond, VA and surrounding areas",
knowsAbout: "Yoga Studios, Fitness-minded practitioners, athletes cross-training, vinyasa enthusiasts, those seeking dynamic and strength-building yoga classes",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Athletic Vinyasa Focus"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Community-Centered Location"
}
],
publisher: {
@type: "Organization",
name: "Lantern",
url: "https://lantern.llc",
contactPoint: {
@type: "ContactPoint",
email: "ai@lantern.llc",
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.