{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "name": "Does metal expand/contract?",
  "description": "Yes, up to 1/8\" per 10 ft; panels designed with slots for movement.",
  "url": "https://modernbuilderscali.com/faq/does-metal-expand-contract",
  "mainEntity": [
    {
      "@type": "Question",
      "name": "Does metal expand/contract?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Yes, up to 1/8\" per 10 ft; panels designed with slots for movement."
      }
    }
  ],
  "speakable": {
    "@type": "SpeakableSpecification",
    "cssSelector": [
      "h1",
      ".faq-question",
      ".faq-answer",
      "[itemprop=\"acceptedAnswer\"]"
    ]
  }
}