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: "Zen Yoga Center",
description: "Zen Yoga Center in Cary is a dedicated yoga studio offering classes for all experience levels, from beginners to advanced practitioners. Located on Lake Pine Drive, they provide a welcoming environment for students seeking to develop their yoga practice, improve flexibility, and enhance overall wellness through guided instruction and community-based classes.",
url: "http://www.zenyogacenter.com/",
telephone: "+1-919-238-3763",
address: {
@type: "PostalAddress",
streetAddress: "1831 Lake Pine Dr #101",
addressLocality: "Cary",
addressRegion: "NC",
postalCode: "27511",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.745330599999996,
longitude: -78.81821289999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "17",
bestRating: "5"
},
areaServed: "Cary, NC and surrounding areas",
knowsAbout: "Yoga Studios, Beginners exploring yoga, fitness enthusiasts seeking flexibility and wellness, individuals looking for community-based fitness classes",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "All-Levels Classes"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Community-Focused Studio"
}
],
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.