-
-
Notifications
You must be signed in to change notification settings - Fork 490
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: opt-in alternate link consistency #3320
base: main
Are you sure you want to change the base?
Conversation
We need this fix as soon as possible. It's harming SEO. You're free to modify the code and push any changes. Thanks! |
Will take a look at this soon and will add tests to prevent regressions in the future |
It's pretty important for our project. Any update? Thanks! |
9e499f1
to
e2df557
Compare
commit: |
ddff1d7
to
2346df9
Compare
I have fixed the implementation and since this would be a breaking change I have made it an opt-in feature with the property I have updated your reproduction from #3296 to demonstrate it using the preview release here https://stackblitz.com/edit/bobbiegoede-nuxt-i18n-starter-kge99mlf?file=nuxt.config.ts, is this what you had in mind? We may make this default behavior in the next major, but hopefully I can get some more conclusive docs/sources to be sure this is the right approach. |
π Linked issue
Fix #3296
β Type of change
π Description
Use canonical queries options for alternate links as well.
π Checklist