• Resolved spreaditunlimited

    (@spreaditunlimited)


    Hello,

    Pls explain how to remove the nofollow tag Yoast puts on link variables %%POSTLINK%%, %%BLOGDESCLINK%% in rss feeds as its defeating the purpose.

Viewing 2 replies - 1 through 2 (of 2 total)
  • @spreaditunlimited

    We understand you want to remove nofollow tag from the post link in rss feeds.

    You can add the following code as a filter in your theme’s functions.php file, which will prevent it from being overwritten when the plugin is updated:
    add_filter( 'nofollow_rss_links', '__return_false' );

    PS: This code hasn’t been tested compatibility with v16.5 though.

    • This reply was modified 4 years, 9 months ago by Suwash Kunwar. Reason: formatting
    Thread Starter spreaditunlimited

    (@spreaditunlimited)

    Thanks. It worked.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Help in removing nofollow from links by Yoast in rss feed’ is closed to new replies.