Thursday, January 21, 2016

HOW TO REDIRECT ONE BLOG TO ANOTHER BLOG

Sign in to blogger, go to Template then edit html.
when the codes opens, click ctrl+F simultaneously for search option and then type <head>
When you get it
Past the following codes just below <head>













<link href='http://www.KIMJOHTECHNOLOGY.BLOGSPOT.com' rel='canonical'/>

After that, you have to search for the closing tag </head> 
After getting it, paste the codes below just above of before the </header>

<script type='text/javascript'>
var d=&#39;<data:blog.url/>&#39;;
d=d.replace(/.*\/\/[^\/]*/, &#39;&#39;);
location.href = &#39;http://KIMJOHTECHNOLOGY.blogspot.com/&#39; + window.location.pathname;
</script>

After you have done all those, Replace the link KIMJOHTECNOLOGY.BLOGSPOT.COM with the link of the blog you wanna redirect to! Then you are done!!
If you come across any difficult. feel free to ask, i will be there to help you


Previous Post
Next Post

post written by:

2 comments: