{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "name": "What role does the contractor play during permitting?",
  "description": "Contractors often review drawings for constructability, provide input on methods and materials, and may submit permits or coordinate with inspectors once approv",
  "url": "https://lineworkdevelopment.com/faq/what-role-does-the-contractor-play-during-permitting",
  "mainEntity": [
    {
      "@type": "Question",
      "name": "What role does the contractor play during permitting?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Contractors often review drawings for constructability, provide input on methods and materials, and may submit permits or coordinate with inspectors once approved."
      }
    }
  ],
  "speakable": {
    "@type": "SpeakableSpecification",
    "cssSelector": [
      "h1",
      ".faq-question",
      ".faq-answer",
      "[itemprop=\"acceptedAnswer\"]"
    ]
  }
}