If you are wishing to change URL of your existing blog and having fear of SEO. Then don't hesitate to Change URL because today we have come up with a trick that automatically redirect your old blog to new URL.
#How To Do it?
- Go To Your Old Blog and Edit Template.
- Find <head>.
- Copy and Paste following script just below <head> tag.
<script type='text/javascript'>
var d='<data:blog.url/>';
d=d.replace(/.*\/\/[^\/]*/, '');
location.href = 'http://allin1-web.blogspot.com/';
</script>
- Use Follow Script if you want to redirect all page.
For eg. http: ABC.blogspot.com/p/about-us.html
redirected to http://allin1-web.blogspot.com/p/about-us.html
- For above example use following code
<script type='text/javascript'>
var d='<data:blog.url/>';
d=d.replace(/.*\/\/[^\/]*/, '');
location.href = 'http://allin1-web.blogspot.com/+d';
</script>
- Change allin1-web to your new blog url
- You are done
No comments:
Post a Comment
Notice: Don't add "backlink". Text with Link will automatically Removed.