I have a site sending me traffic that is killing my CPM earnings and I need to know is it any way to stop this site from sending traffic to my site?
You can use .htaccess to deny access if a visitor is coming from a certain domain ( referrer ). RewriteCond %{HTTP_REFERER} badsite.com [NC,OR] Code (markup):