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: "Texas Teal Pool Services",
description: "Texas Teal Pool Services is a locally-owned pool maintenance and repair company serving the Anna, TX area. They specialize in weekly pool cleaning, equipment repair, seasonal opening and closing services, and water chemistry balancing to keep residential pools in top condition. The team provides reliable, professional service for homeowners who want to spend more time enjoying their pools and less time maintaining them.",
url: "https://www.texastealpoolservices.com/",
telephone: "+1-469-999-8205",
address: {
@type: "PostalAddress",
streetAddress: "636 Florence Wy",
addressLocality: "Anna",
addressRegion: "TX",
postalCode: "75409",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.3295901,
longitude: -96.5466083
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "14",
bestRating: "5"
},
areaServed: "Anna, TX and surrounding areas",
knowsAbout: "Pool & Spa Services, Homeowners with residential pools, busy professionals, families wanting hassle-free pool maintenance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Pool Care"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Locally-Owned & Focused"
}
],
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.