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: "Pool Cleaning for San Antonio",
description: "Pool Cleaning for San Antonio is a local pool maintenance company serving the San Antonio area with professional cleaning, repair, and chemical balancing services. With a focus on keeping residential pools in top condition year-round, they handle routine maintenance, equipment repairs, and water chemistry management to ensure clean and safe swimming environments.",
telephone: "+1-210-405-3293",
address: {
@type: "PostalAddress",
streetAddress: "5025 Northwest Loop 410",
addressLocality: "San Antonio",
addressRegion: "TX",
postalCode: "78229",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 29.490144800000003,
longitude: -98.58772719999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "47",
bestRating: "5"
},
areaServed: "San Antonio, TX and surrounding areas",
knowsAbout: "Pool & Spa Services, Homeowners with residential pools, busy professionals seeking recurring pool maintenance, families wanting year-round pool readiness",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Experienced Local Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive 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.