plugin-icon

Rel Nofollow

Adds rel="nofollow" to posts external links unless specified otherwise.
평가
5
최근 업데이트일
November 12, 2022
버전
1.4
활성화된 설치 항목
1K

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 });
무료Creator 요금제에서
활성화된 설치 항목
1K
테스트된 버전
6.1.7
이 플러그인은 다운로드 가능하며 워드프레스 독립 호스트 설치에 사용할 수 있습니다.