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: "Aqua Clear Pool Management",
description: "Aqua Clear Pool Management is a full-service pool care company serving Rock Hill and surrounding areas. They specialize in weekly pool maintenance, equipment repair, seasonal opening and closing services, and water chemistry management to keep residential pools clean, safe, and properly balanced year-round.",
telephone: "+1-803-242-7389",
address: {
@type: "PostalAddress",
streetAddress: "2300 Ebenezer Rd",
addressLocality: "Rock Hill",
addressRegion: "SC",
postalCode: "29732",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 34.9718407,
longitude: -81.054496
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.4",
reviewCount: "18",
bestRating: "5"
},
areaServed: "Rock Hill, SC and surrounding areas",
knowsAbout: "Pool & Spa Services, Residential pool owners, Busy homeowners seeking recurring maintenance, Seasonal pool users",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Pool Care"
},
{
@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.