8 Best Redirection Plugins For WordPress 2019
Are you looking for Best Redirection Plugins for WordPress . So many of website user face 404 page not found errors in WordPress . 404 pages effect your website page rank as well as it affect your website seo too . You can fix these error by either removing 404 pages from webmaster tool or you can redirect all your website visitors from 404 to 301 redirect.
There are many kind of redirect for example 301 , 302 , 303 or 307 .
- 301 Redirect – It is a permanent redirect which tell the browser that the old link has been permanently moved to new location.
- 302 redirect – Its is a kind of temporary redirect which tells the browser that new link has been temporary moved to new location.
- 307 or 303 redirect – These redirect protect the user from refreshing any form, payment on merchant website. Once they move forward then they can’t move back. They will get no permission error to ensure security of our website.
Sometimes it becomes necessary to move the contents of a website from one location to other at some point of time. This leads to the formation of dead pages and broken links. This can reduce the SEO ranking of the website and affect the user experience. Hence whenever a visitor visits such websites, he should be redirected to the correct address. There are many redirect plugins offered by WordPress to shift the traffic from dead websites to another location.
For We have collected Best Redirection Plugins for WordPress which will help you to get more ranking search engine.
- Redirection
- WordPress Unlimited Redirect
- SEO Redirection Pro
- All 404 Redirect to Homepage
- Safe Redirect Manager
- Icarus Redirect
- Simple 301 Redirects
- Simple Mobile URL Redirect
Other Learnings:
How to add redirection plugin to our WordPress website?
1. Redirection
Redirection is one of the most popular redirect plugins.It helps to keep an eye on 404 errors, manage 301 redirects and fill any loopholes in the website. It is used on sites with a few redirects to sites having hundreds of redirects. Its features are:
- It helps to easily create and manage redirect without having the need to have the knowledge of Apache and Nginx.
- The redirects can be on several conditions such as cookies, log in status, browser, referrer, custom filters and https headers.
- It completely a full log of all the redirects occurring on the website including the details of the visitor as well as the browser used.
- It has a fully featured import and export system.
- Moreover its absolutely free!
Total number of user – 1+ Million
FreeScreenshot
2. WordPress Unlimited Redirect
WordPress Unlimited redirect Plugin fulfills all the needs of a website owner from redirects to post-migration or domain change redirect needs. It combines 404 or redirect login plugin and SEO redirect functionalities into one.
Its special function is that it automatically redirects to the nearest matching URL. Its redirection rules are also flexible. It also supports mobile redirect and redirects device, source and logs. It also facilitates import and export.
Total number of user – 200+
Price – $39
3. SEO Redirection Pro
SEO Redirection Pro helps to enhance the SEO by helping he user to control all sites redirects. The specialty of this plugin is that it provides a history of all the redirections made. Its advanced control panel helps to manage the plugin settings. Its features are:
- It aids to redirect folders using separate rules for their content and sub-folder.
- It can easily build all types of redirects-301,302 or 307.
- It supports wild card redirection.
- It comes with friendly and easily tabbed GUI.
- It keeps track of deleted items and asks to redirect them using 301 redirects.
- It gives a complete list of 404 Error pages and gives the user control to redirect them.
- Different rules can b made for 404 Error page redirects.
- It automatically adds redirects when the user changes the Permalink of a post/page and reflects them in all redirects.
- It can deal with any post or page with published, draft and deleted status.
Total number of user – 300+
Price – $30
4. All 404 Redirect to Homepage
404 error pages diminishes the rank of a website. So All 404 Redirect to Homepage plugin was developed to solve this problem. It handles 404 error pages by using 301 redirects. It redirects the error pages to homepage or any customized page.It helps to improve the website’s visibility on search engine.
Total number of user – 100,000+
FreeScreenshot
5. Safe Redirect Manager
Safe Redirect Manager is an easy to use HTTP redirect manager for WordPress. Its UI allows the user to redirect locations to new URL’s to the HTTP status code of their choosing.
Its unique feature is White-list which allows redirection to white-listed hosts which gets automatically updated and gives added security. It is beneficial for those who are concerned with the security of automated redirects.
Users can choose between the 302 and 301 redirects from the settings option.
Total number of user – 40,000+
Free
6. Icarus Redirect
Icarus All In One Redirect Plugin simplifies matter related to page redirect. It is the most feature rich redirection plugin. Its features are:
- A set of redirection rules can be set up for a website such as redirecting old and broken URLs, fixing the site’s URL structure, hiding referral URL etc.
- It helps to boost the SEO score of a website with the use of SEO friendly 301 redirects.
- It helps to decrease the bounce rates by generating a link where visitors are shown a random post from the post pool every time they visit the link.
- It provides shortcodes which displays an intermediate page to like and share the contents on the social media network using external links rather than immediately leading away the visitors to the redirected page.
- It comes with a Maintenance Mode to customize the time period after which the site will display a custom ‘Maintenance Mode’ or ‘Coming Soon’ page to fit the user’s needs.
Total number of user – 30+
Price – $19
Premium
7. Simple 301 Redirects
Simple 301 redirects plugin redirects pages to another page on the website or anywhere else on the web easily. It is excessively useful when a person wants to migrate a site to WordPress and the old URL structure cannot be preserved.
Using this plugin all the incoming links are seamlessly passed along and their page ranks are passed along with them.
Total number of user – 300,000+
Free
8. Simple Mobile URL Redirect
This Plugin is quite simple and easy to use which will help you to redirect mobile visitors to your WordPress website. You can use this plugin to redirect all your mobile visitor to a certain page or location.
Total number of user – 7,000+
Free
301 Redirect WordPress Without Plugin
301 redirect WordPress without plugin can only be done via WordPress htaccess redirect.
For that you need to open your website .htaccess file if you can’t find it just try to create a new one
Inside your .htacess file you need to paste the following code (Need to alter accordingly)
Redirect 301 /old-page/ https://gomahamaya.com/new-page
Note – In the above code You need to update first half of your website link then inside new link your need to update it with full link of referring domain. For more information about 301 redirect WordPress without plugin please refer the below mentioned video.
Redirect an old domain to new domain via .htacess
For Redirect an old domain to new domain via .htacess We need to follow following steps:
Let say you have domain like example.com and want all your website visitor to move to new domain like example.co.uk then you can use this redirect
RewriteEngine on
RewriteCond %{HTTP_HOST} ^example.com [NC,OR]
RewriteCond %{HTTP_HOST} ^www.example.com [NC]
RewriteRule ^(.*)$ http://example.co.uk/$1 [L,R=301,NC]
Note – You can to replace your website name with example.com
How to add redirection plugin to our WordPress website .
- Download Redirection plugin . Once you are done you need to click on setting
- Once you are inside you redirect page you need to click on 404 setting .
- Their you will see 404 log files for which you can create redirection .
- Click on any of the 404 page and click on add redirect
- Once you are inside redirect mode you will find source url and target url .
- You need to select enter first the url which you want to redirect in source url
- Then enter the target url where you want to redirect your source url click on save .
Now finally we have learnt the how to add redirection plugin to our WordPress website.
Conclusion – Finally we have learnt so many concepts in this article like Which is Best Redirection Plugins for WordPress. Secondly we have learnt 301 redirect WordPress without plugin via .htacess redirect. And finally in the last we have learnt about How to add redirection plugin to our WordPress website.
Hope you will find our blog informative. If you have any queries, then feel free to write to us and leave your comments in the Comments Section.
The well written summary assisted me very much!
This is very nice article thanks for sharing with us.