garmeeh/next-seo
### [`v6.0.0`](https://togithub.com/garmeeh/next-seo/releases/tag/v6.0.0): V6
[Compare Source](https://togithub.com/garmeeh/next-seo/compare/v5.15.0...v6.0.0)
Breaking change:
If you are using the `app` directory you will need to migrate from `NextSeo` component to the built in generateMetaData method in Next.js
Notes:
> For standard meta data (eg: , ) then it is highly recommended that you use the built in generateMetaData method. You can check out the docs [here](https://beta.nextjs.org/docs/guides/seo#usage)
> For JSON-LD then the only change needed is you should add useAppDir={true} to the JSON-LD component in use. You should add use this component in your page.js and NOT your head.js.
- Remove app dir for buildTags ([#1191](https://togithub.com/garmeeh/next-seo/issues/1191)) [`aca05ca`](https://togithub.com/garmeeh/next-seo/commit/aca05ca)
Also better safe than sorry with SEO 😅
As this [bug](https://togithub.com/garmeeh/next-seo/issues/967) was fixed via [#1062](https://togithub.com/garmeeh/next-seo/issues/1062) it may have some strange effects if you have a work around in place.
- fix: noindex + nofollow override ([#1062](https://togithub.com/garmeeh/next-seo/issues/1062)) [`f2a5f7f`](https://togithub.com/garmeeh/next-seo/commit/f2a5f7f)
All other changes:
- feat: add jobPosting support for 'confidential' ([#1186](https://togithub.com/garmeeh/next-seo/issues/1186)) [`db70100`](https://togithub.com/garmeeh/next-seo/commit/db70100)
- Add cateogry property to product json-ld prop type ([#1188](https://togithub.com/garmeeh/next-seo/issues/1188)) [`76ca1e4`](https://togithub.com/garmeeh/next-seo/commit/76ca1e4)
- Update Docs ([#1190](https://togithub.com/garmeeh/next-seo/issues/1190)) [`c77e6f6`](https://togithub.com/garmeeh/next-seo/commit/c77e6f6)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
^5.1.0
->^6.0.0
Release Notes
garmeeh/next-seo
### [`v6.0.0`](https://togithub.com/garmeeh/next-seo/releases/tag/v6.0.0): V6 [Compare Source](https://togithub.com/garmeeh/next-seo/compare/v5.15.0...v6.0.0) Breaking change: If you are using the `app` directory you will need to migrate from `NextSeo` component to the built in generateMetaData method in Next.js Notes: > For standard meta data (eg: ,Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.