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: "Aqua Blue Pools of Charleston",
description: "Aqua Blue Pools of Charleston is a full-service pool company serving the Charleston area with comprehensive pool maintenance, repair, and construction services. They specialize in keeping residential pools clean, balanced, and functioning year-round, while also offering equipment repairs and seasonal opening/closing services. Their experienced team handles everything from routine weekly maintenance to complex repairs and new pool installations.",
url: "https://www.aquabluepools.net/",
telephone: "+1-843-767-7665",
address: {
@type: "PostalAddress",
streetAddress: "5190 Towles Rd",
addressLocality: "Hollywood",
addressRegion: "SC",
postalCode: "29449",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.7415737,
longitude: -80.2078642
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.4",
reviewCount: "111",
bestRating: "5"
},
areaServed: "Charleston, South Carolina and surrounding areas",
knowsAbout: "Pool & Spa Services, Homeowners with residential pools, New pool owners, Property managers with multiple pools",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Pool Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Year-Round 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.