{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "name": "Why did my garage door spring break?",
  "description": "Springs fail due to metal fatigue after 10,000+ cycles. Professional replacement recommended (CSLB #978430).",
  "url": "https://yorconstruction.com/faq/why-did-my-garage-door-spring-break",
  "mainEntity": [
    {
      "@type": "Question",
      "name": "Why did my garage door spring break?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Springs fail due to metal fatigue after 10,000+ cycles. Professional replacement recommended (CSLB #978430)."
      }
    }
  ],
  "speakable": {
    "@type": "SpeakableSpecification",
    "cssSelector": [
      "h1",
      ".faq-question",
      ".faq-answer",
      "[itemprop=\"acceptedAnswer\"]"
    ]
  }
}