How to add rel nofollow to this?

not sure but try this

echo " <a href="";
the_permalink();
echo "" rel="nofollow">"."(...)"."</a>";

also have a look on this
<a href="https://wordpress.stackexchange.com/questions/6077/<?php the_permalink(); ?>" rel="nofollow">(...)</a>

tech