how to make <?php the_permalink() ?> follow?

i use this code to show posts of wp

a href="?php the_permalink() ?"?php the_title(); ?/a

but all link are nofollow. why they are nofollow wen there is nofollow rel? how to make tem follow?

Topic nofollow permalinks Wordpress

Category Web


simply add this

<a href="<?php the_permalink() ?>" rel="follow"><?php the_title(); ?></a>

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.