D
D
drveb12018-11-08 20:48:08
Search Engine Optimization
drveb1, 2018-11-08 20:48:08

Is it possible to deceive the search engine into having a mobile version of the site?

There is a site.
We can't enable the mobile version at this stage.
Search engines write that there is no mobile version.
As I understand it, because of this, the position of the site is lower.
Is it possible to "deceive" the search engine, making it so that the mobile version = the full version of the site.
That is, the search engine will see the mobile version of the site, but in fact it will be a copy of the full version of the site.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
D
Denis, 2018-11-08
@drveb1

Well, spend 3 hours on a primitive responsive, the main feature on mobile devices is to hide horizontal scrolling and then Google will consider that you have a mobile version,
it achieves this by

div {
width:100%;
overflow: hidden;
}

and hide unnecessary blocks
div {
display:none;
}

T
TyzhSysAdmin, 2018-11-08
@POS_troi

Maybe lower, but in the "mobile search", if you do not have a mobile version, then what for mobile users your site? :)
Maybe you just need to finish the mobile version, and not, as always, "let's all nai ***."
PS Bots renders the page, in order to deceive him, you need to give him content that he can take for a mobile version. Hmm, you need to make a mobile version then or give the main one but in some kind of Frankinstein :D

P
Puma Thailand, 2018-11-09
@opium

Of course not, just make a rubber design

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question