Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 44 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Body Mind & Soul Yoga",
description: "Body Mind & Soul Yoga is a yoga studio in Lubbock offering classes for practitioners of all levels. Located on 22nd Place, they provide a dedicated space for yoga practice, fitness, and wellness with a focus on mind-body connection.",
telephone: "+1-806-786-7141",
address: {
@type: "PostalAddress",
streetAddress: "4321 22nd Pl",
addressLocality: "Lubbock",
addressRegion: "TX",
postalCode: "79410",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.5744658,
longitude: -101.90427559999999
},
areaServed: "Lubbock, TX and surrounding areas",
knowsAbout: "Yoga Studios, Yoga beginners, fitness enthusiasts seeking low-impact exercise, practitioners focused on mindfulness and wellness",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Dedicated Yoga Studio"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Holistic Approach"
}
],
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.