Forum Moderators: Robert Charlton & goodroi
I just had an idea. What would happen if I republished all MY content on a blogspot site? Could that be THE solution to Panda recovery? Just scrape your own sites.
Very tempted to try this. :) If successful, rinse and repeat.
What would happen if I republished all MY content on a blogspot site? Could that be THE solution to Panda recovery? Just scrape your own sites
That hurts more than losing a blogger account.
I would kindly suggest that instead of showing an obscene image, that you should just have an image that says something like
Planet13 wrote:
but wouldn't adsense just close their adsense account?
And would't those scraper blogspot pages still be INDEXED in the google SERPs (and wouldn't his pages still be demoted due to google thinking the scraper sites are the original and his are the duplicates?)
I would kindly suggest that instead of showing an obscene image, that you should just have an image that says something like:
Dear Google Employee:
This image was stolen from MY website at mydomain.com
I toned down the image and now have this one showing up on the scraper's sites... lol
I guess the question is why scraped content is ranking in the serps.
[edited by: walkman at 6:42 am (utc) on Jul 7, 2011]
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^http://(.+\.)?mydomain\.com/ [NC]
RewriteCond %{HTTP_REFERER} !^$
RewriteRule .*\.(jpe?g|gif|png)$ http://www.mydomain.com/makethemwait.php [L] <?php
// Let em wait for a bit (300 seconds)
sleep(300);
print("Ok.. that's long enough");
?>