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: "Happy Yoga & Dance Event Studio",
description: "Happy Yoga & Dance Event Studio in Jersey City offers yoga classes and dance instruction for all ages and skill levels. This multipurpose fitness facility serves families and individuals seeking wellness through movement, combining traditional yoga practice with contemporary dance training in a welcoming community environment.",
telephone: "+1-631-440-1411",
address: {
@type: "PostalAddress",
streetAddress: "100 Ocean Ave",
addressLocality: "Jersey City",
addressRegion: "NJ",
postalCode: "07305",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 40.691919299999995,
longitude: -74.0948835
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "27",
bestRating: "5"
},
areaServed: "Jersey City, NJ and surrounding areas",
knowsAbout: "Yoga Studios, Families, children seeking dance training, yoga beginners, fitness enthusiasts of all ages",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Multi-Generational Programming"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Dual Discipline Approach"
}
],
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.