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: "Mystic Mandala",
description: "Mystic Mandala is a yoga studio in Plano offering a variety of yoga classes for all experience levels, from beginners to advanced practitioners. Located at Spring Creek Parkway, they provide a welcoming environment for students seeking to improve flexibility, strength, and mental wellness through yoga practice.",
url: "https://mysticmandala.org/",
telephone: "+1-972-750-1419",
address: {
@type: "PostalAddress",
streetAddress: "2121 Spring Creek Pkwy",
addressLocality: "Plano",
addressRegion: "TX",
postalCode: "75023",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.058598499999995,
longitude: -96.73798389999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "107",
bestRating: "5"
},
areaServed: "Plano, TX and surrounding areas",
knowsAbout: "Yoga Studios, Beginners starting a yoga practice, experienced yogis seeking varied classes, fitness enthusiasts looking for flexibility and strength training, individuals interested in holistic wellness",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Accessible to All Levels"
},
{
@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.