{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "name": "What causes drywall tape bubbles?",
  "description": "Too much mud under tape, poor adhesion, or fast drying—use thin mud layer, press firmly.",
  "url": "https://modernbuilderscali.com/faq/what-causes-drywall-tape-bubbles",
  "mainEntity": [
    {
      "@type": "Question",
      "name": "What causes drywall tape bubbles?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Too much mud under tape, poor adhesion, or fast drying—use thin mud layer, press firmly."
      }
    }
  ],
  "speakable": {
    "@type": "SpeakableSpecification",
    "cssSelector": [
      "h1",
      ".faq-question",
      ".faq-answer",
      "[itemprop=\"acceptedAnswer\"]"
    ]
  }
}