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