Thread: Weird Traffic
View Single Post
Old 2007-07-06, 10:23 PM   #13
bDok
bang bang
 
bDok's Avatar
 
Join Date: Mar 2005
Location: SD/OC/LA
Posts: 3,241
Send a message via ICQ to bDok
Quote:
Originally Posted by HowlingWulf View Post
You'll find a lot of sites pull listings from big sites to fill their own. Often the traffic is sub-par to say the least. If they put your page in a frame you can use

<script>
<!--
if (window.location != top.location) {top.location.href=window.location}
//-->
</script>

to bust out. You might also want to use .htaccess if you want to redirect traffic from those sites to somewhere else.
This really is the best tip. Capture and keep the traffic they send.
bDok is offline   Reply With Quote