Google Warning To Non-Mobile Friendly Web Sites

Today one of the sites we work with got a message in their Google Webmaster Tools.  The message titled “Fix mobile usability issues found on yoursite.com” basically informs the site own that because “These pages will not be seen as mobile-friendly by Google Search, and will therefore be displayed and ranked appropriately for smartphone users.”

So what does this mean? It sure sounds like their will be an algorithm update coming that will start penalizing websites or at least removing them from mobile searches if they are not mobile friendly.

Clearly this is a sign of things to come.

So what should you do?  If your site is in a CMS, there are often plugins that can make a mobile friendly version of your site, but if you really want it done right, it is time to move to a responsive design for your website.  This means you will basically need a new site, but it sounds like unless you want to be removed from mobile search, it is a good time to invest in a new website.

 

Signed up For ClickTale

By Dave Fogel | January 12, 2011

We are always looking for better ways to get data from the web. Clicktale is a pretty cool product that allows you to generate heatmaps of you site and find out what people are doing. There is a free trial. Check it out. www.clicktale.com

Adding WordPress 3.0 Menu support to your older site

By Dave Fogel | January 12, 2011

I have come across this a few times when updating older sites to WordPress 3.0 that the fancy new menu system in WP3.0 doesn’t work. Fortunately, this is an easy fix. First off, you will be editing your functions.php file, so make a backup! Now, add this code to your funtions.php file: add_action( ‘init’, ‘register_my_menus’…

Having Multiple Footers in wordpress

By Dave Fogel | January 11, 2011

Sometimes I like to have multiple footers for a site, or at least one for the homepage and one for the rest of the site. Fortunetly, wordpress makes this really easy to do. WordPress has a special template tag for including them into your theme: This function will accept only one parameter, a string, which…

Dave Fogel

Leave a Comment