How to Redirect a Blogger Blog to Another Site
This article shows how to redirect an entire Blogger blog to another site/domain. Before doing the steps below, make sure you’ve downloaded a backup of your theme, just in case you run into trouble.
- Sign in to Blogger and choose the blog that you want to redirect.
- In the left menu, click Theme.
- Under “Live on Blog”, click Edit HTML.
- Copy the following code and paste it right after the opening <head> tag
- Replace URLs in the newly added code (https://www.onlinesoln.com/) with your new site URL.
- Also in the <head> tag, find and comment out the following line, if any.
The line should look like this after commented.
Click Save theme.
Vvvv