Next Seo Versions Save

Next SEO is a plug in that makes managing your SEO easier in Next.js projects.

v6.5.0

2 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/garmeeh/next-seo/compare/v6.4.0...v6.5.0

v6.4.0

6 months ago
  • feat: Remove default "robots" meta (#1166) ff2fb29

https://github.com/garmeeh/next-seo/compare/v6.3.0...v6.4.0

v6.3.0

6 months ago
  • Changed Spelling of Organisation to Organization (#1280) b9105f0
  • feat: CustomJsonLd for carousel (#949) ae7923d

Misc

  • Bump word-wrap from 1.2.3 to 1.2.5 (#1296) e6c8023
  • Bump semver from 5.7.1 to 5.7.2 (#1295) b82ec46
  • Bump @babel/traverse from 7.21.4 to 7.23.2 (#1297) 7be9df7
  • Bump @adobe/css-tools from 4.2.0 to 4.3.1 (#1294) 3400ce7
  • Bump @types/react from 18.0.31 to 18.2.14 (#1272) 50774c3
  • Bump @types/jest from 29.5.0 to 29.5.2 (#1253) 8f46dee
  • Bump prettier from 2.8.7 to 2.8.8 (#1212) 124758e
  • Bump @types/node from 18.15.11 to 20.3.2 (#1273) ce9947c
  • Bump cypress from 12.9.0 to 12.16.0 (#1274) c140a75
  • Bump typescript from 5.0.3 to 5.1.6 (#1276) 580cfcd
  • Bump lint-staged from 11.1.1 to 13.2.3 (#1277) a461a78

https://github.com/garmeeh/next-seo/compare/v6.2.0...v6.3.0

v6.2.0

6 months ago
  • feature: add CampgroundJsonLd component (#1292) 119f847
  • feat(jsonld): adds keywords for SoftwareApp schema (#1290) e5e571c
  • feature: add ParkJsonLd component (#1291) d403076

https://github.com/garmeeh/next-seo/compare/v6.1.0...v6.2.0

v6.1.0

10 months ago
  • fix readme typo (#1124) 59c18c4
  • fix: #1118 - added worstRating under AggregateRating type (#1224) c086508
  • Fix useAppDir prop value instructions when using app dir (#1244) ee41400
  • Make sub fields for Place on JobPostingJsonLd optional (#1251) 1b22541
  • Update README.md 4c69f9b
  • Add banner for Next.js Weekly newsletter (#1195) c93b9d7

https://github.com/garmeeh/next-seo/compare/v6.0.0...v6.1.0

v6.0.0

1 year ago

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: , <title>) then it is highly recommended that you use the built in generateMetaData method. You can check out the docs here

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) aca05ca

Also better safe than sorry with SEO 😅

As this bug was fixed via #1062 it may have some strange effects if you have a work around in place.

  • fix: noindex + nofollow override (#1062) f2a5f7f

All other changes:

  • feat: add jobPosting support for 'confidential' (#1186) db70100
  • Add cateogry property to product json-ld prop type (#1188) 76ca1e4
  • Update Docs (#1190) c77e6f6

https://github.com/garmeeh/next-seo/compare/v5.15.0...v6.0.0

v5.15.0

1 year ago
  • feat: enhance NewsArticleJsonLd and ArticleJsonLd author (#1105) 9409826
  • chore: Allow null for TS definitions about width and height of OpenGraphMedia (#1112) 7b2ad73
  • fix: typo in e2e app (#1120) fdf6738
  • fix: Accept type string for location and address (#1122) 0dbcef4
  • fix(EventJsonLd): Do not add eventStatus/eventAttendanceMode if not present (#1121) 94abb9e
  • Fix typo (#1095) 38838ca
  • fix: product can have a single review (#1102) 56f0146
  • [1109] Fix WebPage docs link (#1110) f904837
  • [1111] Improve WebPageJsonLdProps by extending JsonLdProps (#1114) da493ea

https://github.com/garmeeh/next-seo/compare/v5.14.1...v5.15.0

v5.14.1

1 year ago
  • Adding email property to the ContactPoint type (#1069) f857eb5

https://github.com/garmeeh/next-seo/compare/v5.14.0...v5.14.1

v5.14.0

1 year ago

This release could probably have been a patch release with the below being the only change. Being an SEO library I will always lean towards being extra careful, hence the minor vs patch. Also this could result in broken tests anyway if someone was doing some form of snapshot on the output.

Changes:

  • Remove keyoverride attribute from additional meta tags (#1080) 37dda3c

Chores:

  • Update app directory documentation (#1078) 0bb10e9
  • Bump next from 13.0.0 to 13.0.1 (#1076) 815e636
  • Bump @types/node from 18.11.7 to 18.11.9 (#1077) 7a32471
  • Update Docs (#1075) 6b684c1

https://github.com/garmeeh/next-seo/compare/v5.13.0...v5.14.0

v5.13.0

1 year ago
  • Next 13 Support (#1074) 4a31018

Be sure to check out the docs around the app directory

https://github.com/garmeeh/next-seo/compare/v5.12.0...v5.13.0