Closed serkanalgur closed 6 years ago
Hi @serkanalgur schema.org is absolutely worth to support by Seo component.
But I think that not in that way. I do not want any longer to pass the config
object to the component.
I recently refactored the component and the way I will add schema.org support is by passing the whole schemaOrgJSONLD
to the component as a optional prop, so if the prop will be passed to the component the schema will be rendered, without any additional postSEO
prop.
The react-website-themes
are created for gatsby-starter-kit
but I want to maintain them independently from it or event gatsby. That's why I named it "react-website-themes" not "gatsby-website-themes" :)
update: so, the creation of a proper schemaOrgJSONLD
will be starter's code job not the Seo component.
Hello there,
Can we add schema.org jsonLD template for BlogPosting. I use your blog starter (v1) and i changed Seo.js, created an condition for postSEO and changed original code like below;
If is that possible, i will fork this repo & try to update base SEO.js