Next Seo Versions Save

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

v5.12.0

1 year ago

This release deprecates contactPoints prop on the <OrganizationJsonLd /> component in favour of contactPoint.

You do not need to change anything as until the next major release we will continue to accept contactPoints.

However, it is worth noting that the output script will now contain containPoint as per the correct schema definition. I did consider whether this was a breaking change as if you have tests checking the output they will fail and require a change. If you were effected by this and consider this a breaking change please let me know.

  • fix: organization prop contactPoint (#1070) 80dba3d

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

v5.11.1

1 year ago
  • fix: BreadcrumbJsonLd additional property (#1064) 3ec1251

Chores

  • Increase test coverage (#1065) 0144d48

https://github.com/garmeeh/next-seo/compare/v5.11.0...v5.11.1

v5.10.0

1 year ago

feat: add isAccessibleForFree prop on article and newsarticle (https://github.com/garmeeh/next-seo/pull/1060) fix: article object type BlogPosting (https://github.com/garmeeh/next-seo/pull/1050)

v5.11.0

1 year ago
  • Bump next from 12.3.1 to 13.0.0 (#1059) ca8ab2e

https://github.com/garmeeh/next-seo/compare/v5.10.0...v5.11.0

v5.9.0

1 year ago
  • Added themeColor meta tag to support Discord Embed & mobile Chrome Browsers (#984) ac547e2

Chores:

  • fix: snapshot outdated c61f1b2
  • Fix links and suggest to remove a superfluous link (#990) eeb33e4
  • Update README.md (#1009) 0602078
  • Update README.md (#991) e04ccc2
  • docs update for themeColor e2526c4
  • fix unhandled error when recipeInstructions is undefined (#997) 8f5df2e
  • fix: add docs example to avoid httpEquiv TypeScript error (#1052) c828eb2
  • Cypress 10 (#1041) c967181
  • Docs for ImageJson (#1042) eb96f09

https://github.com/garmeeh/next-seo/compare/v5.8.0...v5.9.0

v5.8.0

1 year ago
  • deprecated site_name 5416de6
  • Add siteName next to site_name to respect camelCase convention (#1014) dd61207

https://github.com/garmeeh/next-seo/compare/v5.7.0...v5.8.0

v5.7.0

1 year ago
  • feat(983): support multiple addresses for Local Business and Organization (#1032) d27358f
  • Disable children property from NextSeo as it is not supported (#996) c52dd5c
  • Adds image jsonld (#1028) 4cca002
  • fix(#957): Optional validThrough property for JobPostings (#1025) 1bd2351

Chores:

  • Add jest action (#1024) eb26a86
  • Increase Test Coverage (#1023) 0362ce9

https://github.com/garmeeh/next-seo/compare/v5.6.0...v5.7.0

v5.6.0

1 year ago
  • Add support for 'og:audio' (#1010) f2a5a3d
  • adds experience requirements for job posting (#1015) 93903c6

Chores

  • update yarn.lock 6e15eec
  • Upgrade to GitHub-native Dependabot (#738) d42a003

https://github.com/garmeeh/next-seo/compare/v5.5.0...v5.6.0

v5.5.0

1 year ago
  • Passing defaultTitle through to buildTags (#832) d5e1d08
  • Update types.ts (#971) 132e7e7
  • Add more properties to JsonLd Event (#905) a421f3a
  • feature: added how-to jsonLD (#946) f3cc915
  • feat: support article author url (#961) 05fd52a
  • feat: update document (#960) cad8772

https://github.com/garmeeh/next-seo/compare/v5.4.0...v5.5.0

v5.4.0

2 years ago
  • Updates to core toJson (#948) f349155

NOTE: This will change the output slightly to ensure it is fully compatible with JSON.

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