If you’re wondering if your sites are mobile friendly enough to get the label - Google has a Webmaster Tool for that⦠Just put in your URL and it will tell you whether you pass the test.
I’m sort of groaning right now. I need another major project right now like I need a hole in the head. The only sites of mine that pass the test are the new ones I’m building. All my existing sites need to be reworked - even my forum which uses a responsive theme. On the forum some pages pass, others don’t. So that means it’s not enough to be responsive.
So it thinks the pages on Breeding Zone are mobile friendly, but doesn’t think rawtop.com or Raunchy Fuckers is mobile friendly. Curiously my Twitter page doesn’t get the mobile-friendly badge (and failed to fetch in the GWT mobile friendly testing tool), but someone else’s Twitter page does get the mobile-friendly label.
But the bottom line is - how much out of your way do you go for mobile traffic? Does it convert? I can see putting some effort in on mobile since it’s growing (fast), but desktop is still our bread and butter - right? (Unless you run social sites - then it’s critical, IMHO).
I compared a mobile search to a desktop search for “pool sales” which I thought was generic enough.
Turns out that mobile friendly sites got MUCH more prominence on my phone while the desktop yielded non-mobile results.
Responsive is mobile friendly (or should be if designed properly). The benefit of using a responsive design is your listings will appear in searches by mobile users as well… If you site wasn’t responsive/mobile friendly you may not get listed as Google may select more mobile friendly sites instead to list.
[QUOTE=rawTOP;154600]
I don’t think any of those items are part of “responsive”.[/QUOTE]
They are if designed properly…
I have responsive layouts that adjust font size and spacing according to the size of the device viewing the page. As the screen gets smaller font sizes increase along with padding, margins, borders and so on all through css. You can even hide or reorder entire divs via java script so they fit nicer on smaller devices. Good for turning a multi-column page for desktop view into single column for mobile.
Are you referring to images as static elements? Those will also shrink proportionally as the screen gets smaller. Even Video players work nice. Java script detects if flash is available and if so supplies a 640x480 (or what ever size you like) flash player… If flash isn’t detected falls back to HTML5 video. Also both the Flash and HTML5 video players resize proportionately as screen size shrinks or expands.
I built mine over a year ago using Dream Weavers Fluid Grid… I tested the site in the test link you supplied above and Google gave it all green lights as mobile friendly One HTML page that adjusts automatically based on screen size, not dependent upon detecting user agents and redirecting to different pages (The old fashioned way).