Hey Guys!
Searched the forum, but didn't really see a definitive answer to this, was wondering if anyone could lend a hand! It's kinda SEO I guess, but feel free to chuck it in a better forum category if necessary.
I noticed today that when I turn AdBlockPlus (Firefox) on for my own sites and, in this example; open bet365, the text links don't open. I don't use many of the flash/gif banners, so that's not my issue, it's simply for aff text link forwarding.
1) My example:
The links I use are all ".php redirects, so lets say "out.php" in a robots-blocked folder that then load the following code into the out.php file:
<?php
header("Location: AFFLINK");
?>
With ABP turned off, the bookie loads fine and it's all seo friendly etc. When I turned it on, the out.php link opens in a new windows as it's meant to, but just opens a blank page and sits on the "out.php" doing nothing. So ABP is blocking the forwarding to the bookie domain itself from the php redirect.
2) A working Example, and how is this achieved?
I then scoured the web through various famous odds/betting sites and tried oddschecker since I took a guess that they will be well optimized!
Example page oddschecker*com/football/football-specials/man-city/next-permanent-manager (wasn't sure if I could post links but there's the link anyway minus the ".")
I turned on ABP for bet365 and also on the oddschecker domain as a whole. Clicked their little 365 logo and.. a redirect page (oddschecker/betslip) appeared and then the bet365 site loaded with no issues!
3) Final Conclusions
Not much really, but I think.. it may be javascript at work?When I hover over the links in firefox, a "javascript:void" thing appears at the bottom of firefox.
I visited a few links in some active member's sigs, and the problem exists on a few of your sites too (for me at least).I don't think ALL bookies will suffer this, it must depend which ones have suffered the fate of being added to the ABP filter list (i have quite a few of their filters installed). Probably best to stick to bet365 for this example, since in my ABP anyway, they seem to be blocked. I noticed on some sites that just use the raw aff link; when I have ABP on - the text for the 365 link is completely removed, you can't even see it.
Does anyone have any SEO friendly/ABP beating methods of getting the afflink to display? I'm aware of various other methods such as "blocking users until ABP is turned off" (awful method imo), .html "page loading" refresh redirects (issues of page not loading with ABP still remain) and a few others, but I can't get any to work!
Cheers!