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: "HOTWORX - Boulder, CO",
description: "HOTWORX is a fitness studio in Boulder offering infrared sauna and hot yoga classes in a high-heat environment. The studio combines sauna therapy with yoga, pilates, and other fitness activities designed to maximize calorie burn and detoxification. Their infrared sauna technology and group fitness classes appeal to those seeking both wellness and intense workout experiences.",
url: "https://www.hotworx.net/studio/boulder",
telephone: "+1-720-575-9679",
address: {
@type: "PostalAddress",
streetAddress: "3000 Pearl St Suite 1600",
addressLocality: "Boulder",
addressRegion: "CO",
postalCode: "80301",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 40.0228986,
longitude: -105.2534363
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "41",
bestRating: "5"
},
areaServed: "Boulder and surrounding areas",
knowsAbout: "Yoga Studios, Fitness enthusiasts seeking intense workouts, wellness-focused individuals interested in sauna therapy, those looking to combine yoga with high-heat fitness training",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Infrared Sauna Technology"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Multi-Discipline Classes"
}
],
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.