How To Redirect Entire Blogger / Blogspot Blog to Another Website Url Or Link.recently i made a post on how to redirect blogger blog link to another link or site.now this post will guide you on how to redirect the entire blogger blogspot blog including its home page, post link, page link etc to another url or site.this is mostly done if you want to redirect your site visitors to another site or your new site.so many of us started with blogspot but along the line, we migrated to self hosted wordpress and this will be easy for you to redirect your formal blog visitors to your new migrated wordpress blog without loosing traffic.guess its now making sense to you.well, you can still make use of this for other redirecting purpose other than redirecting to your new site.so if you want to get this done, then read through on
How To Redirect Entire Blogger / Blogspot Blog to Another Website Url Or Link
like i have said, you can use this trick for any redirecting purpose be it your new site, affiliate links, cpa offers etc.just follow the steps below
You May Like To read
how to create blogger blog post from mobile phone like ( java, symbian )
How To Redirect Entire Blogger / Blogspot Blog to Another Website Url Or Link
==> if you want to redirecct the entire blog to a new url link or site from your blogger blogspot, then use the code below
<script type='text/javascript'>var d='<data:blog.url/>';
d=d.replace(/.*\/\/[^\/]*/, '');
location.href = 'yoursite url';
</script>
copy and paste the above code below the tag
<head> on your blogger template.to do this, go to
template=>edit html.then use Ctrl F to find
<head> and paste the code below it, then click save.
replace the word
yoursite url with the link you want to redirect visitors to.this code will redirect the whole blogspot url links including home page, post, pages etc.
the second method does same thing but this time it allows you to set a wait time before it redirect visitors to the specific url or link you want.you can set a wait time like 5,10,15 seconds before they would be redirected to the link you want.to do this, copy and paste the below code still below the <head> in your template
code is
<meta content='5;url=Yoursite url' http-equiv='refresh'/>
replace the word
yoursite url with the link you want to redirect visitors to .you can decide to change the wait time 5 to any time frame you want. that's all, enjoy.
visit
www.gurubest.com to view the latest post update you are not seeing right now.
more articles update is posted on
gurubest every day,so don't be the last to get update to your email.
Subscribe by email
DON'T FORGET TO SHARE WITH YOUR FRIENDS ON FACEBOOK BY CLICKING THE SHARE BUTTON.
No Responses to "How To Redirect Entire Blogger / Blogspot Blog to Another Website Url Or Link"
Post a Comment