{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "name": "How much does an ADU add to property value?",
  "description": "ADUs typically add $150-$300 per square foot to property value, depending on location, quality, and rental income potential in high-demand housing markets.",
  "url": "https://lineworkdevelopment.com/faq/how-much-does-an-adu-add-to-property-value",
  "mainEntity": [
    {
      "@type": "Question",
      "name": "How much does an ADU add to property value?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "ADUs typically add $150-$300 per square foot to property value, depending on location, quality, and rental income potential in high-demand housing markets."
      }
    }
  ],
  "speakable": {
    "@type": "SpeakableSpecification",
    "cssSelector": [
      "h1",
      ".faq-question",
      ".faq-answer",
      "[itemprop=\"acceptedAnswer\"]"
    ]
  }
}