A couple of weeks ago I logged into my Google Webmaster Tools account (if you don’t have one I highly recommend it) and I noticed under the “HTML Improvements” section there were dozens of pages with duplicate title tags.
Upon examination I discovered that the duplicates were normal posts and WordPress search pages that contained that same post as the first result (thus causing the title tag of the search page to be the same of the post).
The solution is pretty straight forward though: you just need to apply a noindex attribute to the search pages, telling Google that it should not store those pages on its index.
Apart from fixing the duplicate title tags problem this should also improve your overall SEO, as search pages are usually low value ones under Google’s eyes, so the fewer you have of those indexed, the better.
The easiest way to achieve this is by using a plugin. Robots Meta is one that does the trick, and it’s light-weight. If you want something more heavy-duty consider WordPress SEO, by the same developer (Yoast).
Curiously enough All in One SEO Pack doesn’t do that. If you know how to code, though, you can edit a single line to add the noindex to search pages.
As for checking whether or not you have the problem, simply perform a search on your blog, open the source code, and look for a tag like this one on the head section:
<meta name="robots" content="noindex,follow" />
If you can’t find it, then you probably need a plugin to fix that.
You have just read an article that categorizedUNCATEGORIZED
by title Noindex Your WordPress Search Pages. You can bookmark this page with a URL https://temp-free.blogspot.com/2013/10/noindex-your-wordpress-search-pages.html. Thank you!
Written by:
Thanh Hoa - Sunday, October 27, 2013
There are currently no comments for "Noindex Your WordPress Search Pages"
Post a Comment