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: "Azzurro Pool Services Arlington VA",
description: "Azzurro Pool Services is a full-service pool maintenance and repair company serving the Arlington area. They provide recurring pool cleaning, equipment repair, seasonal opening and closing services, and water chemistry balancing to keep residential pools in optimal condition year-round.",
url: "http://www.azzurropoolservices.com/",
telephone: "+1-630-750-3378",
address: {
@type: "PostalAddress",
streetAddress: "2709 11th St S",
addressLocality: "Arlington",
addressRegion: "VA",
postalCode: "22204",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.8618197,
longitude: -77.0857781
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "2",
bestRating: "5"
},
areaServed: "Arlington, Virginia and surrounding areas",
knowsAbout: "Pool & Spa Services, Homeowners with residential pools seeking reliable recurring maintenance, pool owners needing equipment repair, seasonal pool preparation",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service 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.