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: "Arquipools, LLC",
description: "Arquipools, LLC is a pool service company based in Alexandria, VA specializing in professional pool maintenance, repairs, and care. With a focus on keeping residential pools in peak condition, they offer comprehensive services to help pool owners enjoy crystal-clear water and properly functioning equipment year-round.",
telephone: "+1-703-280-3125",
address: {
@type: "PostalAddress",
streetAddress: "8588 Richmond Hwy #15604",
addressLocality: "Alexandria",
addressRegion: "VA",
postalCode: "22309",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.7258235,
longitude: -77.11624599999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "9",
bestRating: "5"
},
areaServed: "Alexandria and surrounding Northern Virginia communities",
knowsAbout: "Pool & Spa Services, Homeowners with residential pools, busy professionals seeking recurring pool care, pool owners wanting professional water chemistry management",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Professional Pool Maintenance"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Equipment Repair 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.