After coming from Blogger to WordPress, there are many changes you will experience and one of them will be link that your visitors will start getting 404 errors as WordPress links are totally different.You hva eto do the fix to make all links perfect.
Like in BLogger, your labels URL is shown as http://www.example.blogspot.com/search/label/first%20second
but in WordPress, its like http://www.example.blogspot.com/category/first-second
. So now you can change first%20second
to first-second
by going through our previous post about How To Redirect Space(%20) To Dash(-) In WordPress Categories URL? but now here we will share about How To Redirect search/label/ To category/ In WordPress Categories URL?
With this, we also added to fix http://www.example.com/search
and http://www.example.com/feeds/
rrors that you will receive in your GWT. So now move on and garb the code and remove all your Google WebMaster errors and 404 errors too and make your SEO as it was.
Table of Contents
How To Redirect Blogger Label URL To WordPress Category URL?
Step 1:) Open your web-hosting account panel.
Step 2:) Go to your WordPress hosting folder.
Step 3:) Find .htaccess file there.
Step 4:) Edit that file and add the below code there.
## 404 Blogger URLs 301 Redirect ## Redirect 301 /search/label http://www.example.com/category Redirect 301 /search http://www.example.com Redirect 301 /feeds/ http://www.example.com ## 404 Blogger URLs 301 Redirect ##
Step 5:) Always add your new code at the top of .htaccess file.
Step 6:) Save and done.
Just change http://www.example.com
with your WordPress domain and rest will be ok.
.htaccess File Editing Warning:
When you are editing .htaccess file then keep in mind that you have to start adding your new codes at top. After that, check your site that code is working or not. Then also check your all rest and pre added codes that are they working or not. If not working then add the new code below them.
Last Words:
This is what we have and shared in easy steps for newbies so that they can easily know how it works. Stay with us because we are going to share a whole guide step by step about WordPress and make it easy for you. If you liked it then share it and be with us to get next tutorial. If you have any problem then feel free to ask us. We will help you with what we can or have.
Be the first to write a comment.