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: "The Center Yoga Collective",
description: "The Center Yoga Collective is a yoga and pilates studio located in downtown Harrisonburg's historic Ice House Studios. They offer a variety of in-person and online classes for all levels, plus yoga teacher training and physical therapy services. Known for their welcoming community atmosphere and flexible practice options, they serve both local students and practitioners nationwide through their virtual classes.",
url: "https://thecenteryogacollective.org/",
telephone: "+1-540-383-9052",
address: {
@type: "PostalAddress",
streetAddress: "217 S Liberty St #201",
addressLocality: "Harrisonburg",
addressRegion: "VA",
postalCode: "22801",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.447080199999995,
longitude: -78.8714966
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "64",
bestRating: "5"
},
areaServed: "Harrisonburg, VA and surrounding areas; online classes nationwide",
knowsAbout: "Holistic Wellness, Yoga practitioners of all levels, aspiring yoga teachers, people seeking mind-body wellness, those interested in pilates and functional fitness",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Hybrid In-Person & Online Classes"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Yoga Teacher Training"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Physical Therapy Services"
}
],
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.