BACK TO DIRECTORY

Rel Nofollow

by Stefano

5.0
(4 ratings)

When a post is saved, the plugin adds the rel=”nofollow” attributes to post external links. The plugin also provides an apt checkbox to exclude a post from plugin’s action.

Links which already have a rel attribute are just ignored, so you can set some dofollows are well.

By default, the plugin will only act on posts, no pages or other custom post types. To include (some of) them, use a code like the following, for ex. by putting it in your theme’s functions.php:

add_filter( 'rnf_post_types', function( $post_types ) {
    return array( 'post', 'page' ); #specify all desired CPTs, comma-separated
});

Plugin Details

Active Installs
700
Total Downloads
37,108
Version
1.4
Requires WP
3.7
Requires PHP
Tested Up To
7.1
Added
2014-01-31
Last Updated
2026-08-16 6:37pm GMT

Ratings

5
4
4
0
3
0
2
0
1
0