lucy24

msg:4382798 | 8:56 pm on Nov 2, 2011 (gmt 0) |
You've got at least two completely unrelated questions, so it may be best to ask them separately. #1 guidelines for designing a mobile-friendly version of the site #2 how and when to redirect The second question is easier. Or, at least, can be answered in fewer words. It's done in your .htaccess via device detection. Look for keywords in the user-agent string; you can pick up an amazing lot just by the case-sensitive sequence "iP". Others are "mobile" and "mini". It isn't the single most common question in the Apache forum, but there are enough of them that a Forums search will turn up the recurring themes. One part is: make sure the user has the option of not being redirected if they explicitly ask for the non-mobile version. But first, design your mobile-friendly site.
|
meelosh

msg:4383001 | 11:23 am on Nov 3, 2011 (gmt 0) |
thanks lucy...I understand #1 its more #2 Im concerned about...I will sniff around the apache section..thanks
|
phranque

msg:4383375 | 5:20 am on Nov 4, 2011 (gmt 0) |
make sure you serve Googlebot-Mobile the same content as mobile user agents. Making Websites Mobile Friendly: http://googlewebmastercentral.blogspot.com/2011/02/making-websites-mobile-friendly.html [googlewebmastercentral.blogspot.com] however, before you do anything you also want to read and understand the distinctions between mobile phone and smartphone browsers as google sees it. How does Google treat mobile sitemaps that are almost identical to standard desktop ones? - Webmaster Central Help: http://www.google.com/support/forum/p/Webmasters/thread?tid=3bc1d9b5d405a362 [google.com] and i assume you are aware of w3c's mobile bp docs. Mobile Web Best Practices 1.0: http://www.w3.org/TR/mobile-bp/ [w3.org]
|
|