Hello,
thank you for your reply.
I read that with the x-default I can indicate which page is the default page if there is no page in the language of the user. In the case of a french user for example I would like to indicate that isabella-hansmann.com/en is the default page. Correct me if I am wrong I do have only a superficial understanding of this topic.
In my header I found the following code which I believe is set by the Multisite Language Switcher
</script>
<link rel=”alternate” hreflang=”de” href=”https://isabella-hansmann.com/” title=”DE ” />
<link rel=”alternate” hreflang=”en” href=”https://isabella-hansmann.com/en/” title=”EN ” />
<link rel=”alternate” hreflang=”es” href=”https://isabella-hansmann.com/es/” title=”ES” />
In order to set the x-default for my English page, I need to change the hreflang to: hreflang=”x-default”
I tried to do this via FTP access in the header.php and with the plugin Header, Footer and Post Injections, but it did not work.
Thus either I am missing any detail (which is possible as this is very difficult for me) or I have to do it at a different place because I am using the Multisite Language Switcher.
I’d appreciate any hint or advise with this issue.