• Resolved alexborras

    (@alexborras)


    I suggest this change to the file simple-author-box/core/sabox_author_box.php

    if( isset( $options['sab_web_rel'] ) ) {
        $sab_web_rel = 'rel="nofollow"';
    } else {
        $sab_web_rel = 'rel="follow"';
    }

    The idea is to force the follow in the author’s Web plugin if used WP External Links plugin

    https://ww.wp.xz.cn/plugins/simple-author-box/

The topic ‘Tip rel = follow’ is closed to new replies.