{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "name": "Are metal roofs noisy in the rain?",
  "description": "No, if properly installed with solid sheathing and insulation. Standing seam preferred over corrugated for quieter performance.",
  "url": "https://modernbuilderscali.com/faq/are-metal-roofs-noisy-in-the-rain",
  "mainEntity": [
    {
      "@type": "Question",
      "name": "Are metal roofs noisy in the rain?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "No, if properly installed with solid sheathing and insulation. Standing seam preferred over corrugated for quieter performance."
      }
    }
  ],
  "speakable": {
    "@type": "SpeakableSpecification",
    "cssSelector": [
      "h1",
      ".faq-question",
      ".faq-answer",
      "[itemprop=\"acceptedAnswer\"]"
    ]
  }
}