How To Redirect a Blog To Another Site
![]() |
How To Redirect a Blog To Another New Website |
Go to Blogger when you’re viewing the main dashboard, click
on ‘Theme’ in the menu panel. You’ll see a preview of your theme with the
option to ‘Edit HTML’ under the ‘Live on Blog’ window.
Click Edit HTML and you’ll see the complete code for your
Blog:
You need to find the <head> tag in the code (ctrl + f),
and then add the following code after it:
<meta charset='utf-8'/>
<meta content='0;url=https://youroldurl.blogspot.com/'
http-equiv='refresh'/>
<b:if cond='data:blog.url == data:blog.homepageUrl'>
<link
href='https://yournewurl.com/' rel='canonical'/>
</b:if>
Note: Replace https://youoldurl.blogspot.com with
your old webpage.
Replace
https://yournewurl.com replace with new
webpage url.
Now click on Save Theme, and you’re done!
