{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "name": "What materials are best for gutters?",
  "description": "Aluminum (light, affordable); steel (durable); copper (premium, patinas); vinyl (cheap but brittle); seamless preferred over sectional.",
  "url": "https://modernbuilderscali.com/faq/what-materials-are-best-for-gutters",
  "mainEntity": [
    {
      "@type": "Question",
      "name": "What materials are best for gutters?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Aluminum (light, affordable); steel (durable); copper (premium, patinas); vinyl (cheap but brittle); seamless preferred over sectional."
      }
    }
  ],
  "speakable": {
    "@type": "SpeakableSpecification",
    "cssSelector": [
      "h1",
      ".faq-question",
      ".faq-answer",
      "[itemprop=\"acceptedAnswer\"]"
    ]
  }
}