{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "name": "Best fence for security?",
  "description": "6' wrought iron with anti-climb spikes (CA compliant) or redwood privacy fence with reinforced posts.",
  "url": "https://yorconstruction.com/faq/best-fence-for-security",
  "mainEntity": [
    {
      "@type": "Question",
      "name": "Best fence for security?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "6' wrought iron with anti-climb spikes (CA compliant) or redwood privacy fence with reinforced posts."
      }
    }
  ],
  "speakable": {
    "@type": "SpeakableSpecification",
    "cssSelector": [
      "h1",
      ".faq-question",
      ".faq-answer",
      "[itemprop=\"acceptedAnswer\"]"
    ]
  }
}