Linux 软件免费装

Rel Nofollow

开发者 Ste_95
更新时间 2024年3月29日 16:05
捐献地址: 去捐款
PHP版本: 3.7 及以上
WordPress版本: 6.1

标签

links seo rel

下载

1.2 1.3 1.4 1.0 1.1

详情介绍:

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

更新日志:

1.4 (2020/07/30) 1.3 (2019/08/29) 1.2 (2017/01/09) 1.1 (2016/05/21) 1.0 Initial release