{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "name": "What are common signs my roof needs repair?",
  "description": "Missing, cracked, or curling shingles; granule loss in gutters; leaks or stains inside; sagging areas; damaged flashing around chimneys/skylights.",
  "url": "https://modernbuilderscali.com/faq/what-are-common-signs-my-roof-needs-repair",
  "mainEntity": [
    {
      "@type": "Question",
      "name": "What are common signs my roof needs repair?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Missing, cracked, or curling shingles; granule loss in gutters; leaks or stains inside; sagging areas; damaged flashing around chimneys/skylights."
      }
    }
  ],
  "speakable": {
    "@type": "SpeakableSpecification",
    "cssSelector": [
      "h1",
      ".faq-question",
      ".faq-answer",
      "[itemprop=\"acceptedAnswer\"]"
    ]
  }
}