Home Forums WoodMart support forum FAQ schema error

FAQ schema error

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #672765

    kubaczpatrycja
    Participant

    Hi, I’m using the accordion element in the Woodmart theme x Elementor, and I’ve enabled the FAQ Schema checkbox. However, Google Search Console has reported a validation error in the indexing report. The error indicates that the structured data for the FAQ section is incomplete – specifically, the text field inside the acceptedAnswer tag is empty. Here’s an example of the incorrect output:

    {
    “@type”: “Question”,
    “name”: “1. Do I need any prior experience or skills to participate in the courses?”,
    “acceptedAnswer”: {
    “@type”: “Answer”,
    “text”: “”
    }
    }

    According to Google’s guidelines, all FAQ elements must include complete structured data, especially the answer content in the text field. The correct format should look like this:

    {
    “@context”: “https://schema.org”,
    “@type”: “FAQPage”,
    “mainEntity”: [
    {
    “@type”: “Question”,
    “name”: “1. Do I need any prior experience or skills to participate in the courses?”,
    “acceptedAnswer”: {
    “@type”: “Answer”,
    “text”: “No, the courses are designed for everyone regardless of age, gender, or experience level. No prior knowledge is required – the training is accessible to all.”
    }
    },
    {
    “@type”: “Question”,
    “name”: “2. Can I attend the training if I have health issues?”,
    “acceptedAnswer”: {
    “@type”: “Answer”,
    “text”: “Yes, the training is in the form of online lectures, so no physical activity is required. You can participate regardless of your health condition. The courses also include health preparation information related to civil defense.”
    }
    }
    ]
    }

    It seems that the current setup does not populate the answer field correctly, which leads to errors in Google Search Console and prevents the FAQ from appearing as rich results. Is there a chance this could be fixed so that the structured data is generated according to Google’s requirements?

    #672784

    Artem Temos
    Keymaster

    Hi,

    Could you please send us a link to your website where we can see this issue?

    Kind Regards

    #674627

    kubaczpatrycja
    Participant

    Hi,

    #674645

    Artem Temos
    Keymaster

    You are using Elementor’s widget so it is not a theme bug. Try to use our theme’s accordion element instead.

    Kind Regards

Viewing 4 posts - 1 through 4 (of 4 total)