Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Bikram Yoga OKC",
description: "Bikram Yoga OKC specializes in traditional Bikram yoga, a dynamic practice performed in a heated room (105°F) designed to increase flexibility, build strength, and promote detoxification. Located in Oklahoma City, the studio offers classes for all experience levels in an authentic Bikram environment with certified instructors dedicated to helping practitioners achieve their fitness and wellness goals.",
url: "http://bikramyogaokc.com/",
telephone: "+1-405-278-6944",
address: {
@type: "PostalAddress",
streetAddress: "210 S Ellison Ave",
addressLocality: "Oklahoma City",
addressRegion: "OK",
postalCode: "73108",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.4639172,
longitude: -97.5341382
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "83",
bestRating: "5"
},
areaServed: "Oklahoma City and surrounding areas",
knowsAbout: "Yoga Studios, Fitness enthusiasts seeking hot yoga, beginners exploring yoga practice, athletes looking to improve flexibility and recovery, wellness-focused individuals",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Authentic Bikram Method"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Certified Instructors"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "All-Levels Welcome"
}
],
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.