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: "LaPoseYoga",
description: "LaPoseYoga is a dedicated yoga studio in Durham offering classes for all experience levels. They provide a welcoming environment for practitioners to develop their yoga practice, with options designed to accommodate both beginners and experienced yogis. The studio focuses on creating an inclusive community space for physical fitness and wellness through yoga instruction.",
url: "https://www.laposeyoga.com/",
telephone: "+1-857-636-2802",
address: {
@type: "PostalAddress",
streetAddress: "212 Landreth Ct",
addressLocality: "Durham",
addressRegion: "NC",
postalCode: "27713",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.895803300000004,
longitude: -78.92452759999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "18",
bestRating: "5"
},
areaServed: "Durham, NC and surrounding areas",
knowsAbout: "Yoga Studios, Yoga beginners, fitness enthusiasts seeking low-impact exercise, community-oriented practitioners",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Welcoming Community Focus"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "All-Levels Classes"
}
],
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.