Monday, April 20, 2020

Redirect blogspot to other site

I am on find a free domain name for lifetime. oh why not redirect a blogspot to my localhost. and find a usefull artikel.
this post is here


  1. Sign in to Blogger and choose the blog that you want to redirect.
  2. In the left menu, click Theme.
  3. Under "Live on Blog", click Edit HTML.
  4. Copy the following code and paste it right after the opening <head> tag:
    <meta charset='utf-8'/>
    <meta content='0;url=https://www.yournewsite.com/' http-equiv='refresh'/>
    <b:if cond='data:blog.url == data:blog.homepageUrl'>
      <link href='https://www.yournewsite.com/' rel='canonical'/>
    </b:if>
  5. Replace URLs in the newly added code (https://www.yournewsite.com/) with your new site URL.
  6. Also in the <head> tag, find and comment out the following line, if any.
    <b:include data='blog' name='all-head-content'/>
    The line should look like this after commented.
    <!-- <b:include data='blog' name='all-head-content'/> -->
    
  7. Click Save theme.
SHARE

No comments:

Post a Comment