David Pitlyuk sent words about a WordPress plugin that will help get you out of Google’s Supplemental index. The Duplicate Content Cure Plugin for WordPress is a very simple, yet effective SEO plugin that prevents search engines from indexing WordPress pages that contain duplicate content, like archives and category pages.
It does this by adding the meta tag on the problem pages. Installation is very simple.
1. Download the plugin
2. Place the file duplicate-content-cure.php in your plugins directory
3. By default, category pages will have the noindex tag added. If you wish to allow your category paes to be indexed, just change the $index_category_pages variable in the duplicate-content-cure.php file. See the example below:Change
$index_category_pages = false;
to
$index_category_pages = true;4. activate it on the plugins page
That’s it. Say goodbye to those pesky duplicate content pages for good.
The plugin won’t replace a good robots.txt file but it’s very easy to use and will eliminate the biggest cause of duplicate content on a WordPress blog.
Did you enjoy this post? Get John Chow Dot Com updates via email...
Stay up to date with all of John Chow’s tips for making money online and blog posts by subscribing via email. Your email will be kept private and never shared with anyone.













One of the most common complaint (or excuse) I hear from potential new bloggers is they don’t know how to install WordPress. Terms like FTP and CPanel are like a foreign language and setting up a database might as well be setting up the space shuttle for a launch. Because of the technology barrier, many would-be bloggers never start their blogs...