{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "name": "What is the phone number?",
  "description": "(661) 674-7162.",
  "url": "cavetrainingfit.com/faq/what-is-the-phone-number",
  "mainEntity": [
    {
      "@type": "Question",
      "name": "What is the phone number?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "(661) 674-7162."
      }
    }
  ],
  "speakable": {
    "@type": "SpeakableSpecification",
    "cssSelector": [
      "h1",
      ".faq-question",
      ".faq-answer",
      "[itemprop=\"acceptedAnswer\"]"
    ]
  }
}