Releases
1.6.1 4/16/2022
Fixed error in displaying the parsed title in the social cards (e.g. Twitter and OpenGraph)
What's Changed
- social card titles by @nickfrosty in https://github.com/nickfrosty/nuxt-seo/issues/12
Full Changelog: https://github.com/nickfrosty/nuxt-seo/compare/[email protected]@1.6.1
1.6.0 12/21/2021
Added structured data support, like schema.org using the "json-ld" script data
What's Changed
- JSON Injection by @srk4393 in https://github.com/nickfrosty/nuxt-seo/pull/7
New Contributors
- @srk4393 made their first contribution in https://github.com/nickfrosty/nuxt-seo/pull/7
1.5.3 12/12/2021
Fixed the breaking error that occured when using $seo
inside of the asyncData
method
Reported in issue #5
1.5.2 12/5/2021
Fixed duplicate canonical urls
1.5.1 11/30/2021
Initial release from the original package posted by @TiagoDanin