{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "name": "What is the cost of metal roofing?",
  "description": "$8-20 per sq ft installed; premium standing seam higher, but long-term savings from durability/energy efficiency.",
  "url": "https://modernbuilderscali.com/faq/what-is-the-cost-of-metal-roofing",
  "mainEntity": [
    {
      "@type": "Question",
      "name": "What is the cost of metal roofing?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "$8-20 per sq ft installed; premium standing seam higher, but long-term savings from durability/energy efficiency."
      }
    }
  ],
  "speakable": {
    "@type": "SpeakableSpecification",
    "cssSelector": [
      "h1",
      ".faq-question",
      ".faq-answer",
      "[itemprop=\"acceptedAnswer\"]"
    ]
  }
}