{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "name": "How to maintain a new roof?",
  "description": "Trim trees, clean gutters seasonally, remove debris, inspect after storms. Avoid pressure washing shingles.",
  "url": "https://modernbuilderscali.com/faq/how-to-maintain-a-new-roof",
  "mainEntity": [
    {
      "@type": "Question",
      "name": "How to maintain a new roof?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Trim trees, clean gutters seasonally, remove debris, inspect after storms. Avoid pressure washing shingles."
      }
    }
  ],
  "speakable": {
    "@type": "SpeakableSpecification",
    "cssSelector": [
      "h1",
      ".faq-question",
      ".faq-answer",
      "[itemprop=\"acceptedAnswer\"]"
    ]
  }
}