The easiest way is to use cloudflareI am experiencing negative seo for my website, each time i post a new post in my wordpress, i see it immediately in my competitors website....they copy, scrape it through webkit 534. How can one stop this scripts/softwares
If you detect that agent you should send them content which would really hurt their rankings
@roadhamster cc. others ....As you can see, blocking the IP adress wont help...they seem to access with multiple IP addresses(hundreds) , none is similar to the next. Its like a scrapping script is running. Check images below. I integrated the php code on the head but yet am seeing no change
<?php $allowed = array( '123.45.67.890', '456.45.67.890', '789.45.67.890', ); if(!in_array($_SERVER['REMOTE_ADDR'], $allowed)) { header("Location: /block.php"); exit(); } // continue with code ... ?>