Answer the question
In order to leave comments, you need to log in
Is canonical required for a mobile site?
A number of questions that have been tormenting me for more than a month.
I have one project that gets 50% traffic to the desktop version and 50% traffic to the mobile version.
There were no questions if it weren’t for one thing, but what’s on the mobile, what’s on the desktop version are different title and meta, plus the content itself is slightly different (just a little bit), this is due to requests, to make it clearer here is a very good example:
Desktop title (domain.com) => Wallpapers for PC
Mobile title (m.domain.com) => Phone pictures
The
site is old and ranks very well in Yandex, but there is a problem with Google, perhaps precisely because there is no correct canonical
you need to do the following:
On the desktop version, place canonical
<link rel="alternate" media="only screen and (max-width: 640px)" href="https://m.domain.com/">
<link rel="canonical" href="https://domain.com/">
<link rel="alternate" media="only screen and (max-width: 640px)" href="https://m.domain.com/">
<link rel="canonical" href="https://domain.com/">
<link rel="alternate" media="only screen and (max-width: 640px)" href="https://m.domain.com/">
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question