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: "Mamacita Yoga",
description: "Mamacita Yoga is a dedicated yoga studio in Dallas offering classes for all levels, from beginners to advanced practitioners. Located on Botham Jean Boulevard, they provide a welcoming community space focused on yoga practice, fitness, and wellness. The studio emphasizes accessibility and inclusivity, making yoga approachable for everyone regardless of experience.",
url: "https://www.mamacitayoga.com/",
telephone: "+1-214-981-1490",
address: {
@type: "PostalAddress",
streetAddress: "1409 Botham Jean Blvd",
addressLocality: "Dallas",
addressRegion: "TX",
postalCode: "75215",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.7669356,
longitude: -96.79534640000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "34",
bestRating: "5"
},
areaServed: "Dallas, TX and surrounding areas",
knowsAbout: "Yoga Studios, Yoga beginners, fitness enthusiasts, wellness seekers, community-oriented practitioners",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Community-Focused Studio"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Multiple Class Offerings"
}
],
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.