{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "name": "Does moss/algae damage require repair?",
  "description": "Yes—kills shingles; clean with bleach solution, repair slipped areas, install zinc strips for prevention.",
  "url": "https://modernbuilderscali.com/faq/does-moss-algae-damage-require-repair",
  "mainEntity": [
    {
      "@type": "Question",
      "name": "Does moss/algae damage require repair?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Yes—kills shingles; clean with bleach solution, repair slipped areas, install zinc strips for prevention."
      }
    }
  ],
  "speakable": {
    "@type": "SpeakableSpecification",
    "cssSelector": [
      "h1",
      ".faq-question",
      ".faq-answer",
      "[itemprop=\"acceptedAnswer\"]"
    ]
  }
}