{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "name": "Do I need to own the property to build an ADU?",
  "description": "Yes, ADUs/JADUs require property ownership or legal control; they cannot be built speculatively without a primary residence on the lot.",
  "url": "https://lineworkdevelopment.com/faq/do-i-need-to-own-the-property-to-build-an-adu",
  "mainEntity": [
    {
      "@type": "Question",
      "name": "Do I need to own the property to build an ADU?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Yes, ADUs/JADUs require property ownership or legal control; they cannot be built speculatively without a primary residence on the lot."
      }
    }
  ],
  "speakable": {
    "@type": "SpeakableSpecification",
    "cssSelector": [
      "h1",
      ".faq-question",
      ".faq-answer",
      "[itemprop=\"acceptedAnswer\"]"
    ]
  }
}