Forum Moderators: Robert Charlton & goodroi
Google To Expand Mobile Friendliness As A Ranking Signal
Starting April 21, we will be expanding our use of mobile-friendliness as a ranking signal. This change will affect mobile searches in all languages worldwide and will have a significant impact in our search results. Consequently, users will find it easier to get relevant, high quality search results that are optimized for their devices.
Right now, if you do a google search using a smartphone or similar, do you get some kind of indication on the SERP about mobile-friendliness?
Now the question is, how to make Google re-crawl my new mobile friendly code. Any ideas?
In fact I went to great pains to be sure my site looked and behaved identically across desktop and mobile browsers. Now I'm effectively being required to maintain 2 versions of my site instead of 1 version that works everywhere.
Me too. That's why I don't want to set a meta viewport. As long as I don't set one, the page fits the browser window perfectly every time. No horizontal scrolling needed. But not setting one means I fail Google's mobile-friendliness test.
That's why I don't want to set a meta viewport. As long as I don't set one, the page fits the browser window perfectly every time. No horizontal scrolling needed. But not setting one means I fail Google's mobile-friendliness test.
Then try: <meta name="viewport" content="initial-scale=1">
cache-control
I run an informational site. 97% of my visits come from desktops and only 3% are mobile. Should I worry if I don't change anything? My site is not mobile friendly.
Try <meta name="viewport" content="width=device-width">
Try <meta name="viewport" content="width=device-width">
Same thing. If I set any of these then my design breaks, but it works great without setting a viewport at all
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1" />
Is there any way to set the viewport and tell it to behave the same way it does when unset?
<script>
$( document ).ready(function() {
$('meta[name=viewport]').attr('content', '');
});
</script>
my mobile ad conversions are in the tank... I'll then make my site "non mobile friendly" again and see what happens.
<meta name="viewport" content="" />
That's probably what most mobile users see at your page if you have not designed specifically for mobile. How many different size mobile devices have you tested on? Clearing cache and reloading page each time?
...mobile-friendliness as a ranking signal...
or any internal, equivalent tool that they have
The real version is the Mobile-Friendly test [google.com] based on what the mobile googlebot sees.
(The MFT link is a little obscure; you only see it when they warn that your PSI score for a particular page is not-too-good.)
I see a huge difference between the mobile-friendly tool and PSI
This page uses one resource which is blocked by robots.txt. The results and screenshot may be incorrect.
a false sense of compliance if no real world testing is done to ensure support for the many mobile devices in use today
Where does it say this tool is "based on what the mobile googlebot sees."
Mozilla/5.0 (iPhone; CPU iPhone OS 6_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/6.0 Mobile/10A5376e Safari/8536.25 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) Thanks to piwik, all my pages...