Hi,
How can I nofollow the “reply to” links in the comments section?
I mean this ones with the long tail at the end.
I tried this code at the end of my functions.php, but that didn’t work.
/**
* Add a rel="nofollow" to the comment reply links
*/
function add_nofollow_to_reply_link( $link ) {
return str_replace( '")\'>', '")\' rel=\'nofollow\'>', $link );
}
add_filter( 'comment_reply_link', 'add_nofollow_to_reply_link' );
Thank you!
@Chris S Disqus worked very well on my site, I have used it in the last few years. Maybe Disqus bit problematic for sites that live in shared hosting environments… hahahaha 😀 Yahh, maybe this plugin, right? https://wordpress.org/plugins/disqus-conditional-load/
@Bichareh That’s not true, all Disqus comments will be fully indexed in Google. I think Disqus is similar to social media and that’s good for community.
Unfortunately with lazy loading Disqus, the comments will not be indexed from Google. I wanted to give Disqus another try, but this answer doesn’t make me happy: https://wordpress.org/support/topic/can-search-enginesbots-see-comments
How slow is the original Disqus plugin?
Hey guys,
wanted to let you know, that there is some new comment system in the house. https://wordpress.org/plugins/solidopinion-comments/
It looks very great, is loading async and have some cool features that Disqus not have. I will give it a try, I think. 🙂
