Home › Forums › WoodMart support forum › FAQ schema error
FAQ schema error
- This topic has 3 replies, 2 voices, and was last updated 3 days, 18 hours ago by
Artem Temos.
-
AuthorPosts
-
July 10, 2025 at 12:14 am #672765
kubaczpatrycjaParticipantHi, 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?
July 10, 2025 at 9:05 am #672784
Artem TemosKeymasterHi,
Could you please send us a link to your website where we can see this issue?
Kind Regards
July 17, 2025 at 1:18 am #674627
kubaczpatrycjaParticipantHi,
July 17, 2025 at 9:19 am #674645
Artem TemosKeymasterYou are using Elementor’s widget so it is not a theme bug. Try to use our theme’s accordion element instead.
Kind Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register