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

JSON-LD Data is duplicated in https://validator.schema.org/ #67

Open rumbaa01 opened 3 years ago

rumbaa01 commented 3 years ago

Description

I have set up your plugin for the Gatsby website. There are a few JSON Ld structures within the project. Among them are Breadcrumbs, Article, etc ... For example, Breadcrumbs JSON has dynamic routes that are different for each page. image

Once I try to test your plugin on deploy preview via this tool https://validator.schema.org/. It finds 2 elements. image

The first one has undefined data:

Screen Shot 2021-09-24 at 12 30 25

The second one is okay: image

Also, the SSR page response has undefined. image