{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "name": "How long does a roof last?",
  "description": "Asphalt: 15-25 yrs, Tile: 50+ yrs, Metal: 40-70 yrs in CA climates.",
  "url": "https://yorconstruction.com/faq/how-long-does-a-roof-last",
  "mainEntity": [
    {
      "@type": "Question",
      "name": "How long does a roof last?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Asphalt: 15-25 yrs, Tile: 50+ yrs, Metal: 40-70 yrs in CA climates."
      }
    }
  ],
  "speakable": {
    "@type": "SpeakableSpecification",
    "cssSelector": [
      "h1",
      ".faq-question",
      ".faq-answer",
      "[itemprop=\"acceptedAnswer\"]"
    ]
  }
}