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: "HOTWORX - Sun Prairie, WI",
description: "HOTWORX is a fitness studio in Sun Prairie that combines infrared sauna technology with yoga, HIIT workouts, and strength training in a heated environment. The studio offers a variety of class formats designed to maximize calorie burn and muscle recovery through the use of infrared heat. Members can enjoy flexible class schedules with both group fitness classes and sauna sessions available throughout the week.",
url: "https://www.hotworx.net/studio/sunprairie",
telephone: "+1-608-318-1432",
address: {
@type: "PostalAddress",
streetAddress: "2412 Montana Ave",
addressLocality: "Sun Prairie",
addressRegion: "WI",
postalCode: "53590",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 43.1866998,
longitude: -89.25867360000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "39",
bestRating: "5"
},
areaServed: "Sun Prairie, WI and surrounding Madison area",
knowsAbout: "Yoga Studios, Fitness enthusiasts seeking heat-enhanced workouts, yoga practitioners interested in infrared technology, individuals focused on muscle recovery and wellness, health-conscious adults wanting varied workout options",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Infrared Sauna Technology"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Multi-Format Classes"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Flexible Membership Model"
}
],
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.