{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "name": "What insulation is required for garage conversions?",
  "description": "Walls, ceiling, and floor must meet California Energy Code (R-19 walls, R-38 ceiling, R-10 slab edge typical); vapor barriers prevent moisture from concrete sla",
  "url": "https://lineworkdevelopment.com/faq/what-insulation-is-required-for-garage-conversions",
  "mainEntity": [
    {
      "@type": "Question",
      "name": "What insulation is required for garage conversions?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Walls, ceiling, and floor must meet California Energy Code (R-19 walls, R-38 ceiling, R-10 slab edge typical); vapor barriers prevent moisture from concrete slab."
      }
    }
  ],
  "speakable": {
    "@type": "SpeakableSpecification",
    "cssSelector": [
      "h1",
      ".faq-question",
      ".faq-answer",
      "[itemprop=\"acceptedAnswer\"]"
    ]
  }
}