Forum Moderators: martinibuster
We have always judiciously traded links with other complimentary sites since 1997.
Most of the requests we get have been turned down due to lack of relevancy in the exchange. However, that also brings up the point that we have found that sites are adding our sites to their lists without our knowledge prior to the listing.
Some people co-operate in taking the links off. Most just blow us off. When developing a RLM (Reciprocal Link Management) campaign, the point is to stick to a theme and create a quality list. The unauthorized links can dilute this effort and potentially harm us/clients by affecting positioning due to being included on these "farms."
Any tactics that work for any of you that have been very effective in getting other sites to remove links without being a bully about it?
I was thinking of offering a reciprocal link to offending sites by adding them to a domain that was not e-commerce dependent if they would move our links off of their unapproved sites.
There really isn't much you can do. To my knowledge there has been no legal precedent set that says you have the right to control who links to you.
The only way it will have a negative impact on your rankings is if you link back.
Is it possible to stop visitors accessing your site depending on the referrer?
As for the Nigerian site - IP addresses can be blocked if you run your own server. If you purchase hosting, I'd at least give it a shot to talk to the sys admin to see if they would do it for you.
<referrer="^(http://¦http://www\.)offendingdomain\.com.*$">
set.cookie("[session]");
<script type="text/javascript" language="JavaScript">
<!--
alert("You have just linked to [server] from a domain that has copied, reprinted, displayed this page in an unauthorized frameset, or modified portions of this website's copyrighted material for their own commercial use without [server]'s consent or approval. We are not affiliated with the domain \"[referrer]\" in any form.\n\nFor our own protection, any visitors linking to us from \"[referrer]\" will be closely monitored for site usage.");
location.href="[document]"
//-->
</script>
</referrer>
That's a lot nicer than banning the visitor's IP.
<referrer="^(http://¦http://www\.)offendingdomain\.com.*$">
deny.access;
exit;
</referrer>