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: "Maven. A Yoga Studio.",
description: "Maven is a heated yoga studio located in Seattle's Fremont neighborhood offering a range of classes from deep flow to gentle, mellow practices—all emphasizing breath work and personalized attention. Founded on a mission to help students leave feeling like better humans, Maven features expert instructors who bring their own unique style to each class. They welcome newcomers with a 21-day unlimited yoga trial ($55) designed to help you explore different class types and teachers.",
url: "http://www.maven-yoga.com/",
telephone: "+1-206-397-3619",
address: {
@type: "PostalAddress",
streetAddress: "3516 Fremont Pl N suite d",
addressLocality: "Seattle",
addressRegion: "WA",
postalCode: "98103",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 47.6510484,
longitude: -122.35027849999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "160",
bestRating: "5"
},
areaServed: "Seattle and surrounding areas",
knowsAbout: "Yoga Studios, Yoga beginners seeking community support, experienced practitioners wanting heated flow classes, people new to Seattle looking to build local fitness habits",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Heated Yoga Studio"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Expert Teacher Roster"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "21-Day New Student Trial"
}
],
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.