Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @vinzen. I was also looking for this answer. But found it myself after looking at the code on my site. It seems that the plugin already includes the “nofollow” tag. If you go to your website and right click on your ads and select “inspect element(Q)” you will see rel-“nofollow” at the beginning on the link code. Hope that helps! 🙂

    Thread Starter vinzen

    (@vinzen)

    Hi @canadianangelxo. Thanks for the shout out – I didn’t know that and it certainly helps. However, I went ahead and edited the WP125.php file.

    You can find a code line there as follows:
    //define("ADLINK_EXTRA", ' target="_blank"'); //If you absolutely *must* open your ads in new windows, uncomment this line

    So, just remove the “//” from the beginning of this line. I also added a similar code where I replaced target=”_blank” with nofollow.

    Hope this helps you! 🙂

    Thanks! @vinzen I believe that the target=”_blank” was already included in the code somewhere as well. I seen it twice when I went to add it myself with the rel”nofollow” lol so I deleted the ones I added 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Blank new window and No follow link’ is closed to new replies.