{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "name": "What if nails are popping out?",
  "description": "Caused by thermal movement—pull nails, add roofing cement, renail higher up into solid decking with ring-shank nails.",
  "url": "https://modernbuilderscali.com/faq/what-if-nails-are-popping-out",
  "mainEntity": [
    {
      "@type": "Question",
      "name": "What if nails are popping out?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Caused by thermal movement—pull nails, add roofing cement, renail higher up into solid decking with ring-shank nails."
      }
    }
  ],
  "speakable": {
    "@type": "SpeakableSpecification",
    "cssSelector": [
      "h1",
      ".faq-question",
      ".faq-answer",
      "[itemprop=\"acceptedAnswer\"]"
    ]
  }
}