The most common trick among WordPress bloggers is to block search engine bots from indexing duplicate content by disabling the entry routes through robots.txt. The robots.txt method works but there’s another simple method – switch from the_content() WordPress template tag in multiple post view template files to the_excerpt(). The post tag will reduce the content to excerpts, thus minimizing duplicate content. Thanks Lorelle.

You may also like:

  1. Do Search Engines Penalize Duplicate Content ?
  2. Prevent Duplicate URLs on Google
  3. How to Add JavaScript in your WordPress Posts
  4. How WordPress Finds Related Posts
  5. Generate Short URLs for your wordpress.com Blog Posts