Nofollow attribute in WordPress link embed code?

If you have used anchor tag manually than in post editor switch to html editor, now add rel=”nofollow” in anchor tag like this :

<a href="http://www.example.com" rel="nofollow" >Click me text</a>