{
  "url": "aeoptimizer.com/faq/can-i-put-faq-answers-only-in-json-ld-and-not-on-the-page",
  "name": "Can I put FAQ answers only in JSON-LD and not on the page?",
  "@type": "FAQPage",
  "@context": "https://schema.org",
  "speakable": {
    "@type": "SpeakableSpecification",
    "cssSelector": [
      "h1",
      ".faq-question",
      ".faq-answer",
      "[itemprop=\"acceptedAnswer\"]"
    ]
  },
  "mainEntity": [
    {
      "name": "Can I put FAQ answers only in JSON-LD and not on the page?",
      "@type": "Question",
      "acceptedAnswer": {
        "text": "Google and AI systems need to see the FAQ content on the page. If the question and answer only exist inside schema, the markup is weaker and may violate best-practice guidance. Visible content is the part users can trust and read.",
        "@type": "Answer",
        "description": "No. The FAQ content should be visible on the page and the schema should mirror it."
      }
    }
  ],
  "description": "No. The FAQ content should be visible on the page and the schema should mirror it."
}