How to Redirect Blogger to Custom Domain

Published On: January 24th, 2012|Last Updated: January 7th, 2023|Categories: Web Design|Total Views: 1455|Daily Views: 1|
Blogger is place where we can share our thoughts and ideas. Most of the people had created their own blog for various reasons like to share their views, photos and videos and also to make money. Blogger gives domain name as yourname.blogspot.com for free. If anybody bought high level domain name, then they need to redirect their old blog to new domain. To redirect blogger to another site, just follow the below steps:-

Instructions

  1. Go to the dashboard of your blog and click Templates.
  2. Click Edit HTML and click Proceed and check Expand Widget Templates.
  3. Find the below code

    <b:include data='blog' name='all-head-content'/>

  4. Replace the above code with the following code.

    <b:include data='blog' name='all-head-content'/>

    Replace the “

    [” with “<“, without quotes. Change the http://domainname to URL, where you want to redirect like http://spytm.com.
  5. Now save the template.

    From now, your blogger blog will be redirected to that particular URL.

    Note: This type of redirecting method, first go to your blog page and then only it redirects to your specified domain name.

Leave A Comment