Anyone Knows a good plugin for WP that will deal with the mobile visitors?
-
I see traffic coming to my sites from mobile devices and I wanted to make sure they get the best experience on my sites but I don't want to create another version of the site on the same domain as this will cause a serious INNER duplicate content issue.
Anyone know a good WP plugin that solves this issue with out creating inner duplicate content?
-
I cant see a plugin doing a good job here, this is the new challenge for web sites. It presents a lot fo challenges for web development. it will make the job of CMS makers that much more complicated.
-
Hi Dan,
This Wordpress plugin is supposed to do a great job at exactly what you're looking to accomplish: http://wordpress.org/extend/plugins/mobilepress/. Here's an article from Mashable where the plugin is featured: http://mashable.com/2010/12/16/create-mobile-site-tools/
-
I've seen several bloggers use this one, and it seems to work well for that: http://wordpress.org/extend/plugins/wptouch/
Not sure if it works equally well for websites or not, but worth a look.
-
Thanks for the link but how can I be sure it won't create the duplication issue. I mean I can assume that Google will "know" that the second version is the mobile version and not duplication but I really wanted to know if anyone USES a plugin like these and how google reacts ?
-
Yes, I see your point, Maybe I am too paranoid, I mean, A LOT of people downloaded the plugin and if they would see a ranking drop of any kind I guess we would hear that by now, I was just hoping to find someone that actually is SEO savvy and uses that plugin.
Cheers!
-
i think the idea is to have one content and use css to reposition it.
I have made a simple tet site using css, using this in your style sheep once the screen goes below a certain width, the styles inside take over.
@media only screen and (max-width: 850px)
{
}