How to make affiliate links "nofollow"?

Wolfovich

Newbie
Joined
Jan 30, 2013
Messages
17
Reaction score
3
I'm using WordPress, and used the Redirection plugin to cloak (302) all my affiliate links. My new URLS redirect fine.

I would also like to finish this process and make them "nofollow", too. Can someone explain how to do this?
 
<a href="your URL" rel="nofollow">Some text or image</a>
 
Which redirection plugin are you using? I use pretty link pro it have an option to nofollow the links.
 
there's a wordpress plugin I think it's called pretty links. It cloaks links and makes them nofollow plus a few other things.
 
add rel="nofollow" or just install gocodes if you're using WP and select the nofollow links option in the plugin settings.
 
Go do a google search for Wordpress nofollow plugins. I'm not at my computer right now and I can't remember the name of the one I use. You can also search nofollow in the plugins search. These plugins will make all of your links nofollow or you can be more specific.

Posted via Topify using iPhone/iPad
 
rel="nofollow" should do the work
 
Back
Top