Forums
(@datht123)
12 months ago
Hi @maybellyne
So how to stop Yoast remove my prefix slug /blog/ ?
/blog/ is prefix slug always show in my blog posts
1 year, 3 months ago
@tellyworth i use jQuery but it not remove in view page source
jQuery(“a[rel~=’nofollow’]”).each(function(){
jQuery(this).removeAttr(‘rel’);
});
@tellyworth I want remove nofollow in author link, read more link and pagination link