{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "name": "What is a pool house, and what functions does it serve?",
  "description": "Pool houses provide changing rooms, bathrooms, storage for pool equipment, outdoor showers, and often kitchenettes or wet bars—essential for privacy and conveni",
  "url": "https://lineworkdevelopment.com/faq/what-is-a-pool-house-and-what-functions-does-it-serve",
  "mainEntity": [
    {
      "@type": "Question",
      "name": "What is a pool house, and what functions does it serve?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Pool houses provide changing rooms, bathrooms, storage for pool equipment, outdoor showers, and often kitchenettes or wet bars—essential for privacy and convenience around pools."
      }
    }
  ],
  "speakable": {
    "@type": "SpeakableSpecification",
    "cssSelector": [
      "h1",
      ".faq-question",
      ".faq-answer",
      "[itemprop=\"acceptedAnswer\"]"
    ]
  }
}