Is your site mobile friendly

mobile-friendlyMaking sure your website is mobile friendly is now more important than ever.  But how can you be sure you are mobile friendly? Google has created a testing tool so you can test for yourself.  It is pretty simple to use.  Just type your website into the tool and see what happens.

If your mobile pages use different URLs than your desktop pages (such as m.example.com or example.com/m/), test both mobile and desktop URLs in Fetch as Google to make sure that redirects are correct. .

If all looks good, then move on to ensure your mobile site passes the mobile testing tool.

Go ahead and try it yourself.   If you fail, there are some different things you can try.  Contact us to learn more.

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…

Posted in

Dave Fogel

Leave a Comment