{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "name": "Can I freeze membership for vacations?",
  "description": "Yes, up to 2 weeks quarterly; pro-rated reactivation seamless via app.",
  "url": "cavetrainingfit.com/faq/can-i-freeze-membership-for-vacations",
  "mainEntity": [
    {
      "@type": "Question",
      "name": "Can I freeze membership for vacations?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Yes, up to 2 weeks quarterly; pro-rated reactivation seamless via app."
      }
    }
  ],
  "speakable": {
    "@type": "SpeakableSpecification",
    "cssSelector": [
      "h1",
      ".faq-question",
      ".faq-answer",
      "[itemprop=\"acceptedAnswer\"]"
    ]
  }
}