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: "Hot Tub Heaven",
description: "Hot Tub Heaven is a Colorado Springs-based hot tub and spa retailer offering sales, installation, maintenance, and repair services. They provide a full range of hot tubs, spas, and related equipment, along with expert service to keep systems running smoothly. Their combination of retail expertise and hands-on service support makes them a complete resource for hot tub ownership.",
url: "http://www.hottub-heaven.com/",
telephone: "+1-719-528-8011",
address: {
@type: "PostalAddress",
streetAddress: "4039 Tutt Blvd",
addressLocality: "Colorado Springs",
addressRegion: "CO",
postalCode: "80922",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.890212,
longitude: -104.71437300000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.4",
reviewCount: "106",
bestRating: "5"
},
areaServed: "Colorado Springs and surrounding areas",
knowsAbout: "Pool & Spa Services, Hot tub buyers, existing spa owners needing repairs or maintenance, homeowners seeking professional installation",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Provider"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Expertise"
}
],
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.