Quote:
Originally Posted by bdld
the code doesnt matter, redirecting people based on their browser to a different site is not a good idea seo-wise, you should redirect them to a mobile version of your own site.
|
You can make a mobile.yourownsite.com, subdomain, use the script I posted. Put
Code:
<meta name="viewport" content="width=320; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;">
in the head and add whatever content and links you want.