Wrong with multidomain setting
-
Hi, i have a website with dedicated domain name for every translation section, i have notice that in html source some link have the default domain link, like:
<link rel='shortlink' href='' />my original domain is Domain.com
the other domain are Domain.es, Domain.fr, Domain.de for rispective language.
when visit a page of french domain like Domain.fr/page-name-fr/ in html source code i see that the tag:
rel='shortlink'not have the FR slug but the COM, like this<link rel=’shortlink’ href=’http://Domain.com/?p=1272′ />
so, it’s use the english domain instead of french domain.
This also happens for the
<link rel='' 'dns-prefetch'>tagscan you check if this happens to you too?
The topic ‘Wrong with multidomain setting’ is closed to new replies.