Before you continue. Read How I stopped traffic from bad sites to my blog
Now I know the big question is;
How Do I Redirect A Page On Blogger To Another Website?
It’s just a matter of adding a few lines of code to your blogger blog html. So let’s get started
- Log in to your blog dashboard
- Go to template and click on Edit HTML
- In your template editor, press Ctrl+F and find <head>
- Now add the following code below just below <head>
<script> if(window.location.href == 'http://yourblog.com ') { window.location="http://www.allbloggersblog.com"; } </script>Now in the code above, replace your http://yourblog.com with the page URL that you want to be redirected, and replace http://wwwallbloggersblog.com with your destination URL, i mean the page you want the old page to be redirected to.
That is all about how i redirected a page on my blogger blog to another blog, i hope it will also work for you. Did it work for you?
Please let's hear it via the comment section.
No comments:
Post a Comment
We love to hear from you!
We encourage comments, but please DO NOT SPAM. We do pre-moderate some comments with links.
THANKS.