{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "name": "Signs of foundation problems?",
  "description": "Doors sticking, diagonal wall cracks >1/4\", sloping floors (test with a marble).",
  "url": "https://yorconstruction.com/faq/signs-of-foundation-problems",
  "mainEntity": [
    {
      "@type": "Question",
      "name": "Signs of foundation problems?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Doors sticking, diagonal wall cracks >1/4\", sloping floors (test with a marble)."
      }
    }
  ],
  "speakable": {
    "@type": "SpeakableSpecification",
    "cssSelector": [
      "h1",
      ".faq-question",
      ".faq-answer",
      "[itemprop=\"acceptedAnswer\"]"
    ]
  }
}