{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "name": "Standing seam vs exposed fastener?",
  "description": "Standing seam: clips hidden, sleeker, better wind uplift; exposed: cheaper, faster DIY install.",
  "url": "https://modernbuilderscali.com/faq/standing-seam-vs-exposed-fastener",
  "mainEntity": [
    {
      "@type": "Question",
      "name": "Standing seam vs exposed fastener?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Standing seam: clips hidden, sleeker, better wind uplift; exposed: cheaper, faster DIY install."
      }
    }
  ],
  "speakable": {
    "@type": "SpeakableSpecification",
    "cssSelector": [
      "h1",
      ".faq-question",
      ".faq-answer",
      "[itemprop=\"acceptedAnswer\"]"
    ]
  }
}