nuxt-modules / i18n

I18n module for Nuxt
https://i18n.nuxtjs.org
MIT License
1.76k stars 485 forks source link

Use canonical URL to generate hreflang alternates #3143

Open okj579 opened 2 months ago

okj579 commented 2 months ago

Describe the feature

When a page has tracking parameters or other non-canonical url parts, the hreflang-alternate URLs include them. Since this is a SEO feature, I'd like the alternates to only include canonical URLs. I'd like a way to customize how the URLs are generated, or simply to use canonical URLs.

Additional information

Final checks