{
  "url": "aeoptimizer.com/faq/what-can-go-wrong-with-faq-schema-for-aeo",
  "name": "What can go wrong with FAQ schema for AEO?",
  "@type": "FAQPage",
  "@context": "https://schema.org",
  "speakable": {
    "@type": "SpeakableSpecification",
    "cssSelector": [
      "h1",
      ".faq-question",
      ".faq-answer",
      "[itemprop=\"acceptedAnswer\"]"
    ]
  },
  "mainEntity": [
    {
      "name": "What can go wrong with FAQ schema for AEO?",
      "@type": "Question",
      "acceptedAnswer": {
        "text": "The main risk is marking up content that is not visible, not useful, or not matched exactly to the page. That can weaken trust and create validation problems. Another risk is repeating the same FAQ block on every page just to add more schema.",
        "@type": "Answer",
        "description": "The biggest mistakes are hidden content, mismatched markup, repetitive FAQs, and answers that are too generic to help users."
      }
    }
  ],
  "description": "The biggest mistakes are hidden content, mismatched markup, repetitive FAQs, and answers that are too generic to help users."
}