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: "WaterBender Pool Repair",
description: "WaterBender Pool Repair specializes in comprehensive pool maintenance and repair services for residential customers throughout the Phoenix metro area. Based in Peoria, the company handles equipment repairs, water chemistry balancing, seasonal openings and closings, and troubleshooting for all pool types. With extensive experience and a focus on reliable service, WaterBender keeps pools running smoothly year-round.",
url: "http://azpool.repair/",
telephone: "+1-602-412-1673",
address: {
@type: "PostalAddress",
streetAddress: "8300 W Thunderbird Rd",
addressLocality: "Peoria",
addressRegion: "AZ",
postalCode: "85381",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.6097889,
longitude: -112.2375617
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "69",
bestRating: "5"
},
areaServed: "Peoria, Phoenix metro area, and surrounding communities",
knowsAbout: "Pool & Spa Services, Homeowners with existing pools, customers seeking regular maintenance plans, those needing emergency repair services",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Equipment Repair & Maintenance"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Water Chemistry Management"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Seasonal Services"
}
],
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.