MyBB Community Forums

Full Version: MYBB Seo Plugin remove rel nofollow from profile?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
SEO plugins ads nofollow to profile homepage and signature links how to disable that?
~\inc\plugins\google_seo\meta.php (lines 311 - 316)
  // Nofollow:
    if($memprofile['regdate'] > $google_seo_nofollow)
    {
        $signature = google_seo_meta_nofollow($signature);
        $website = google_seo_meta_nofollow($website);
    }

see Nofollow links setting description at settings >> Google SEO Meta
Thanks buddy .M. I did just that. Was hoping the plugin will have setting for that!

"see Nofollow links setting description at settings >> Google SEO Meta"  only affects postbit section message!