So we’ve implemented a solution for regular blog posts to create an hreflang=“x-default”. This is pretty straight forward (in our case) as the (default) English URL is used for all translations.
Not so for the listing pages for tags. As we display the tags at the bottom of a blog post, we want to show them in the blog language.
Is there a way to pull for a translated tag/topic, say “inteligencia-artificial,” the associated English “artificial-intelligence” from the same multi-language group?
Thanks in advance.