any good wp 301 redirect plugin to recommend?

Pretty much any popular SEO plugin already has that built-in.

I'd advise to either use the built-in feature from an SEO plugin or just do the redirections directly from your .htaccess file.
You should avoid installing too many plugins that only add a single action.

Too many plugins slow down your site and allow for more attack surfaces to hackers.


301 redirects are very simple to do yourself.
Just find your site's .htaccess file and below the "# END WordPress" add this code:
Code:
RewriteEngine On
Redirect 301 /old-page.html http://www.example.com/new-page.html
 
Hi, you may try these plugins:
1. Redirection
2. Rank Math SEO
3. Simple 301 Redirects
I think one of these plugins will be useful for you.
 
Yoast and rank math allows you to do redirect which are very good feature all within an seo plugin
 
You can use rank math SEO or redirection plugin.
 
You can try Redirection or Rank Math
 
You can try the Redirection plugin. It works pretty well and it is easy to manage the bulk redirects.
 
Back
Top