Mobile Enabled Job Sites


Posted By: Thomas Shaw, 10:00pm Tuesday 04 August 2009

Continuing on from the previous article on Problems with Mobile Recruiting. One of the problems in having 2 different versions of your website, is deciding whether you should automatically redirect or allow the user to choose between viewing in mobile or original version.

Using the same URL for both the mobile and desktop version has huge benefits. The biggest benefit is that for users, the URL does not matter. Adding a specific subdomain/folder ("mobile" or "m" are the most commonly used) to your site is another way of opening your website for mobile users. You could even purchase a .mobi domain name.

There are now so many different types of mobile devices and browsers that auto redirection can be quite complex. Tonight I tried out 3 different mobile job sites which included MyCareer, Michael Page and CVB. Only CVB had a redirection script for the iphone which worked. For more information, have a read on auto device-detection scripts in either PHP, ASP or you can read the full list of mobile browser details

My advice has always been to automatically redirect users to the mobile version because it is faster than waiting for the full site to download. Promoting a seperate URL is a waste of resources. I recently read a article titled Why You Should Automatically Route iPhone Users to Your Mobile Site which backed up my advice. 

But many argue that it is fundamentally wrong to redirect based on a browser. In their philosophy a website should always be aware of the capabilities/limitations of the browser and adapt accordingly, regardless of the type or age of the browser. But you might choose to do this anyway - in fact there is a very good case for presenting totally different content based on the browser. One of the most important arguments is that the information needs of mobile users might be totally different.

Do's of mobile webpage design

Don'ts of mobile webpage design

Do you prefer auto redirection or viewing the original site? I would be keen to hear your thoughts.