Quote:
Originally Posted by TheSenator
Does anybody know if Google penelizing for re-directing mobile traffic to a different domain?
|
why not make a mobile theme for your site, and when a mobile visitor comes they get served the mobile version of your site, no redirecting. thats what i do.
i even wrote a plugin to allow you to select a theme for mobile devices, and also target content for mobile devices.
example
[is_mobile]
content here
[/is_mobile]
or
[is_iphone]
content here
[/is_iphone]
same with is_ipod
is_kindle etc
so that content will only be shown to those devices