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: "Collective Yoga",
description: "Collective Yoga is a full-service yoga studio in Virginia Beach offering classes for all experience levels, from beginners to advanced practitioners. They provide a welcoming community-focused environment with diverse class styles and times to fit different schedules. Their studio combines traditional yoga instruction with a commitment to building a supportive fitness community.",
url: "https://www.collectiveyogavb.com/",
telephone: "+1-757-201-9044",
address: {
@type: "PostalAddress",
streetAddress: "3936 Virginia Beach Blvd",
addressLocality: "Virginia Beach",
addressRegion: "VA",
postalCode: "23452",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.8414959,
longitude: -76.1106284
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "19",
bestRating: "5"
},
areaServed: "Virginia Beach, VA and surrounding areas",
knowsAbout: "Yoga Studios, Beginners exploring yoga, experienced practitioners seeking community, fitness enthusiasts looking for low-impact exercise",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Community-Focused Studio"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Diverse Class Offerings"
}
],
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.