Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 49 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Pause Studio",
description: "Pause Studio is a yoga and fitness center located in Cambridge offering classes and training for students of all levels. As a dedicated studio space, they provide a focused environment for yoga practice and fitness activities in the heart of Cambridge.",
address: {
@type: "PostalAddress",
streetAddress: "91 Hampshire St",
addressLocality: "Cambridge",
addressRegion: "MA",
postalCode: "02141",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.3690039,
longitude: -71.09487039999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "8",
bestRating: "5"
},
areaServed: "Cambridge, MA and surrounding areas",
knowsAbout: "Yoga Studios, Yoga practitioners, fitness enthusiasts, students, professionals seeking wellness in Cambridge",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Dedicated Studio Space"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Accessible 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.