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: "Cantu Johnston Pool Store",
description: "Cantu Johnston Pool Store is a locally-owned pool supply retailer in Laredo serving the Rio Grande Valley with a wide range of pool maintenance products, chemicals, and equipment. With decades of experience in the pool industry, they provide expertise in water chemistry, pool care solutions, and supplies for residential and commercial pools. Their knowledgeable staff helps customers select the right products for their pool's specific needs.",
telephone: "+1-956-722-6210",
address: {
@type: "PostalAddress",
streetAddress: "3920 Santa Ursula Ave",
addressLocality: "Laredo",
addressRegion: "TX",
postalCode: "78041",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.5352875,
longitude: -99.5035743
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.3",
reviewCount: "4",
bestRating: "5"
},
areaServed: "Laredo, TX and surrounding Rio Grande Valley areas",
knowsAbout: "Pool & Spa Services, Pool owners seeking regular maintenance supplies, homeowners needing water chemistry assistance, pool service professionals",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Pool Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full Product Range"
}
],
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.