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 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)
{
}
-
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!
-
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 ?
-
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.
-
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 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.
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
Backlink audit - anyone know of a good tool for manually checking backlinks?
Hi all, I'm looking at how to handle backlinks on a site, and am seeking a tool into which I can manually paste backlinks - is there a good backlink audit tool that offers this functionality? Please let me know! Thanks in advance, Luke
Intermediate & Advanced SEO | | McTaggart0 -
Does we need to add a canonical tag with the mobile url in each desktop version as a result of mobile first index?
Hi, Does we need to add a canonical tag with the mobile url in each desktop version as a result of mobile first index? Thanks Roy
Intermediate & Advanced SEO | | kadut0 -
What does actually Mobile First Index means?
Hello All, What does actually Mobile First Index means? Is it that on my desktop in google.co.uk when I will search my keyword then site will come on top whose Mobile performance is good as per google? and then what is Mobile Second Index? Thanks!
Intermediate & Advanced SEO | | micey1231 -
What can we do to optimize / be mobile-friendly for PDFs?
I'm getting a "Your page is not mobile-friendly." notice in the SERPs for all of our PDFs. I check the pdf on the phone and it appears just fine. rFtLq
Intermediate & Advanced SEO | | johnnybgunn0 -
A good experiment to test keyword/vertical difficulty?
I'm trying to rank a brand new client site but getting nowhere for our main keyword/s - this after 6 months. We have built lots of good links and literally tried everything to fix this. What's a good way for me to test the keywords on a different page / domain to be certain the problem isn't with the vertical/keyword? I'd love to have some advice on this vs. how to fix the problem, which I've asked about here before. I'm assuming buying and trying to rank a new domain is a bad idea since sandboxing etc. could make it very difficult. Perhaps sending some links to a Tumblr page that's optimized for the main keyword or something similar? Would love to hear some suggestions - thanks a lot.
Intermediate & Advanced SEO | | zakkyg0 -
Tools to check mobile speed performance
Hey Guys, Looking at a site which has mobile versions of each page example: m.domain.com.au Some of these pages have images which are over 1mb. I want to quickly identify these pages with high image file sizes, any good tools which can do this? Cheers.
Intermediate & Advanced SEO | | jayoliverwright0 -
Will I lose Ranking if I switch from Volusion to Big Commerce?
I've had a website with Volusion for years and rank in the top position for most relative keywords. I'm planning to move to Big Commerce because of the limitations with Volusion but I'm worried that my rankings will suffer when I move... is this a valid concern and is there anything I should do to make the transition seamless?
Intermediate & Advanced SEO | | CatrinaSpindler0 -
Mobile Sitemap Issue
Hi there, I am having some difficulty with an error on Webmaster Tools. I'm concerned with a possible duplicate content penalty following the launch of my mobile site. I have attempted to update my sitemap to inform Google that a different mobile page exists in addition to the desktop page. I have followed Google's guidelines as outlined here:
Intermediate & Advanced SEO | | DBC01
http://support.google.com/webmasters/bin/answer.py?hl=en&answer=34648 I'm having problems with my sitemap.xml file. Webmaster tools is reporting that it is not able to read the file and when I validate it I am getting an error stating that the 'Namespace prefix xhtml on link is not defined'. All I am trying to do is to create a sitemap that uses the rel="alternate" to inform Google that their is a mobile version of that specific page in addition to the desktop version. An instance of the code I am using is below: xml version="1.0" encoding="UTF-8"?> xml-stylesheet type="text/xsl" href="gss.xsl"?> <urlset< span="">xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"xsi:schemaLocation="http://www.google.com/schemas/sitemap/0.84 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd"> http://www.mydomain/info/detail/ <xhtml:link< span="">rel="alternate" media="only screen and (max-width: 640px)" href="http://m.mydomain.com/info/detail.html"/> <lastmod></lastmod>2013-02-01T16:03:48+00:00<changefreq></changefreq>daily0.50</xhtml:link<></urlset<> Any help would be much appreciated. Thanks0