Instruction:
Here we will share three different 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 going to make changes to your template file. So before you mess up with the codes it’s recommended that you backup your template first.
2. Go to template and click edit HTML
3. Now you can see template codes. Press CTRL + f and then find <head>
4. Now add the following code below head tag like you see in the image below.
5. Find head tag and paste Your Blog redirect link
6. Click Save
In the above code change https://hiddnetech.com which is the destination URL.
Now all your pages from the blog will be redirected to destination URL.
Now we will see another piece of code that redirects particular blog URL to another blog or website. If you wish not to redirect the whole blog then you have to make use of this code. Also you can use this for redirecting user from a particular page to another external website for promotional purpose.
Redirect Link
<meta http-equiv="refresh" content="0; url=https://hiddnetech.com"/>
Post a Comment