{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "name": "How do you repair stucco cracks?",
  "description": "Chip out loose material, clean, apply bonding agent, patch with matching stucco, texture to blend.",
  "url": "https://modernbuilderscali.com/faq/how-do-you-repair-stucco-cracks",
  "mainEntity": [
    {
      "@type": "Question",
      "name": "How do you repair stucco cracks?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Chip out loose material, clean, apply bonding agent, patch with matching stucco, texture to blend."
      }
    }
  ],
  "speakable": {
    "@type": "SpeakableSpecification",
    "cssSelector": [
      "h1",
      ".faq-question",
      ".faq-answer",
      "[itemprop=\"acceptedAnswer\"]"
    ]
  }
}