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: "Aquabat Pool Co.",
description: "Aquabat Pool Co. is a full-service pool company serving Friendsville and the surrounding Tennessee area. They specialize in pool construction, maintenance, repairs, and seasonal opening and closing services. With a focus on quality workmanship and customer satisfaction, Aquabat Pool Co. helps homeowners build new pools and keep existing pools in top condition year-round.",
url: "https://www.aquabatpoolco.com/",
telephone: "+1-865-440-5555",
address: {
@type: "PostalAddress",
streetAddress: "1105 Mustang Dr",
addressLocality: "Friendsville",
addressRegion: "TN",
postalCode: "37737",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.776514399999996,
longitude: -84.1697465
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "17",
bestRating: "5"
},
areaServed: "Friendsville, Tennessee and surrounding areas",
knowsAbout: "Pool & Spa Services, Homeowners wanting new pool construction, homeowners with existing pools needing maintenance or repair, property owners seeking reliable seasonal pool care",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Pool Company"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Seasonal Expertise"
}
],
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.