How To Redirect Blogger Blog To Another URL?
There are lot of reasons you may want to redirect your visitors to another blog or another URL.In this tutorial I will share a simple trick to redirect your blogger blog to another blog or URL.You can add timer to this redirection as you wish and we will apply this hack with using a simple code.
Now Follow Steps:
- Go to Your blogger dashboard
- Click on Template
- Edit Html
4. After Click on Edit Html Button
5. Press Ctrl+F
6. FInd <head> in Search Box
7. Add Below Code After <head> Tag
<meta content='5;url=http://www.YOUR-NEW-URL.com/' http-equiv='refresh'/>
In Code Number "5" is the time before the redirection.You can change this as you wish.
Now replace http://www.YOUR-NEW-URL.com/ with the URL where you want to redirect your visitors.
Now replace http://www.YOUR-NEW-URL.com/ with the URL where you want to redirect your visitors.
Thank's for Sharing information.
ReplyDeletecan we redirect particular Post to other post is this is possible?