How to redirect a Blogger blog to another blog Site [301 Redirect automatically]
If you’ve been using blogger as your website, you might have decided to change your URL and a custom Hosting like– WordPress.
And that might also switching from the standard “yourblogurl.blogspot.com” address to a New URL like– (https://www.fixiw.com) custom domain.
But how do you ensure that the search authority and visitors from your current site are transferred to your new one as effectively as possible?
{tocify} $title={Table of Contents}
Well, here’s how to redirect a Blogspot blog to another blog site using 301 redirection within your blog.
This technique will be useful if you have just migrated to new domain with new blogging platform. You are always limited in Blogger that’s is the reason people moving to self-hosted WordPress blogs.
So, by using this Simple method you can drive traffic from your old blog to your new blog and also it passes all the ranking factors.
How to redirect Blogger blog URL to another blog Site Automatically
Here I will share two different types of codes that automatically redirect Blogger blog to another blog or URL and each code does different tasks.
Let’s say you want to redirect your complete Blogger blog to another page or URL. That is redirecting your homepage, posts page, archives page and all other URL in your blog to another specified external website.
You have to use this if you just moved to new domain.
To do this you are need to make changes to your Blogger Template.
So, before you doing it with the codes it’s my recommended that you backup your template first.
- Login to your Blogger dashboard
- Go to template and click edit HTML
- Now you can see template codes. Press CTRL + f and then find <head>
- Now add the below code after the head tag.
STEP 1
In the below code [https://pixelnatures.in] which is the destination URL. You need to change it with your domain. After that all your pages from the blog will be redirected to destination URL automatically.
Friends! Now Scroll down this page!
STEP 2
Now, You will show another piece of code below, that redirects particular blog URL to another blog or website. If you wish not to redirect the whole blog then you have to use of this code.
Also you can use this for redirecting user from a particular page to another external website for promotional purpose only.
To do this just paste the following code below <head> tag and change the from URL that is http://yourblog.blogspot.com and destination URL that is https://www.fixiw.com
if(window.location.href=='http://yourblog.blogspot.com')
{window.location="https://www.fixiw.com";}</script>
The above code just redirects user from the specified BlogSpot URL to another website or URL.
STEP 3
301 Redirect automatically in pre-set time
Here you will see another code! Right! with this you can redirect all your blog pages including home page to another blog or website with specific time.
Using this code! users who lands in your blog will be automatically redirected to another blog URL after a specific time period.
Just copy this code and paste below the <head> tag in your blogger themes.
In the above code 15 is the set time where users will redirected to https://www.fixiw.com in 15 seconds after landing a blog.
You can change it according to your needs.
SEE ALSO:
How to add Blogger Sitemap in Google Search Console? Here is a step-by-step Guide for newbies
Conclusion
I Hope this article guides you on how to automatically redirect Blogger blog to another blog / website or URL.
If you like this! Please Share if you found it useful.
Please leave your comments if getting any problem.
Komentar
Posting Komentar