Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Pristine Pools and Spas Utah",
description: "Pristine Pools and Spas Utah is a pool and spa service company based in Midvale offering maintenance, repair, and care solutions for residential pools and hot tubs. They provide water chemistry balancing, equipment repair, and seasonal opening and closing services to help homeowners maintain their aquatic features year-round.",
telephone: "+1-801-910-9750",
address: {
@type: "PostalAddress",
streetAddress: "6985 Union Park Center Suite 205",
addressLocality: "Midvale",
addressRegion: "UT",
postalCode: "84047",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 40.623471599999995,
longitude: -111.8573819
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "2.3",
reviewCount: "3",
bestRating: "5"
},
areaServed: "Midvale, UT and surrounding areas",
knowsAbout: "Pool & Spa Services, Residential pool owners, Hot tub owners, Homeowners seeking seasonal pool services",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Pool Care"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Midvale Service"
}
],
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.