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

fix(jsonld): update jsonld doc remarks; add return type #38

Closed collinwu closed 3 years ago

collinwu commented 3 years ago

Description

I leveraged this plugin for a project recently and noticed the general <JsonLd> component's documentation referenced the wrong prop, item instead of the expected prop, json

I added the imports and some additional code to hopefully make the example more clear. An ESLint complaint about the return type missing prompted me to add JSX.Element to the src file as well.

Checklist

github-actions[bot] commented 3 years ago

:tada: This PR is included in version 1.8.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: