Rel Nofollow

Rel Nofollow

Details
View on WordPress

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
});

Details

Plugin code:
rel-nofollow
Plugin version:
1.4
Author:
Outdated:
No
WP version:
3.7 or higher
PHP version:
or higher
Test up to WP version:
6.9
Total installations:
800
Last updated:
2025-12-06
Rating:
Times rated:
4
links
rel
seo