{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "name": "Can I walk on my new roof right away?",
  "description": "Wait 24-72 hours for sealants/adhesives to set. Avoid until contractor approves.",
  "url": "https://modernbuilderscali.com/faq/can-i-walk-on-my-new-roof-right-away",
  "mainEntity": [
    {
      "@type": "Question",
      "name": "Can I walk on my new roof right away?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Wait 24-72 hours for sealants/adhesives to set. Avoid until contractor approves."
      }
    }
  ],
  "speakable": {
    "@type": "SpeakableSpecification",
    "cssSelector": [
      "h1",
      ".faq-question",
      ".faq-answer",
      "[itemprop=\"acceptedAnswer\"]"
    ]
  }
}