Skip to content

Releases: forge42dev/seo-tools

v1.3.0

29 Jul 10:58
Compare
Choose a tag to compare

Remix sitemap change

From this version it does not ignore the wildcard route by default but you have to instead ignore it yourself if you wish to do so

Full Changelog: v1.2.1...v1.3.0

v1.2.1

29 Jul 07:52
Compare
Choose a tag to compare

Canonical generator upgrade

You can now pass in a canonical link as a prop to the canonical link generator

Full Changelog: v1.2.0...v1.2.1

v1.2.0

26 Jul 14:57
Compare
Choose a tag to compare

Canonical link generation improvements

  • The alternatives prop are now generic and will adapt to whatever you pass in (objects, strings, arrays)
  • The urlTransformer and altAttributesTransformer now also return canonicalUrl as a prop so you can check if there are duplicates in the alternative links.
  • You can now return null from the urlTransformer which will omit the alternate tag

Full Changelog: v1.1.1...v1.2.0

v1.1.1

25 Jul 13:12
Compare
Choose a tag to compare

Readme update
Full Changelog: v1.1.0...v1.1.1

v1.1.0

24 Jul 14:31
Compare
Choose a tag to compare

Older remix versions support

You can now pass in a routes object to the generator for remix which allows support for older versions that are not running on Vite

Full Changelog: v1.0.0...v1.1.0

v1.0.0

23 Jul 15:24
0e242d9
Compare
Choose a tag to compare

Initial release of SEO tools

What's Changed

New Contributors

Full Changelog: https://github.com/forge42dev/seo-tools/commits/v1.0.0