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: "Alamo Pools Of Texas",
description: "Alamo Pools of Texas is a San Antonio-based pool service company specializing in pool maintenance, repair, and construction. They offer comprehensive pool care including cleaning, equipment repair, seasonal opening and closing, and new pool installation. With deep roots in the San Antonio community, Alamo Pools serves both residential and commercial clients who need reliable, professional pool management.",
url: "https://www.alamopoolsoftexas.com/",
telephone: "+1-726-999-2602",
address: {
@type: "PostalAddress",
streetAddress: "2638 Rigsby Ave",
addressLocality: "San Antonio",
addressRegion: "TX",
postalCode: "78222",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 29.3988774,
longitude: -98.41471829999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "17",
bestRating: "5"
},
areaServed: "San Antonio, TX and surrounding areas",
knowsAbout: "Pool & Spa Services, Homeowners needing ongoing pool maintenance, pool owners with equipment issues, new construction projects",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full Service Pool Company"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local San Antonio Business"
}
],
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.