{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "name": "What impact fees apply to ADUs?",
  "description": "State law exempts ADUs under 750 sq ft from impact fees, with larger units paying a proportional share based on size relative to the primary dwelling.",
  "url": "https://lineworkdevelopment.com/faq/what-impact-fees-apply-to-adus",
  "mainEntity": [
    {
      "@type": "Question",
      "name": "What impact fees apply to ADUs?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "State law exempts ADUs under 750 sq ft from impact fees, with larger units paying a proportional share based on size relative to the primary dwelling."
      }
    }
  ],
  "speakable": {
    "@type": "SpeakableSpecification",
    "cssSelector": [
      "h1",
      ".faq-question",
      ".faq-answer",
      "[itemprop=\"acceptedAnswer\"]"
    ]
  }
}