{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "name": "What is the permitting process for residential construction?",
  "description": "Permitting involves submitting drawings and forms to the building department for plan check, addressing comments, paying fees, and receiving approval before wor",
  "url": "https://lineworkdevelopment.com/faq/what-is-the-permitting-process-for-residential-construction",
  "mainEntity": [
    {
      "@type": "Question",
      "name": "What is the permitting process for residential construction?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Permitting involves submitting drawings and forms to the building department for plan check, addressing comments, paying fees, and receiving approval before work can legally start."
      }
    }
  ],
  "speakable": {
    "@type": "SpeakableSpecification",
    "cssSelector": [
      "h1",
      ".faq-question",
      ".faq-answer",
      "[itemprop=\"acceptedAnswer\"]"
    ]
  }
}