Want to know why your business website ranking dropped after you revamped it?

Want to know why your business website ranking dropped after you revamped it?

New year. New Revamped Website. Drop in the SEO Ranking?

We see this too often when an organisation has created nicer looking web pages or even created a brand new appealing website. They then notice that their SEO ranking suddenly falls.

What is a Redirect in WordPress?


A redirect is a way for your website to send a quick message to your reader’s browser and tell them that the page they want to visit has been moved, so their browser can automatically point them to the new page of your choice.

There are various different types of redirects such as 301 redirect, 302 redirect, 307 redirect, etc.

However, to keep this article simple and useful, we will only cover 301 redirects as that’s the most important.

Let’s take a look at why it is important by understanding the use case.

When do you need a 301 redirect in WordPress?

The primary reason to use 301 redirects is when your site or a page on your site has been moved, and you want to point the user to a new page instead.

This article idea came to us when one of our readers asked us for a way to redirect users from an old post to a new post.

– You need to create a redirect when you are planning on deleting a post or page in favour of new content.

– You need to create a redirect when you are planning on changing the permalinks of your post or page.

Why? Because not creating a redirect will cause your users to see a 404 not found error. Which is not only bad for users, but it can also impact your site’s SEO and hurt your search engine rankings.

That’s when 301 redirects become very important.

It allows you to tell search engines and your user’s browser that the page they are trying to reach has been permanently moved to a new location.

This allows for all your old page’s traffic and backlink (SEO) strengths to be transferred on to the new page.

Now that we have covered the why and when of redirects, let’s take a look at how you can create 301 redirects in WordPress using the different methods that are available.

A 301 redirect sends the message to search engines that a website or page has been moved permanently.

When you use a 301, Google removes the old page from their index and most value (link equity) from that page is transferred to the new one.

That being said, it’s important to note that anytime you move a page from one URL to another, it will take search engines some time to notice the change and see any potential impact/change in rankings.

How to Create Redirects in WordPress (using Plugins)

An easier approach to create and manage 301 redirects is by using one of the many WordPress redirect plugins. This allows you to setup redirects without ever writing a single line of code.

Method 1: Setting up WordPress redirects using Redirection plugin

The simplest way to add and manage redirects in WordPress is by using the Redirection plugin. Install and activate the plugin. Once activated, visit Tools » Redirection to setup your redirects.

Redirection plugin not only allows you to setup redirects, it also helps you find out 404 errors on your WordPress site. You can then redirect those URLs to an appropriate destination. See this tutorial on how to track 404 pages and redirect them in WordPress.

Now while setting up 301 redirects using a WordPress plugin is easy, it has some minor performance setback. Based on your WordPress hosting provider, your WordPress redirects maybe a bit slower by some microseconds.

If you want to make your redirects faster, then you can do so by using the code method and .htaccess file.

Method 2: Setting Up 301 Redirects in WordPress using .htaccess


Using the web server configuration file .htaccess, WordPress users can set up 301 redirects that are fast.

Please keep in mind that a small mistake in your .htaccess code can make your WordPress site inaccessible, and it may start showing Internal Server Error.

That’s why it is important that you backup your .htaccess file before making any changes.

To edit your .htaccess file, you will need to connect to your website using an FTP client. The .htaccess file resides in your WordPress site’s root directory.

If you can’t see your .htaccess file there, then you need to force your FTP client to show hidden files. (See why you can’t find .htaccess file on your WordPress site.)

You can edit .htaccess file in any plain text editor like Notepad.

Here is a simple redirect, where we are trying to send a user visiting an old post to a new post.

 RewriteEngine On
Redirect 301 /a-very-old-post/ http://yoursite.com/a-very-new-post/
You can add the code above preferably at the end of your .htaccess file.

That’s all. We hope this guide to creating WordPress redirects helped you setup redirects on your site.

Feel free to get in touch with us if you have any questions. Direct your questions to contactus@thefusionbrand.com. If you need some assistance with then why not organise a FREE 45 Strategy call with us? Click here to book a time that suits you.

Leave a Replay

Expanding Your Business Reach By Connecting You With The Right People

If you have made it this far then we know you want to succeed in your business. Need a new website? Need finding more customers? Need help in your Social Media presence? 

 

We are on a mission to tell as many success stories as we can

 

We tell the stories of forward-thinking organisations and create platforms that strategically reach their target audience.

 

If you’re ready to share your business story then your story then Contact Us Today.

Recent Posts

Follow Us

Want to know why your business website ranking dropped after you revamped it?

Time to read: 3 min