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: "Chakra Power Yoga",
description: "Chakra Power Yoga is a dedicated yoga studio in Waltham offering dynamic power yoga classes for all experience levels. Located on Main Street, the studio provides a focused environment for students seeking to build strength, flexibility, and mindfulness through structured yoga practice.",
url: "http://www.chakrapoweryoga.com/",
telephone: "+1-617-833-3273",
address: {
@type: "PostalAddress",
streetAddress: "740 Main St",
addressLocality: "Waltham",
addressRegion: "MA",
postalCode: "02451",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.376005299999996,
longitude: -71.23996249999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "29",
bestRating: "5"
},
areaServed: "Waltham, MA and surrounding communities",
knowsAbout: "Yoga Studios, Fitness enthusiasts seeking yoga, practitioners wanting to build strength and endurance, individuals new to yoga looking for a welcoming community",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Power Yoga Focus"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Convenient Location"
}
],
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.