Different URLs for canonical and x-default tags #1752
Unanswered
alexhillel
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello there,
I'm currently using version 7.2.2 of nuxt-i18n with Nuxt 2+Bridge, and I'm having an issue with a request from a client's third-party SEO expert.
The client has two top-level domains, one for a Global site in English, and one for an Asia-centric site also in English but with slightly different content. I'm using the
differentDomainsoption, configured like this:The SEO expert has instructed us to set the
canonicaltag to always be set to the localised domain that the visitor is on, but thex-defaulttag to always point to the Global domain. The implementation above always results in the Global domain being used in both cases, and i can't work out how to separate the canonical only to use the localised domain.Is this possible using the plugin?
Many thanks.
Beta Was this translation helpful? Give feedback.
All reactions