Quick note on WordPress SEO using the WP-Email plugin

April 27, 2006 – 7:35 am

If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!

If you’re using the WP-Email plugin for WordPress, be aware that a lot of extra pages will be indexed in Google as duplicate content unless you exclude crawling via robots.txt. The program creates a Javascript link to a PopUp Window which will be crawled as a seperate file (but duplicate content) for each of your posts.

Here’s an example of the URL in Google:

pp-content/plugins/email/wp-email-popup.php?p=44

The problem: a page like that is created for each of your posts, resulting in duplicate content and potential penalties

The solution: it’s easy. Add the following to your robots.txt file, changing the filename where appropriate:


User-agent: *
Disallow: /wp-content

This tells the robots to ignore any content that begins with the string “wp-content” which includes the Popup. It may take a few months for Google to obey your command, but they will and the content will drop out. I disallowed mine today, so I’ll be in a position to judge just how long it takes very soon, I hope. I’ll take a look at the rest of the indexed pages today and probably have some more recommendations for exclusions soon, but for sure this repetitive popup page isn’t needed.

If you enjoyed this post, subscribe to the Blog Republic RSS feed!.

  1. 3 Responses to “Quick note on WordPress SEO using the WP-Email plugin”

  2. Thanks for the heads up on this plugin!

    By Katie on Aug 19, 2006

  3. What I want to do on my blog, is every few hours take the oldest post and move it to the
    front of the queue, all automatically. Anyone know if there is a plugin that can do this or
    a simple way to set up another plugin to do this (use my own feed perhaps)?
    Thanks.

    By Brayan on Dec 12, 2006

  4. Hey - I haven’t created a robot.txt file and uploaded it to my server. Is that what I should do? Or is this something I do inside “google webmaster tools” ???

    Thanks,

    Barry

    By Barry on Apr 12, 2008

Post a Comment