You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're using VueRouter to resolve hreflang URLs. There's a base option, but unfortunately it doesn't work with absolute URLs. Opened a ticket about it: vuejs/vue-router#2927
Google seems to recommend absolute links for alternative language links: https://support.google.com/webmasters/answer/189077?hl=en
E.g.
<link rel="alternate" hreflang="en-gb" href="http://en-gb.example.com/page.html" />
Should be able to fix here: https://github.com/njam/nuxt-i18n-module/blob/e025a732377ee0d38b134775034b857510d0ca62/src/templates/plugin.js
The text was updated successfully, but these errors were encountered: