{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "name": "Are garage conversions allowed in all residential zones?",
  "description": "Yes in single-family zones with existing house; some areas restrict based on lot size (<7,000 sq ft may need parking review) or historic districts.",
  "url": "https://lineworkdevelopment.com/faq/are-garage-conversions-allowed-in-all-residential-zones",
  "mainEntity": [
    {
      "@type": "Question",
      "name": "Are garage conversions allowed in all residential zones?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Yes in single-family zones with existing house; some areas restrict based on lot size (<7,000 sq ft may need parking review) or historic districts."
      }
    }
  ],
  "speakable": {
    "@type": "SpeakableSpecification",
    "cssSelector": [
      "h1",
      ".faq-question",
      ".faq-answer",
      "[itemprop=\"acceptedAnswer\"]"
    ]
  }
}