{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "name": "What screws: coarse vs fine thread?",
  "description": "Coarse for wood studs; fine for metal studs; #6 x 1-1/4\" standard.",
  "url": "https://modernbuilderscali.com/faq/what-screws-coarse-vs-fine-thread",
  "mainEntity": [
    {
      "@type": "Question",
      "name": "What screws: coarse vs fine thread?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Coarse for wood studs; fine for metal studs; #6 x 1-1/4\" standard."
      }
    }
  ],
  "speakable": {
    "@type": "SpeakableSpecification",
    "cssSelector": [
      "h1",
      ".faq-question",
      ".faq-answer",
      "[itemprop=\"acceptedAnswer\"]"
    ]
  }
}