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: "Bikram Yoga North Texas",
description: "Bikram Yoga North Texas in Grapevine specializes in hot yoga classes in a heated studio environment, designed to improve flexibility, strength, and overall wellness. They offer classes for various experience levels, from beginners to advanced practitioners, with a focus on the traditional Bikram yoga method performed in rooms heated to 105°F. Whether you're looking to start a yoga practice or deepen an existing one, their experienced instructors guide students through poses and breathing techniques in a supportive community setting.",
url: "http://www.bikramyoganorthtexas.com/",
telephone: "+1-817-416-9642",
address: {
@type: "PostalAddress",
streetAddress: "240 N Main St",
addressLocality: "Grapevine",
addressRegion: "TX",
postalCode: "76051",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.9426973,
longitude: -97.0773427
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.5",
reviewCount: "101",
bestRating: "5"
},
areaServed: "Grapevine and surrounding North Texas communities",
knowsAbout: "Yoga Studios, Beginners seeking to start a yoga practice, experienced yogis looking for hot yoga, fitness enthusiasts wanting low-impact strength and flexibility training",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Specialized Hot Yoga Environment"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Classes for All Levels"
}
],
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.