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: "Zen pool service LLC",
description: "Zen Pool Service LLC provides comprehensive pool maintenance and care services to Norman and the surrounding Oklahoma City metro area. Specializing in routine pool cleaning, equipment repair, and water chemistry balancing, they help residential pool owners keep their systems running smoothly year-round. With a focus on reliable service and customer satisfaction, Zen Pool Service is a local, independent operator serving the community.",
telephone: "+1-405-626-4780",
address: {
@type: "PostalAddress",
streetAddress: "13628 Mesquite Rd",
addressLocality: "Norman",
addressRegion: "OK",
postalCode: "73026",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.1904641,
longitude: -97.2410316
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "1",
bestRating: "5"
},
areaServed: "Norman, Oklahoma and surrounding Oklahoma City metropolitan area",
knowsAbout: "Pool & Spa Services, Residential pool owners, Homeowners seeking routine maintenance, Property managers with pools",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Independent Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full Pool Maintenance"
}
],
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.