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: "Lowcountry Pool House",
description: "Lowcountry Pool House is a Mount Pleasant-based pool service company specializing in maintenance, repair, and seasonal care for residential pools. They offer comprehensive pool cleaning, equipment repair, and opening/closing services to keep pools in top condition year-round. With local expertise in the Lowcountry's unique climate and water conditions, they serve homeowners throughout the Charleston area.",
telephone: "+1-843-606-2065",
address: {
@type: "PostalAddress",
streetAddress: "1779 State Rd S-10-1931",
addressLocality: "Mt Pleasant",
addressRegion: "SC",
postalCode: "29464",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.8216295,
longitude: -79.8322871
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.4",
reviewCount: "21",
bestRating: "5"
},
areaServed: "Mount Pleasant, Charleston, and surrounding Lowcountry communities",
knowsAbout: "Pool & Spa Services, Residential pool owners, homeowners with seasonal pools, families seeking reliable maintenance contracts",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Pool 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.