{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "name": "Can I build an ADU on a multifamily property?",
  "description": "Yes, multifamily properties can add ADUs equal to a percentage of existing units plus detached units, with specific rules for conversions versus new constructio",
  "url": "https://lineworkdevelopment.com/faq/can-i-build-an-adu-on-a-multifamily-property",
  "mainEntity": [
    {
      "@type": "Question",
      "name": "Can I build an ADU on a multifamily property?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Yes, multifamily properties can add ADUs equal to a percentage of existing units plus detached units, with specific rules for conversions versus new construction."
      }
    }
  ],
  "speakable": {
    "@type": "SpeakableSpecification",
    "cssSelector": [
      "h1",
      ".faq-question",
      ".faq-answer",
      "[itemprop=\"acceptedAnswer\"]"
    ]
  }
}