Search
SEO Logs » wordpress » Duplicate Content Cure Plugin for Wordpress

  • Duplicate Content Cure Plugin for Wordpress

    Surprise. Your Wordpress Site Isn’t Search Engine Friendly
    We have all seen the standard “Wordpress SEO” articles that discuss the obvious things that you can do to optimize your Wordpress blog. Most focus on optimizing titles, permalinks, meta keyword and description tags, and possibly adding a Google sitemap. All of these are important for SEO, but there is one really big one missing.

    It turns out that the default Wordpress site structure is extremely un-search engine-friendly. The same archives, categories, built in search, and home page paged navigation that make navigation extremely easy for people, but don’t feature any unique content at all. They usually feature excerpts of the full posts, or complete duplicate copies of the full posts in chronological order. All of these extra pages with the same content repeated again and again, dilute the value of the most important pages on the site: the posts and pages.

    It turns out that this is actually a really easy problem to solve by just telling the search engine spiders not to index those pages with duplicate content by adding noindex meta tags. This can be done by modifying the header with a conditional tag to check for page type, and adding the noindex tag when needed.

    I could post a tutorial, but I thought it would be nicer if I made a plugin for Wordpress that does the work for you.


    Wordpress Duplicate Content Cure

    UPDATE
    Excluding category pages is now optional. See directions below.
    ——

    Duplicate content cure 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 noindex,follow meta tag on the problem pages.
    <meta name="robots" content="noindex,follow">

    It’s really simple, so there’s not really much more to explain.

    Installing Wordpress Duplicate Content Cure
    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.

    If you enjoyed this post, make sure you subscribe to my RSS feed!



    172 Responses to “Duplicate Content Cure Plugin for Wordpress”

    1. MyAvatars 0.2 Ken Says:

      Thanks for making this plugin. I have been concerned about this for some time. I went to google and looked at all the pages they had indexed for my site. Most of them were archive pages rather than post pages. Not good.

      I didn’t know it was so easy to tell search engines not to index certain pages. This helps to solve a related issue, namely that ppl who search for something get directed to an archive page and then have trouble finding the content they are looking for. I would like to have the search engines send them to the post page using the permalink.

      One problem still remains: sometimes a search will direct them to the home page but the post they are looking for will no longer be shown there. I think that I can partially deal with this by having the home page show only excerpts. Do you have any other suggestions?

    2. MyAvatars 0.2 ddhr.org - WordPress duplicate content Says:

      […] solution to this is with a simple plugin called Wordpress Duplicate Content Cure.  If the current item that’s requested is a single post, a page, or the home page and it’s not […]

    3. MyAvatars 0.2 B Jones Says:

      Ken,
      I agree. The front page is definitely still somewhat of a problem. I think by only showing excerpts, you are definitely putting a big dent in the problem.

      I think I may be moving toward taking all of the post content off of the front page all together, and only show links to the latest posts. I have already created a page called Blog (http://seologs.com/blog/ ) that sort of replaces the home page. It shows excerpts from the latest few posts.

      So all I need to do now is find make some unique content for the home page that contains some keywords that are specific to the site in general, and remove those posts all together.

      Does that make sense?

    4. MyAvatars 0.2 Weblog Tools Collection » Blog Archive » WordPress Plugin Releases for 3/02 Says:

      […] Duplicate Content Cure prevents duplicate content in wordpress blogs by adding a noindex meta tag to wordpress pages that don’t contain any unique value, like categories, archives, and paged pages. […]

    5. MyAvatars 0.2 Plugin: Wordpress Duplicate Content Cure Says:

      […] just installed the Wordpress Duplicate Content Cure. Wordpress creates lots of indifferent pages that are very similar or completely the same. What it […]

    6. MyAvatars 0.2 WeblogToolsCollection DE » Blog Archive » WordPress Plugin Veröffentlichungen am 2.3. Says:

      […] Duplicate Content Cure verhindert doppelte Inhalte in WordPress Blogs, indem ein noindex Metatag zu den Seiten hinzugefügt wird, die keine eigenen Inhalte haben, wie Kategorien, Archive und verteilte Seiten. […]

    7. MyAvatars 0.2 Amir Says:

      I like this seo plugin for wordpress. Maybe you can create a list of recommended wordpress plugins for seo. I would be interested in the ultimate css template and plugin combos for wordpress to be search engine optimized.

      Also btw the tab order for this leave a reply form above is out of wack :)

      Amir

    8. MyAvatars 0.2 WeblogToolsCollection Español » Blog Archive » Plugins de WordPress publicados 2/3 Says:

      […] Duplicate Content Cure previene la duplicación de contenido en blogs escritos en Wordpress añadiendo la etiqueta meta noindex a las páginas que no contengan ningún valor único, tales como categorías, archivos y paginas compaginadas. […]

    9. MyAvatars 0.2 TwiddleGeek Says:

      Wordpress Duplicate Content Plugins…

      I saw another dup prevent style plugin today on WP-Plugins. I’ve tried a plugin like Duplicate Content Cure some time ago when these fears were going around fairly strongly, and after trying both with and without Dup-Content preventing noindex ta…

    10. MyAvatars 0.2 月光沼泽-MoonSwamp Says:

      WP Plugin:Duplicate Content Cure…

      Duplicate content cure 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.

      Table of Contents

      Name(插件名称)
      Author(插件….

    11. MyAvatars 0.2 chalres Says:

      Does this plugin have any negative effects? I do not have a spider.txt on my site, so will this plugin discourage goo search endine ranking?

    12. MyAvatars 0.2 uniquest.net Says:

      Thanks a lot for this plugin! It’s very important! I always been confused about WordPress website structure.

    13. MyAvatars 0.2 B Jones Says:

      Charles,
      This plugin will discourage the search engines from indexing anything other than the home page, the Posts (blog posts), and the actual Pages. Since I have released this plugin, I have had both positive and some negative feedback on this plugin. Some people argue that having the category, archive, and paged pages (when you click next on the home page) will actually bring more traffic to a site. I tend to agree more with what Ken said above
      “sometimes a search will direct them to the home page but the post they are looking for will no longer be shown there.”

      At least in my experience, I have find it to be really annoying when I click a result from a search, only to find that the phrase I was searching for isn’t there anymore, or the group of words is there, but the context makes no sense at all when I actually go to the page.

    14. MyAvatars 0.2 ThemePress » Weblog Tools Collection: WordPress Plugin Releases for 3/02 Says:

      […] Duplicate Content Cure prevents duplicate content in wordpress blogs by adding a noindex meta tag to wordpress pages that don’t contain any unique value, like categories, archives, and paged pages. […]

    15. MyAvatars 0.2 ogletree Says:

      This is a nice plugin but noindexing the catagory pages is not a good idea. Is there any way to get an option or version that does not noindex the catagory pages. I’m really confused why you would have even tried noindexing the catagory pages. Have you ever looked at your log files? You must not be a very good seo if you are not using your catagory pages to rank for terms. It gives you a chance to try and rank for one specific term. It is not duplacate content. Your catagory pages are your biggest chance or ranking for terms. If you do it right you get lots of posts on one page all with the same theme and the keywords repeated many times.

    16. MyAvatars 0.2 ogletree Says:

      You can change line 24 in the plugin from:

      if((is_single() || is_page() || is_home()) && (!is_paged())){

      to

      if((is_single() || is_category() || is_page() || is_home()) && (!is_paged())){

      and that will put your category pages in Google. This mod is very simple and can be modified very easily.

    17. MyAvatars 0.2 B Jones Says:

      ogletree,
      Edit:
      The code you posted above will only work for the non paged (or first page) of each category. If you’d like to have all category pages indexed, see the update above.

      I may add a simple configuration to the plugin to allow for people who aren’t familiar with PHP to easily change this option.

      As for your first comment, I think your argument would make a lot more sense if I each post was only allowed to be placed into one category. I wish that I had organized my categories that way, but I, like many others, place my posts into anywhere from 3 to 10 categories each.

      Let’s say I write a post, and select 6 relevant categories to put it in. Now, the most important part of that post (the title), and at least one paragraph are going to be on at least 9 different pages of my blog (the 6 category pages, 2 (maybe more) archives page, and finally the actual post page).

      Sure, you may get traffic to those pages, but how similar can all of those posts be? At least in my case, all the posts in a single category are definitely going to be related, but they are all unique articles, and having them all on the same page, completely dilutes each one of them. Another problem with categories is that they are constantly changing, making it highly unlikely that the phrase the visitor searched for will even still be there.

      I think with so much emphasis on getting traffic, we sometimes loose sight of the importance of the content, and the quality of the landing page. For me, this is really a quality vs quantity issue.

      I don’t see why this would make me a bad SEO anyway. I’m just choosing to focus my efforts on optimizing the parts of wordpress that I have full control over.

    18. MyAvatars 0.2 Defective Themes: Duplicate Content « SunBurntKamel Says:

      […] Rob about his nifty architecture blog search engine, I realized just how important things like the Duplicate Content Cure Plugin are. Not just for fear of being kicked out of google, but because it makes your search results […]

    19. MyAvatars 0.2 WordPress Plugins for March 15, 2007 « designcreatology Says:

      […] Duplicate Content Cure prevents duplicate content in wordpress blogs by adding a noindex meta tag to wordpress pages that don’t contain any unique value, like categories, archives, and paged pages. […]

    20. MyAvatars 0.2 WordPress Plugins for March 27, 2007 « designcreatology Says:

      […] Duplicate Content Cure prevents duplicate content in wordpress blogs by adding a noindex meta tag to wordpress pages that don’t contain any unique value, like categories, archives, and paged pages. […]

    21. MyAvatars 0.2 WP Plugins March 27, 2007 | Blogtology Says:

      […] widget uses Weather.com to show forecast information for a city. Duplicate Content Cure prevents duplicate content in wordpress blogs by adding a noindex meta tag to wordpress pages that […]

    22. MyAvatars 0.2 WP Plugins March 15, 2007 | Blogtology Says:

      […] Duplicate Content Cure prevents duplicate content in wordpress blogs by adding a noindex meta tag to wordpress pages that don’t contain any unique value, like categories, archives, and paged pages. […]

    23. MyAvatars 0.2 Blog Informático » Contenido duplicado en Wordpress Says:

      […] un plugin llamado Wordpress Duplicate Content Cure que nos automatiza todo éste trabajo de las meta-tags y blah blah blah, recomiendo descargarlo e […]

    24. MyAvatars 0.2 3 things I Learned From Getting Kicked Off Of Google » Strange Duck Media Says:

      […] got the Wordpress Duplicate Content Cure plugin from Badi […]

    25. MyAvatars 0.2 Dear Cool Tool Makers and Blogging Gurus | Bitter Tonic Says:

      […] Duplicate Content Cure. Seems duplicate content is bad and can harm your Google page rankings. You sure don’t want that, so make sure it won’t happenwith this plugin. (April 8, 2007) […]

    26. MyAvatars 0.2 Hong Kong internet marketing Says:

      Although Google claims that it can identify the duplicated content and rank the ‘most important’ URL. It is always better to make it easy for Google bot. So, putting ‘no-follow’ for duplicated content URL is a solution.

    27. MyAvatars 0.2 ttancm Says:

      This is a great plugin. Several of the WP sites I run have been having problems with Google only indexing the category or archive pages and not the individual article pages.

      Ends up with a lot of search result snippets on Google being nothing but a list of post categories, author name, and publication date =P

    28. MyAvatars 0.2 Resultados suplementarios en Google | adseok Says:

      […] plugins a tener en cuenta. Hay algunos otros, así que prueba el que mejor te vaya, por ejemplo: Duplicate Content Cure o el All in One SEO […]

    29. MyAvatars 0.2 Avoid Wordpress Duplicate Content and Google Supplemental Penalty Says:

      […] spiders not to index certain pages on your blog by using the nofollow attributes through this “wordpress duplicate content cure” plugin. Additionally you can implement the so-called silos on your blog. We will talk about silos […]

    30. MyAvatars 0.2 wordlog.com » Supplemental Results and WordPress Says:

      […] is a duplicate content cure plugin for wordpress that promises to reduce the duplicate content indexed by google by way of your […]

    31. MyAvatars 0.2 Jetlogs.org » Avoiding Google Hell in Wordpress Says:

      […] headers of your category and archives files have the noindex attribute. You can download the plugin here […]

    32. MyAvatars 0.2 WordPress SEO plugins | Zidok.net Says:

      […] Duplicate Content Cure - Google only indexing individual article pages, not categories or archive pages. […]

    33. MyAvatars 0.2 Gordonii Says:

      Thanks for this plug-in. Great job.

    34. MyAvatars 0.2 Glenn Says:

      All my posts are in the supplemental results. How long does it take after installing the plug in before the posts start showing up again in the regular index and not supplemental results area better known as “Google Hell”

    35. MyAvatars 0.2 B Jones Says:

      Hey Glenn.
      Once pages go supplemental, it’s pretty difficult to get them out.

      The #1 cause of supplemental results in Google, is a lack of pagerank (lack of links), so if you have a lot of posts in the supplemental results, try getting some links to them.

      I know that is easier said than done, but that’s what you need.

    36. MyAvatars 0.2 Glenn Says:

      I’ve also read at http://www.SearchEngineNews.com a trusted SEO source to not index the Catagory and Monthly archives. Does this plug-in do this too?

      They suggest the following command:

    37. MyAvatars 0.2 Glenn Says:

      Thank’s Badi,

      What if I add links to the posts from my main site pages which many pages have PageRank? The blog is in a sub-folder of my main domain URL

      After activing your plug-in, if I write new blog posts will those go Supplemental or get indexed in the regular Google index you think?

    38. MyAvatars 0.2 B Jones Says:

      Yes,
      This plugin stops both category and monthly archive pages from getting indexed, as well as paged pages.

      Glen, I’d suggest that you try submitting your pages to directories, social bookmarking sites (like netscape, digg, reddit, etc).

      Get them out there.

    39. MyAvatars 0.2 Glenn Says:

      Thanks Badi,

      I’ll submitting most of my posts to all the major social bookmarking sites as you suggest. I normally submit them to de.lic.eous once by default.

      I also implemented the strategy at this link by adding a Robots.txt file:

      http://www.connectedinternet.co.uk/2007/04/12/adding-a-robotstxt-file-has-increased-my-google-traffic-by-16-in-4-days/

      What is your opinion on this?

    40. MyAvatars 0.2 B Jones Says:

      One thing Glen.
      Be careful when submitting your pages. Make sure not to abuse them. You should only submit some selected posts.

      Also the link you provided looks good. I’d be interested in hearing the results.

    41. MyAvatars 0.2 Glenn Says:

      Thanks for the tip Badi,

      With your plug-in activated do you think future blog posts I make will suffer the same “Google Hell” fate?

    42. MyAvatars 0.2 B Jones Says:

      Glenn,
      One more really important thing that might help you is to make sure you have picked either www or non www as your default domain.

      For example. I chose to use the www version, so I redirect all people who come to dnscoop.com to http://www.dnscoop.com

      This is what I use in my .htaccess

      RewriteCond %{HTTP_HOST} ^dnscoop.com [NC]
      RewriteRule ^(.*)$ http://www.dnscoop.com/1 [L,R=301]

      This helps search engines to focus all attention on one.

    43. MyAvatars 0.2 Glenn Says:

      Again, the question…

      With this plug-in activated will future blog posts I make will suffer the same “Google Hell” fate?

      Anyone have any opinions?

      Thanks in Advance!
      Glenn

    44. MyAvatars 0.2 Kelson Says:

      One problem — though an easily-solved one — with this plugin: the code it generates is not valid XHTML. The solution is simple: just add a trailing forward-slash to the end of the meta-tags, right before the right angle bracket, like this:

      Actually, a second problem: The URL in the plugin itself doesn’t point to this page, so anyone looking for updates by following this link is going to just see your home page — and maybe assume the plugin page (like so many others out there) is gone.

    45. MyAvatars 0.2 Kelson Says:

      Erg… it ate my code sample. Like this:

      <meta name=\"robots\" content=\"index,follow\" />

    46. MyAvatars 0.2 B Jones Says:

      Thanks very much Kelson. I have updated the plugin.

    47. MyAvatars 0.2 Michael Seitz Says:

      Thanks for the very useful tool! It seems it has some issues working together with wp_cache… So, to run dc cure i had to deactivate wp_cache ;-)

    48. MyAvatars 0.2 How To Get Rid Of Duplicated Content In Wordpress Automatically » David Pitlyuk Says:

      […] is a much easier/faster way!  There is a new plugin out there called the Duplicate Content Cure for Wordpress.  It simply automates adding this line to pages which have duplicate content on […]

    49. MyAvatars 0.2 Duplicate Content Cure Plugin for Wordpress « John Chow dot Com Says:

      […] 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 […]

    50. MyAvatars 0.2 » Duplicate Content Cure Plugin for Wordpress Says:

      […] 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 […]

    51. MyAvatars 0.2 Sullenst.com|Traffic Search Engine Optimization|Make Money Blogging|Self-Development Says:

      […] info was posted in Seologs.com to let go of the supplemental pages in your wordpress blog. Supplemental pages are basically […]

    52. MyAvatars 0.2   links for 2007-05-25 by SridhaReena Says:

      […] Duplicate Content Cure Plugin for Wordpress - SEOlogs.com a very simple, yet effective SEO plugin that prevents search engines from indexing wordpress pages that contain duplicate content, like archives and category pages. (tags: WordPress Plugin SEO) […]

    53. MyAvatars 0.2 Social Packs dot Com » Wordpress Plugin : Getting Out of Google Supplemental Results Says:

      […] make you feel happy. This is where David Pitlyuk pops in. He designed a Wordpress plugin called the Duplicate Content Cure Plugin. This will keep the search engine bots away from indexing pages that have duplicate content (pages, […]

    54. MyAvatars 0.2 避免博客网页进入Google的补充索引/补充结果 | 博客学堂 Says:

      […] 如果您懒得自己修改,也可直接使用这个插件,Duplicate Content Cure Plugin for Wordpress,其实现的功能正如上所述。——WordPress丰富的插件资源正是博客学堂推荐使用WordPress作为首选blog平台的主要原因。 […]

    55. MyAvatars 0.2 聪明blogger选择的顶级WordPress插件 at catch the digital flow Says:

      […] Wordpress Dulplicate Content Cure:这个插件能消除你关于转载内容的疑虑,它能阻止搜索引擎索引转载的内容,包括存档和目录页面。 […]

    56. MyAvatars 0.2 Listening News » Blog Archive » Blog Review (off topic, I know) Says:

      […] of his tips are good for increasing web traffic for whatever project you have. I myself used a wordpress plugin he recomended to reduce duplicate blog pages that Google does not like. If you review his blog […]

    57. MyAvatars 0.2 Ozh Says:

      This sounds dumb to me. Not having duplicate content is a theme matter. Having more pages (category archives etc…) is good for SEO. Preventing SE from indexing them is totally stupid imho.

    58. MyAvatars 0.2 How to Remove Your Blog from Google’s Supplemental Index Says:

      […] Download the Wordpress SEO cure plugin. […]

    59. MyAvatars 0.2 B Jones Says:

      @Ozh
      Try to look more at the big picture.
      Traffic isn’t everything. In fact, it can be quite useless when the landing pages don’t contain exactly what the visitor was looking for. In most cases, the user will just hit the back button and never look back. I know that’s what I do.

      Relying on getting random traffic from a bunch of random keywords on a page may be good SEO for a MFA (made for adsense) site where the goal is to make people leave your site (via ads), but it isn’t a good SEO strategy for a serious blog. Of course this is also just my opinion.

    60. MyAvatars 0.2 Jorge Yau » links for 2007-05-28 - Diseñador Web Says:

      […] Duplicate Content Cure Plugin for Wordpress - SEOlogs.com (tags: plugin seo wordpress) « Adiós PUG […]

    61. MyAvatars 0.2 Top Wordpress Plugins for the Smart Blogger - lifehack.org Says:

      […] Wordpress Dulplicate Content Cure - this plugin will eliminate any worries you might have about duplicate content. The Wordpress Duplicate Content Cure prevents search engines from indexing Wordpress pages that contain duplicate content. This includes archives and category pages. […]

    62. MyAvatars 0.2 Wordpress SEO : Using excerpt, robots.txt and noindex meta-tag for duplicate content in index, archives and categories | fiLi’s tech Says:

      […] If you’d rather use a plugin for this, then I suggest you check out "Duplicate Content Cure Plugin for Wordpress". […]

    63. MyAvatars 0.2 David Airey :: Creative Design :: Says:

      I’ve been reading a lot about SEO these past few weeks, and there seems to be a lot of contradiction regarding plugins and follows.

      Ultimately we all know that it comes down to content, first and foremost, but I hope to discover a few ways to help out, without the risk of Google searches bringing up 404 pages.

    64. MyAvatars 0.2   Making Wordpress Search Engine Friendly by WP-Blogger Says:

      […] Jones over at seologs.com released a pluging called “Duplicate Content Cure“, that helps you get rid of this […]

    65. MyAvatars 0.2 מסעותיו של מרק בשבילי החיים » ארכיון » ×¢× ×™× ×™ SEO (אופטימיזציה למנועי חיפוש) Says:

      […] הקשורים לנושא מסוים. התוצאה של התובנה הזו היא התקנת תוסף האומר למנועי חיפוש להתעלם מהתוכן בדפים בהם יש מספׅ, פרט לדף הראשי. בשאיפה ×–×” עשוי להרחיק מהאתר אנשים […]

    66. MyAvatars 0.2 Tobias Says:

      Hi, the plugin is great. I hope Google will index my pages better now.

      Thanks!

    67. MyAvatars 0.2 Joefiro.com » How To Improve Your Blog Says:

      […] issue. For more details and explanation, please read his article. I also installed a plugin called Wordpress Duplicate Content Cure. It adds the noindex, follow meta tag on the problem pages like this <meta […]

    68. MyAvatars 0.2 SEM/SEO Tips » Getting out of Google's Supplemental Index Says:

      […] entry that won the contest, was several things, first the plugin by Badi Jones of SEOLogs, the Wordpress Duplicate Content Cure. This makes all other views like the archive and category views have the meta tag noindex so that […]

    69. MyAvatars 0.2 Wordpress duplicate content fix | Red Block Says:

      […] Wordpress Duplicate Content Cure […]

    70. MyAvatars 0.2 Supplemental index blues at Facibus On Blogging Says:

      […] started to fix this - the category/archive pages now contain the noindex tag thanks to the Duplicate Content Cure plugin for WordPress. I finally got around to checking my own status using the SEO for FireFox […]

    71. MyAvatars 0.2 Mobile Computing » Blog Archive » Supplemental index blues Says:

      […] started to fix this - the category/archive pages now contain the noindex tag thanks to the Duplicate Content Cure plugin for WordPress. I finally got around to checking my own status using the SEO for FireFox […]

    72. MyAvatars 0.2 Tom Schlenkhoff Says:

      Thanks a bunch, easy to implement, works like a charm with Wordpres 2.2 and does the trick efficiently.

      Tom

    73. MyAvatars 0.2 7 WordPress Plugins You Probably Aren’t Using, But Should! Says:

      […] WordPress Duplicate Content Cure - We’ve been reading a lot recently about duplicate content having a negative effect upon […]

    74. MyAvatars 0.2 Wordpress Duplicate Content Issues & Solutions » Freakitude Says:

      […] Use the Wordpress Duplicate Content Cure Plugin : Duplicate content cure plugin automatically adds noindex, nofollow meta tags in the header of all […]

    75. MyAvatars 0.2 Manu Khanna Says:

      Thanks Jones. I’ve installed the plugin, but how do I check if it is doing it’s thing?

    76. MyAvatars 0.2 Google Webmasters Help FAQ » Blog Archive » Why are my blog posts not indexed properly? Says:

      […] Duplicate Content Cure Plugin for Wordpress […]

    77. MyAvatars 0.2 WordPress, Duplicate Content, and Wrong SEO Plugins « planetOzh Says:

      […] seen recently a lot of plugins for WordPress aimed at taking care of the duplicate content issue in search engines. […]

    78. MyAvatars 0.2 Kornels Welt » Blog Archiv » Falsche Seiten und Duplicate Content Says:

      […] Seologs Wordpress-Duplicate-Content-Cure Plugin gefunden, was ich hier soweit leicht abgeändert vorstellen will, wie ich es nur […]

    79. MyAvatars 0.2 -=Discobeats=- Says:

      30 Tage ohne Google?…

      Gerade aus dem Spamfilter gefischt:
      Subject: Entfernung Ihrer Webseite http://www.discobeats.de aus dem Google Index
      Sehr geehrter Seiteninhaber oder Webmaster der Domain http://www.discobeats.de,
      bei der Indexierung Ihrer Webseiten mussten wir feststellen, dass a…

    80. MyAvatars 0.2 SEO Basics for Blogs << Vandelay Website Design Says:

      […] blogs, and to see an example, visit Not So Boring Life. Another option for WordPress users is the Duplicate Content Cure plugin. You can also control how much content appears on your categories pages by choosing to have those […]

    81. MyAvatars 0.2 Two Plugins to Help Fight Duplicate Content | Webd360 Blog Says:

      […] are both easy to install so don’t worry about that. You can grab them here: enforce www and wordpress duplicate content cure Share and Enjoy: These icons link to social bookmarking sites where readers can share and […]

    82. MyAvatars 0.2 Supplemental Paranoia » CourtneyTuttle.com Says:

      […] I have people every single week emailing me about my 358 pages that are in the supplemental index. Most of the time they offer solutions like robots.txt and the Duplicate Content Cure Plugin for Wordpress. […]

    83. MyAvatars 0.2 Uewkes » Ein paar Schrauben am Blog gedreht Says:

      […] pp nicht so recht folgen kann und eigentlich nie Probleme mit Google hatte, heile ich mich mit der Double Content Cure für Wordpress gegen diese Massenkrankheit, die Google sowas von gar nicht mag. Wenn genug schreien, glaubt man ja […]

    84. MyAvatars 0.2 A complete list of search engine friendly (SEO) WordPress plugins for your Blog | Computer Tips From A Computer Guy Says:

      […] 8. Duplicate Content Cure - If you are using the default settings for WordPress, a single post on your blog can be indexed numerous times through archives, categories, built in search, and home page paging. Mostly it’s summaries or posts or exact copies of the same post. This plugin will ensure that the pages and posts are the only things that get indexed. Download Duplicate Content Cure […]

    85. MyAvatars 0.2 More SEO/WordPress Ads Project Strategy Changes | Web Development from the Front Lines: DEVTRENCH Says:

      […] added the Wordpress Duplicate Content Cure plugin. This plugin solves duplicate content issues that WordPress creates by having so may […]

    86. MyAvatars 0.2 Duplicate Content Update from Google and a New WordPress Plugin Says:

      […] is no longer available. If you would like to block duplicate content from getting indexed try: Wordpress Duplicate Content Cure Plugin. Note: This blog uses several Google services including AdSense to monetize the site, Sitemaps to […]

    87. MyAvatars 0.2 zaki Says:

      Thanks for this useful info. I realized my blog has a lot of pages indexed in supplemental index when i start using Firefox SEO plugin from Aron. I hope this plugin can help me get rid of it.

    88. MyAvatars 0.2 Kamin Blog » Blog Archiv » Doppelten Content vermeiden Says:

      […] http://www.seologs.com/wordpress-duplicate-content-cure/  […]

    89. MyAvatars 0.2 BloggingPro China » WordPress Plugin: Duplicate Content Cure Says:

      […]   Duplicate Content Cure,WordPress中单一文章会拥有好几个页面:首页、存档、分类……,理论上这样做会降低首页在搜索引擎的权重,本插件就是为除首页以外的页面增加"noindex,follow"属性来避免搜索引擎重复收入已增加首页的权重。   上传激活。 Tags: noindex, seo […]

    90. MyAvatars 0.2 说说WordPress中的重复内容问题 at Smartr.cn Says:

      […] Duplicate Content Cure (via: BloggingPro […]

    91. MyAvatars 0.2 Some new Wordpress plugins I’m trying now » Sha Money Maker dot com Says:

      […] Wordpress Duplicate Content Cure - Duplicate content cure 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. […]

    92. MyAvatars 0.2 WordPress no es “google-friendly” » blogpocket 6.0 Says:

      […] plugin Wordpress Duplicate Content Cure realiza el primer trabajo estupendamente [información sobre este plugin]. Respecto al segundo tenemos algunos tips en los siguientes […]

    93. MyAvatars 0.2 Wordpress Optimization | Wordpress SEO » SEO Factor Says:

      […] familiar with these issues by reading the posts mentioned in that last paragraph. Then, download this nice plugin that will allow us to automatically create a noindex tag for the parts of the blog that cause the […]

    94. MyAvatars 0.2 8 Essential Wordpress Plugins For Adult Blogs Says:

      […] Download the Duplicate Content Cure plugin […]

    95. MyAvatars 0.2 Things I do to optimize and secure every WordPress site and blog » wordpressgarage.com Says:

      […] Duplicate content cure plugin - another duplicate content plugin […]

    96. MyAvatars 0.2 New WordPress Blogs: 12 Steps to Set Up for Success << Vandelay Website Design Says:

      […] choice is the Duplicate Content plugin.  The downside that I see to this plugin is that it prevents search engines from indexing category […]

    97. MyAvatars 0.2 World of Warcraft Blog Says:

      Been trying hard now for 2 months to fix this suplpemental headache. I’ll try this fix to see if it helps.

    98. MyAvatars 0.2 5 Useful Wordpress Plug-ins :: Jatecblog Says:

      […] confusing search terms leading people to Jatecblog, which was not what was wanted. Thanks to the Duplicate Content Cure plug-in, I no longer have to worry about this. It will not allow search engines to index category […]

    99. MyAvatars 0.2 Wordpress Plugins Equal Traffic » Ja Kel Daily Dot Com » Blog Archive Says:

      […] Duplicate Content Cure (stop search engines from indexing duplicate content) […]

    100. MyAvatars 0.2 WordPress SEO Plugins | Net Magellan Says:

      […] Duplicate Content Cure, by Badi Jones. One of the problems with WordPress is that the same post or page can get several URIs, leading to duplicate content, which is “a bad thing” as far as search engines are concerned. This plug-in enables me to exclude the Categories/Archives by placing a meta tag <meta name=”robots” content=”noindex,follow”> automatically. (I no longer use it as the All-in-One SEO Pack above does this as well) […]

    101. MyAvatars 0.2 Google’s Supplemental Index: Get Out and Stay Out << Vandelay Website Design Says:

      […] The Duplicate Content Cure plugin is another option for WordPress users. This plugin tells the search engines to ignore the pages […]