Sciencetext Tips & Tricks
Blogging tips, browsing tricks and computing hacks

SQT: Reversing the Scraper Caper

January 19th, 2008 · by David Bradley

Saturday Quick Tip logoIs your blog getting scraped? Don’t risk a Google duplicate content penalty. A simple Wordpress tweak to your feed-rss2.php file will make the scrapers link back to your original post.

Find your feed-rss2.php file in the wp-includes folder and add the following code to line 39 (in WP 2.3.1) immediately after <?php the_content() ?>

<p><a href="<?php the_guid(); ?>">Permalink + Comments</a></p>

Check out Patrick Altoft’s Blogstorm site for full details.

3 responses so far ↓

Leave a Comment

Comments are checked for spam before appearing, no need to post it twice.

Related Posts