Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "studio shira",
description: "Studio Shira is a fitness studio in Boulder offering yoga, dance cardio, and strength training classes led by founder Shira. The studio specializes in energetic, music-driven workouts designed to build confidence and community, with drop-in classes and memberships available for all fitness levels.",
url: "https://shakeitwithshira.com/",
telephone: "+1-303-579-8212",
address: {
@type: "PostalAddress",
streetAddress: "2525 Arapahoe Ave Suite H-12",
addressLocality: "Boulder",
addressRegion: "CO",
postalCode: "80302",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 40.015333999999996,
longitude: -105.26016829999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "71",
bestRating: "5"
},
areaServed: "Boulder and surrounding areas",
knowsAbout: "Yoga Studios, Fitness beginners, dance enthusiasts, people seeking community-oriented workouts, those looking for confidence-building exercise",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Music-Driven Workouts"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Founded & Led by Shira"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Drop-In Friendly"
}
],
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.