Releases: forge42dev/seo-tools
Releases · forge42dev/seo-tools
v1.3.0
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
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
Canonical link generation improvements
- The
alternatives
prop are now generic and will adapt to whatever you pass in (objects, strings, arrays) - The
urlTransformer
andaltAttributesTransformer
now also returncanonicalUrl
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
Readme update
Full Changelog: v1.1.0...v1.1.1
v1.1.0
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
Initial release of SEO tools
What's Changed
- Version 1.0.0 by @AlemTuzlak in #1
New Contributors
- @AlemTuzlak made their first contribution in #1
Full Changelog: https://github.com/forge42dev/seo-tools/commits/v1.0.0