I’ve seen people mention that a good way to prevent feed scrapers from doing so is by adding a copyright to the feed, but I never really understood why that would help.

But then I met someone who was building up his community site, and he asked if he could publish the feed of one of my sites on his site. I said fine, since I didn’t really see any difference between someone reading my feed there or in their feed reader. However, it made me uncomfortable that he would be getting good material (well, hopefully it’s good) with little to no effort.

So I decided to try to make this work to my advantage as much as possible by extending my feed with additives that I hoped would gain exposure for my site, and even drive feed readers there.

To do so, i used the WP – ©Feed plugin. Upload and activate, and then go to Options > ©Feed. The options there are a little confusing, since it’s translated from German and the English isn’t always so clear, so I had to play around with a it a bit. Here’s how I got it to work the way I wanted:

  1. In the Start of copyright notice field, enter whatever it is that you want to appear at the end of every post feed. This could be more than just a copyright notice – it could also be a call to action, an ad, etc. I put in code like this:<hr /><small>Copyright © 2007 <a href="http://mysite.com">MySite.</a><br />Did you like this post? Visit <a href="http://mysite.com">MySite</a> for more like it!
  2. digital fingerprint – I have no idea what this is for, so I left it blank.
  3. End of copyright notice: I entered the following code:
    </small>
  4. Then you have four options, which I left unchecked.
  5. Whitelist: again, no idea what this is for, so I left it blank.
  6. Blacklist: ditto.
  7. Select Comments in feed to have any comments appear at the end of the post.
  8. Before the comments – I put in this code:
    <hr /><h2>Comments</h2><ul>
  9. Layout of the comments:
    <li><a href="%permalink%">%date%</a>, %authorlink% Commenter: %comment%</li>
  10. After the comments:
    </ul>
  11. If you use the Simple Tagging plugin, as I do, leave “Insert similar content in feed?” unchecked. If you don’t use Simple Tagging, select this option.
  12. Number of items with similar content – enter how many related items you want to appear. I entered 5.
  13. Identify posts with password – I left this unchecked.
  14. Add abstract of posts – I left this unchecked, since I have a full-text feed, and this didn’t sound like something I want.
  15. Number of words – I think this is not relevant if you don’t select Add abstract of posts in step 14.
  16. Before items with similar content:
    <hr /><h2>Related Posts:</h2><ul>
  17. Before the titles of items with similar content:
    <li>
  18. After the titles of items with similar content:
    </li>
  19. After the items with similar content:
    </ul>
  20. Simple Tagging Related Post in feed? – select this if you use the Simple Tagging plugin.
  21. Full text feed? I left this unchecked, since I use a plugin that ensures a full text feed, even when I use the <!--more--> tag. But I guess I could theoretically deactivate the plugin and just check this option.
  22. I skipped the rest of the options since I don’t know what they’re for, and clicked on Update Options.

That’s it! Now I have a beautiful feed that works hard for me wherever it may go!

©Feed»