In this tutorial, we will How To Setup Rank Math Redirections.`An HTTP redirection is a magical thing. When you visit a URL with a redirection, your browser automatically jumps to a new address.
You’ve seen this before with URL shortener services like Bitly – instead of typing a long address, you type a short one. Your browser is automatically redirected to a different site, and it happens faster than you can blink.
HTTP redirections are powerful tools in SEO, and they have lots of other uses, too. Rank Math makes it easy for you to set up HTTP redirects – in this article, we show you how.
There are three places where you can set up a redirect – in the redirections screen, on the 404 Monitor screen, and in the editor screen.
We cover the URL redirection options for each of these screens in their respective articles.
Which Screen Should You Use?
If you decide to redirect one of your existing posts or pages, it makes sense to use the editor screen.
You can read how to do that in the editor screen article.
If you are getting a lot of 404 errors, it either means you have missing files, or people are clicking on broken links. We cover this in more detail in the 404 Tracker article.
If you want to create a new redirection, you can use the “Redirections screen.”
On the redirections screen, you can choose any URL to redirect. You don’t need an existing post or page at that address, and it doesn’t have to follow the format of your pages and posts.
The rest of this article covers the redirections screen.
Rank Math Redirections
You can find the redirections in Rank Math’s Sub Menu:
When you click on the link, the following screen appears:
As you can see, it’s a very simple interface. Of course, we don’t have any redirections set up yet! Let’s fix that now.
Click on the button that says “Add New”:
A form will appear at the top of the list:
As you can see, there are plenty of options present on in the Redirections menu. Specifically, here are the options you should be concerned with:
- Source URLs
- Match Type
- Destination URL
- Redirection Type
- Maintenance Code
- Status
Here is what each of the fields is used for.
- 10 Solid Signs She Is A “Wife Material”
- 11 Clear Signs He Wants to Marry You
- 11 Signs She Does Not Love You
Source URLs
The Source URL is where you type the URL (or URLs) you want to redirect from. That means any errors causing URLs that you find in the 404 Monitor will go here.
When you write the “from” URL, you ** don’t** need to write the full URL (with the https protocol and the domain name). Just write the address from the document root (the first “/” after your domain name).
For instance, instead of writing this:http://my-site.com/document-to-redirect
… write this:
document-to-redirect
Match Types
There will be many cases where redirecting a single URL to a destination URL will be limiting—you will need more control. Let us take an example.
Imagine if you had a blog about mobile phones and had an entire category dedicated to Windows Phones. As Windows Phone died, you decided to redirect those article to your homepage. The only problem is, you would have to create hundreds of redirects manually.
The match type is built for this type of scenarios. It gives you multiple options by which Rank Math will “match” a URL to see if it needs redirecting. Here are the options in the Match Type.
Let’s discuss each of the types.
Exact Match
Exact match is pretty self-explanatory. It matches the URL that user lands on to the exact URL that you placed in the source URL, and redirects only if both the fields are an exact match.
For example, if the URL the user visits is yoursite.com/cat/apple-cider-vinegar/
then the source URL must say apple-cider-vinegar
for the redirection to work. Even the slightest change will cause the redirection to fail.
Contains
The Contains match type field will cause all the URLs to redirect that contain a specific term.
Let’s say that you have many posts on your website with “oranges” in the URL. If for some reason, you want to redirect them all to a new URL, all you have to do is enter “oranges” in the Source URL field, choose Contains as the match type and enter a destination URL. All the URLs on your website with the word “oranges” will then be redirected to the destination URL.
You might be thinking about how would you use this match type on a day to day basis. Let us give you a more practical example to show you how powerful this is.
Imagine that you have a blog about Celebrity Lifestyle. You have hundreds of celebrity posts which talk about their life, what they do, etc. You wake up one day and find out that Justin Bieber just got married. You write a post about it and quickly use the Contains match feature to redirect all Justin Bieber posts to the new wedding post. As a result, your blog soars in popularity and gets tons of shares, views, and maybe links. Once the hype dies, you can disable the redirect.
PS: This technique is used by the biggest publications in the world, especially when major news breaks out. The more you know.
Start With
The Start With match type will redirect all URLs that start with the keyword in the Source URL field. For example, if you enter “bacon” in the source URL, this will happen.
- bacon-and-eggs – Will match and redirect
- bacon-for-breakfast – Will match and redirect
- why-is-bacon-delicious – Will not match and not redirect
End With
Similar to Start With, the End with match type will redirect all URLs that end with the keyword in the source URL field. For example, if you enter “orange” in the source URL, this will happen.
- how-to-make-orange-juice – Will not match and not redirect
- how-to-peel-an-orange – Will match and redirect
- apple-juice-vs-orange-juice – Will not match and not redirect
There’s a “regex” option under the “From” URL box. Regex stands for regular expressions – they’re a very powerful pattern matching tool. Regular expressions allow you to write a pattern, and Rank Math will redirect any URL that matches the pattern.
For instance, you might want to match any URL for pages that start with an “a” and end with a “z”. You can use an expression like this:
**^a*z$**
This pattern will match URLs like:
- http://your-site.com/applez
- http://your-site.com/antz
- http://your-site.com/andrew-fell-asleep-zzz
It will not match a URL like this:http://your-site.com/are-you-reading-this
Regular expressions are a great tool because you can match thousands of URLs with a single line. But they can also be dangerous – if you make a mistake, they will either not work, or match too many URLs.
A bad regular expression could make whole sections of your site “disappear”!
If you’ve never used regular expressions before, you should read through a tutorial or a book first. Get some practice and confidence before you try them in Rank Math. You can test your regular expressions with this online editor before you use them live on your site.
Even if you’re careful while using Regex, mistakes can happen. That is why we’ve created a redirection debugger that will help you diagnose potential redirection issues. More about that at the end of this article.
Using Multiple Sources
The relationship between the Source URL field and the destination URL is many to one. That means that you can have multiple source URLs pointing to a destination URL.
To add more sources, click the “Add Another” button just below the source URL field. Another field will open up just below it. You can then add another source URL in that field and even use all the match types that we showed you earlier. The use of multiple source URLs can help you deconstruct complex redirections into simple rules that will be easy to create, remember, follow, and diagnose.
You can also remove additional fields when the same way you added them. Just click the “Remove” button at the end of the field to remove it.
Destination URL
The Destination URL field is where you want to take the user after the redirection. It can be a URL on your website or even an external URL. It does not even have to be a static file; you can also redirect users to PDF files, images, videos, etc.
If you’re creating redirections to your internal URLs, then you can use part of the URL in the Destination URL field. But, Rank Math will convert it into a fully qualified URL. To avoid confusions, we’d recommend that you always use fully qualified domain names in the Destination URL field.
Redirection Type
Redirections can be of many types, and the type of redirection used is communicated to the search engines via the Redirection Code. In fact, every time a web page is requested, the server responds with a status code to indicate its status. For example, a status “200” represents that the requested resource was found. Similarly, a “404” status means that the request was not found.
There are many types of redirections, but you’d probably use only a few types. That is why Rank Math supports only the 3 major Redirection Types.
A “301” code means the old URL has permanently moved to a new address. It’s never coming back. Obviously, you’d use it when you are permanently redirecting a URL to a new one.
A “302” code represents a temporary redirect, which tells the search engines to take the users to the new URL temporarily. Use this when you have intentions of using the original URL once again.
A “307” redirect is another temporary redirect, but it is technically different from a 302, one of the difference being redirect caching and the request format. You can use a 302 a 307 redirect almost interchangeably.
If you’d like to learn more about the various types of redirects, this resource is quite extensive.
Maintenance Code
Sometimes when you move or delete content, there is no new content for you to redirect it to. If you simply delete it, it would result in a 404, and the search engines will never know what happened to the content.
To combat this scenario, Maintenance codes were introduced. They help you communicate information about the content to the search engines when a redirect does not make sense. Technically, they are not actually redirect codes, but they do fit the context here, that is why they are available in the Redirection option.
Currently, only 2 maintenance codes are supported by Rank Math.
The “410 Content Deleted” should be used when the content is question has been deleted, and no suitable replacement is available. When search engines encounter a 410, they also de-index the page naturally.
The “451 Content Unavailable for Legal Reasons” is a tricky one. If the content on your website has to be restricted to a demographic, age group, or another similar restriction, then you can use the 451 for the people who do not qualify.
For example, if you run a gambling website, then you have to follow the law applicable in your country and state and not allow minors access to the content. You can then use the 451 to restrict the content for people below the mandatory age.
Important Note: Due to the nature of how the redirects and the maintenance codes work, you can not use both of them at the same time. You can either redirect the URL, or present a maintenance code, but not both. In fact, when you select a maintenance code in Rank Math, the Redirection Type is automatically disabled, and vice versa.
Status
The last option in the Redirection Options is the Status field, which represents whether the redirect is active or not. It can be used for both creating redirects in advance and enabling them later, or creating redirects that you would want to disable later.
For example, think of a product launch scenario. During the promotion phase, you’d create many landing pages, offer pages, etc.—all presell pages. During this phase, you can also create a redirect for all these pages pointing towards your final page and keep it disabled. As soon as the product launch window opens, you can enable the redirect and instantly take users to the page where they can buy your product.
You can enable or disable the Redirection in 2 ways. You can either edit the redirect, change the Status, and then save the redirection, or simply click the enable/disable link from the All Redirections Page. Here are images that show both the methods.
Note that when a redirect is disabled, it will appear washed out on the page, as apparent from the image above.
Organizing Redirections (Pro)
One a website with 10s of 100s of redirects, it can get pretty hectic having to maintain those redirects. Finding a particular redirect can often lead to frustration and many hours of productivity lost. That is why have included an option in Rank Math pro to let you organize your redirects into categories.
Adding categories to your redirects has two main benefits:
- You can easily organize your redirections into manageable categories.
- It allows you to filter redirects and hence make finding a particular redirect amongst dozens of them a walk in the park.
When adding a new redirect, you can create a new category to file it in or you can choose from one of the categories you already created in the past.
To manage your redirect categories, click on the `Manage Categories` option at the top
You can create child categories for additional control and organization:
Filtering Redirections (Pro)
Categorizing redirects is only half the battle. The other half is making use of these categories to filter what you don’t need and only see redirects that are filed under a particular category or child category.
To find redirects filed under a particular category, go to WordPress Dashboard > Rank Math > Redirections
Once you are there, click on “Select Category” and choose a category from the dropdown:
Then, click on the “Filter” button. That will show you redirects only within a particular category. Then, you can make changes to your redirect and hit the save button.
It is that easy.
Bulk Actions in Redirects
If you have a lot of redirects to manage, then editing them one by one can be tedious. That is why we’ve included Bulk Actions inside Rank Math, using which you can apply actions to multiple redirects at once.
The available actions are self-explanatory. You can activate the redirects, deactivate them, or move them to the trash.
Redirection Statistics
Rank Math tracks how many times each redirection has been accessed – humans and bots are counted.
This is very useful to get feedback on where your traffic is flowing. For instance, if you’re redirecting to an external site, you probably can’t access their server logs. But Rank Math will tell you how many people clicked the link.
You can see the redirection statistics in the last two columns of the Redirections screen:
The “last accessed” column gives you the most recent time when someone clicked on the redirect. It counts robots as well as human visitors.
The “hits” column gives you the total number of times the redirect has been accessed since you set it up.
Unlike the 404 monitor, there is no Advanced Mode in redirections which captures the access time and other information of each of the redirect.
Backing Up Your Redirects
Just as you back up your website and the important data on your computer, it is also important to back up your redirects. Losing redirects without having a backup is the stuff webmaster’s nightmares are made of. Don’t put your website at risk, back up your redirects.
Rank Math not only makes it effortless to redirect your backups, but it also supports 1-click backups for Apache and Nginx servers. Let’s see how to create a backup.
On the top of the page, you’ll see 2 buttons to backup your settings. Click the button for your server to create a backup. For this example, we are going to create a backup for Apache servers by exporting the corresponding .htaccess file.
Rank Math will immediately open a dialog box. Choose a location for the redirect file, then click Save.
The Redirects are time-stamped to you can manage them better, but there is no other information to identify them. If you’d like, you can make changes to the file name and add some information about the backup.
Debugging Your Redirects
When your website is small and has only a few redirects, it is easy to manage them and keep track of what redirect is doing what. But as your site grows, this task will become overwhelming and difficult to manage.
What happens when you mess up by creating 2 redirects for the same URL? Or if you create a Regex based URL that causes a large number of unintentional redirects?
This is where the Redirections debugger comes in. We’ve created a capable debugger that will help you locate and debug your redirections.
To enable the debugger, head over to the Redirection settings by clicking the Settings button on top of the page.
Rank Math’s General settings will open up, and the Redirections tab will be highlighted. Find the “Debug Redirections” option and enable it. Then, save your settings.
Once the settings are saved, head back to the Redirections options.
On the Redirections page, right-click any of the redirects that you’ve created and open them in a new tab.
You should see this interstitial before the redirect actually happens.
There is plenty of information in this interstitial, but the most important part is the “Manage This Redirection” link. When you click the link, you’ll be taken to the exact redirect rule that caused this redirection, helping you diagnose and fix unwanted redirections.
Once you click the link, you’ll reach the edit window for the redirect rule that caused this redirection.
There, you can make changes to the redirection and save it. It is pretty powerful.
Important Things to Know About the Debugger
- The Debugger is visible for website administrators only, and regular visitors will never see it. You can use the debugger without affecting their experience in any way.
- The interstitial is visible for only 5 seconds, after which the actual redirect is processed. If you do not see the interstitial even after enabling the debugger, then this might be the reason.
Conclusion
That’s all that you need to know about Redirects in Rank Math. We hope that you were able to follow along and understood all the details that we discussed. If you have any doubts, feel free to contact Rank Math’s support staff, they will help you out to the best of their abilities.
16 Comments
I seriously love your site.. Great colors & theme. Did
ReplyDeleteyou build this website yourself? Please reply back
as I'm hoping to create my own personal blog and would love to know where you got this from or what the theme is named.
Thank you!
Contact us: info@deworldinshights.com
ReplyDeleteI do believe all the ideas you've introduced on your post.
ReplyDeleteThey're really convincing and will definitely work.
Nonetheless, the posts are very short for starters. May just you please lengthen them a bit from subsequent time?
Thanks for the post.
I was suggested this blog by my cousin. I am not sure whether this
ReplyDeletepost is written by him as nobody else know such detailed about my problem.
You're incredible! Thanks!
Hi there very nice website!! Guy .. Excellent .. Wonderful .. I will bookmark your site and take the feeds additionally?KI am satisfied to search out so many helpful info here in the submit, we'd like work out extra techniques in this regard, thank you for sharing. . . . . .
ReplyDeleteIt's going to be finish of mine day, except before finish I am reading this impressive paragraph to increase my experience.
ReplyDeleteI'm gone to inform my little brother, that he should
ReplyDeletealso go to see this website on regular basis to obtain updated from newest news
update.
This website was... how do you say it? Relevant!! Finally I
ReplyDeletehave found something that helped me. Appreciate it!
Magnificent beat ! I wish to apprentice whilst you amend your
ReplyDeleteweb site, how could i subscribe for a blog website? The
account aided me a applicable deal. I have been a little bit familiar of this your broadcast provided shiny clear concept
Hi there friends, its wonderful piece of writing regarding
ReplyDeletecultureand fully defined, keep it up all the time.
Can I just say what a relief to uncover somebody who really understands what they are talking about on the web.
ReplyDeleteYou definitely understand how to bring an issue to light and make it important.
More people need to read this and understand this side
of the story. I can't believe you're not more popular given that you certainly have the gift.
If some one needs expert view on the topic of blogging and site-building
ReplyDeletethen i advise him/her to pay a visit this webpage, Keep up the good work.
I got this web site from my friend who informed me on the topic
ReplyDeleteof this site and now this time I am browsing this website and reading very
informative content here.
I am sure this post has touched all the internet people, its really really pleasant paragraph on building up new web site.
ReplyDeleteWow that was unusual. I just wrote an really long comment but after I clicked submit
ReplyDeletemy comment didn't appear. Grrrr... well I'm not writing all that over again. Anyways,
just wanted to say wonderful blog!
ReplyDeleteFree Web Hosting..!
We Offering a Free SSD Web Hosting for Bloggers & YouTubers. If you interested please reply to
sales[at]prohostor.com with your Domain name and valid contact details.
After got successful hosting with us just keep this things on your site.
Permanent footer info: Proudly Hosted with Prohostor.Com (Badge)
We will send you the Badge after the hosting account activation.
Keep a 300x250 banner on Right sidebar permanently.
Then enjoy seamless hosting with Prohostor.Com
Join Our Affiliate Program and Make Good Revenue.