next-seo

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

MIT License

Downloads
1.8M
Stars
7.6K
Committers
113

Bot releases are visible (Hide)

next-seo -

Published by garmeeh about 2 months ago

  • feat: Allow QAPage to set URL for author (#1479) 1afb6e6
  • Update README.md (#1431) 0030c7c
  • Merge branch 'master' of github.com:garmeeh/next-seo 96b49b6
  • Update README.md (#1351) 8e4545a

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

next-seo - v6.5.0 Latest Release

Published by garmeeh 8 months ago

What's Changed

New Contributors

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

next-seo -

Published by garmeeh 12 months ago

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

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

next-seo -

Published by garmeeh 12 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

next-seo -

Published by garmeeh 12 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

next-seo -

Published by garmeeh over 1 year 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

next-seo - V6

Published by garmeeh over 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: , ) 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

next-seo -

Published by garmeeh almost 2 years 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

next-seo -

Published by garmeeh almost 2 years ago

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

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

next-seo -

Published by garmeeh almost 2 years 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

next-seo -

Published by garmeeh almost 2 years 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

next-seo -

Published by garmeeh almost 2 years 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

next-seo -

Published by garmeeh almost 2 years 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

next-seo -

Published by garmeeh almost 2 years 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)

next-seo -

Published by garmeeh almost 2 years 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

next-seo -

Published by garmeeh almost 2 years 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

next-seo -

Published by garmeeh almost 2 years 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

next-seo -

Published by garmeeh almost 2 years 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

next-seo -

Published by garmeeh about 2 years 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

next-seo -

Published by garmeeh about 2 years 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