{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "name": "Are open floor plans good for multigenerational living?",
  "description": "Modified open plans work well—large great rooms connect kitchen/dining/living while pocket doors or screens create quiet zones when privacy is needed.",
  "url": "https://lineworkdevelopment.com/faq/are-open-floor-plans-good-for-multigenerational-living",
  "mainEntity": [
    {
      "@type": "Question",
      "name": "Are open floor plans good for multigenerational living?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Modified open plans work well—large great rooms connect kitchen/dining/living while pocket doors or screens create quiet zones when privacy is needed."
      }
    }
  ],
  "speakable": {
    "@type": "SpeakableSpecification",
    "cssSelector": [
      "h1",
      ".faq-question",
      ".faq-answer",
      "[itemprop=\"acceptedAnswer\"]"
    ]
  }
}