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: "Clear Water Pools",
description: "Clear Water Pools is a full-service pool company based in Virginia Beach specializing in pool maintenance, repairs, and seasonal services. They handle everything from routine cleaning and water chemistry balancing to equipment repair and seasonal opening/closing, ensuring pools remain safe and enjoyable year-round. Their experienced team serves residential clients throughout the Virginia Beach area.",
url: "http://clearwaterpoolsvb.com/",
telephone: "+1-757-816-9408",
address: {
@type: "PostalAddress",
streetAddress: "640 Reasor Dr",
addressLocality: "Virginia Beach",
addressRegion: "VA",
postalCode: "23464",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.820473,
longitude: -76.176109
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "4",
bestRating: "5"
},
areaServed: "Virginia Beach, VA and surrounding areas",
knowsAbout: "Pool & Spa Services, Residential pool owners, Seasonal homeowners, Busy professionals",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Virginia Beach Focus"
}
],
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.