ifiokjr / gatsby-plugin-next-seo

Gatsby Plugin Next SEO is a plug in that makes managing your SEO easier in Gatsby projects.
MIT License
196 stars 20 forks source link

Duplicate FAQ JSONLD schema #28

Closed daydream05 closed 3 years ago

daydream05 commented 3 years ago

Description

When you inspect element or view source, it only shows one FAQPage schema. But when deployed and tested using google's structured data tool, it shows that FAQ page is duplicated causing an error.

Codesandbox replication: https://codesandbox.io/s/duplicated-faq-rebfd

Deployed url: https://csb-rebfd-omzyexojx.vercel.app/

Here's the structured data test where you can see it's duplicated. https://search.google.com/structured-data/testing-tool/u/0/#url=https%3A%2F%2Fcsb-rebfd-omzyexojx.vercel.app%2F

Possible Fix

Checklist

ifiokjr commented 3 years ago

If anyone wants to take a look at this I can partially assist

daydream05 commented 3 years ago

I think the problem is with the tool. They've updated it now so I don't think there's any more issues going forward.

ifiokjr commented 3 years ago

Thanks for the update @daydream05