{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "name": "Best time of year to install?",
  "description": "Spring/fall—avoid frozen ground or leaf season; dry weather ideal.",
  "url": "https://modernbuilderscali.com/faq/best-time-of-year-to-install",
  "mainEntity": [
    {
      "@type": "Question",
      "name": "Best time of year to install?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Spring/fall—avoid frozen ground or leaf season; dry weather ideal."
      }
    }
  ],
  "speakable": {
    "@type": "SpeakableSpecification",
    "cssSelector": [
      "h1",
      ".faq-question",
      ".faq-answer",
      "[itemprop=\"acceptedAnswer\"]"
    ]
  }
}