{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "name": "Can metal roofs be installed over shingles?",
  "description": "Yes, often—saves time/cost if existing roof is sound, but tear-off preferred for optimal performance and warranty.",
  "url": "https://modernbuilderscali.com/faq/can-metal-roofs-be-installed-over-shingles",
  "mainEntity": [
    {
      "@type": "Question",
      "name": "Can metal roofs be installed over shingles?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Yes, often—saves time/cost if existing roof is sound, but tear-off preferred for optimal performance and warranty."
      }
    }
  ],
  "speakable": {
    "@type": "SpeakableSpecification",
    "cssSelector": [
      "h1",
      ".faq-question",
      ".faq-answer",
      "[itemprop=\"acceptedAnswer\"]"
    ]
  }
}