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: "TruBlue Pool & Spa",
description: "TruBlue Pool & Spa is a local pool and spa service company serving the Star, Idaho area. They provide comprehensive pool maintenance, repair, and spa services to keep residential pools and hot tubs operating smoothly year-round. With a perfect 5-star rating, they're known for reliable, professional service and customer satisfaction.",
telephone: "+1-208-891-2664",
address: {
@type: "PostalAddress",
streetAddress: "6675 Trinity Creek Ln",
addressLocality: "Star",
addressRegion: "ID",
postalCode: "83669",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 43.6864825,
longitude: -116.52730479999998
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "5",
bestRating: "5"
},
areaServed: "Star, Idaho and surrounding communities",
knowsAbout: "Pool & Spa Services, Homeowners with pools or hot tubs, Year-round pool maintenance customers, Seasonal opening and closing needs",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Expert Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Care"
}
],
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.