Structured data FAQ | Duplicated field "FAQ page"

Hi,

We have an FAQ section fed by CMS entries. We added Google’s FAQPage structured data to the page as follows:

When I test my page with the Google Rich Results Tool, it results in duplicate “FAQPage” entities for and missing fields.

How can I solve this?

I’ve tried hiding my FAQ section on my page while keeping the structured data code added to my page. In this case, it works correctly and Google no longer shows me duplicate “FAQPage” entities for and missing fields.

I don’t get it.

My FAQ section in Glossaire template page :

Read-only link : here

The duplicates are caused because you have FAQs as both JSON+LD and microdata in your page, for example;

<div itemscope="itemscope" itemtype="https://schema.org/FAQPage" class="accordion-wrapper">
<div itemtype="https://schema.org/Question" itemscope="itemscope" itemprop="mainEntity" class="accordion-item">
<div itemtype="https://schema.org/Answer" itemscope="itemscope" itemprop="acceptedAnswer" class="accordion-item-content">

You don’t need both, and in fact, Webflow supports Microdata much more reliably.

You have other structural issues as well in your JSON-LD, here’s an example page.

https://search.google.com/test/rich-results/result?id=CbUEQNxwF7WxTq5X68cHKg

However I think you may not want to use the FAQPage schema, since Google restricts its use to government and medical sites.

QAPage may be a better choice for you.