{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "name": "Can I repair it myself?",
  "description": "Not advised. Springs store 200+ lbs of tension - requires specialized tools.",
  "url": "https://yorconstruction.com/faq/can-i-repair-it-myself",
  "mainEntity": [
    {
      "@type": "Question",
      "name": "Can I repair it myself?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Not advised. Springs store 200+ lbs of tension - requires specialized tools."
      }
    }
  ],
  "speakable": {
    "@type": "SpeakableSpecification",
    "cssSelector": [
      "h1",
      ".faq-question",
      ".faq-answer",
      "[itemprop=\"acceptedAnswer\"]"
    ]
  }
}