{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "name": "What should I bring to my first class?",
  "description": "Wear comfortable workout clothes, athletic shoes, and bring a water bottle; equipment like barbells and rowers is provided.",
  "url": "cavetrainingfit.com/faq/what-should-i-bring-to-my-first-class",
  "mainEntity": [
    {
      "@type": "Question",
      "name": "What should I bring to my first class?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Wear comfortable workout clothes, athletic shoes, and bring a water bottle; equipment like barbells and rowers is provided."
      }
    }
  ],
  "speakable": {
    "@type": "SpeakableSpecification",
    "cssSelector": [
      "h1",
      ".faq-question",
      ".faq-answer",
      "[itemprop=\"acceptedAnswer\"]"
    ]
  }
}