0
How To Redirect A Blog(blog traffic) or URL To Another Blog or URL
I used this trick to redirect my old blog traffic or you can say URL to new blog (URL).I thought this should be shared with all of you:
Steps:
* -Login to your blogger account and click on Design -->Edit HTML.(if using new blogger template)
-Login to your blogger account and click on the template link next to your blog name.(if using classic blogger template)
* Now Press CTRL+F and search for <head>
* Paste the following code in between <head> and</head>
<meta HTTP-EQUIV='REFRESH' content='0; url=http://my-new-blog-adress'/>
<meta content='NOINDEX, NOFOLLOW' name='ROBOTS'/>
Notes:
*content='0 as shown in the code determines how long (in seconds) your visitors will stay on the old blog before being redirected. I set it to Zero but you might change it depending on your choice.
*Replace "http://my-new-blog-adress" with your new blog address.
*Also <meta content='NOINDEX, NOFOLLOW' name='ROBOTS'/> tells search engines to stop indexing posts on your old blog. This prevents your new blog from being penalized by google for duplicate content as pages indexed on the old blog will be removed in due time.
*You can also change your old blog to a stub blog(a stub blog is simply a blog with no interesting content, simply one post that says "There's nothing here" or that informs something in one post") and give link(of your new blog),e-mail etc.By this way you can redirect traffic to ur new blog.
*You can set content='60(first week) then 50,40 and so on besides making a stub blog.When you reach at '0 ,simply remove the code from your template and keep the stub blog for some time.
*Last point, If you have shared post links of your old blog on social networking sites, forums etc. then you may want to keep the respective posts on your old blog for some time.In that case simply make a post informing your new blog address and also add a "text gadget" by clicking "add gadget" in design tab on top and bottom of the page mentioning your new blog address,e-mail etc.
Subscribe to:
Post Comments (Atom)
0 Responses to “How To Redirect A Blog(blog traffic) or URL To Another Blog or URL”
Post a Comment