{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "name": "What structural upgrades are typically needed?",
  "description": "Garage foundations may need retrofit for habitable loads; walls require additional framing/insulation; roof may need upgrading if attic space is conditioned.",
  "url": "https://lineworkdevelopment.com/faq/what-structural-upgrades-are-typically-needed",
  "mainEntity": [
    {
      "@type": "Question",
      "name": "What structural upgrades are typically needed?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Garage foundations may need retrofit for habitable loads; walls require additional framing/insulation; roof may need upgrading if attic space is conditioned."
      }
    }
  ],
  "speakable": {
    "@type": "SpeakableSpecification",
    "cssSelector": [
      "h1",
      ".faq-question",
      ".faq-answer",
      "[itemprop=\"acceptedAnswer\"]"
    ]
  }
}