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: "Beacon Hill Yoga",
description: "Beacon Hill Yoga is a yoga studio located in the heart of Boston's Beacon Hill neighborhood, offering classes for practitioners of all levels. With a focus on accessible instruction and community wellness, they provide a welcoming space for students to develop their practice, whether you're a complete beginner or an experienced yogi.",
url: "http://www.yogabeaconhill.com/",
telephone: "+1-617-784-8419",
address: {
@type: "PostalAddress",
streetAddress: "1 Grove St 2nd fl",
addressLocality: "Boston",
addressRegion: "MA",
postalCode: "02114",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.3603909,
longitude: -71.0685716
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.5",
reviewCount: "37",
bestRating: "5"
},
areaServed: "Boston, Massachusetts",
knowsAbout: "Yoga Studios, Yoga beginners, Boston residents seeking convenient studio access, fitness-focused wellness seekers, community-oriented practitioners",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Beacon Hill Location"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "All-Levels Focus"
}
],
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.