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: "Aquarius Pool & Supply",
description: "Aquarius Pool & Supply is a full-service pool company in Eagle Pass serving the South Texas region. They provide pool construction, equipment repair, maintenance services, and a retail supply shop for all your pool and spa needs. Their experienced team handles everything from new pool builds to seasonal opening and closing, water chemistry balancing, and equipment repairs.",
telephone: "+1-830-513-1622",
address: {
@type: "PostalAddress",
streetAddress: "2911 El Indio Hwy",
addressLocality: "Eagle Pass",
addressRegion: "TX",
postalCode: "78852",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 28.685004799999994,
longitude: -100.4719689
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "23",
bestRating: "5"
},
areaServed: "Eagle Pass, TX and surrounding South Texas communities",
knowsAbout: "Pool & Spa Services, Pool owners needing construction or renovation, homeowners seeking regular maintenance and equipment repair, buyers of pool supplies and chemicals",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Complete Pool Solutions"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Expertise"
}
],
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.