We can redirect blogger blogs to another blog url i.e to the another domain name. Suppose if you want to redirect your blogger blog to your another blog url, this posts will help you. With single tag we can redirect blogger blog url to another.
Step 1 : Go to blogger dashboard
Step 2 : Click on template
Step 3 : Click on edit HTML
Step 4 : Search <head> Tag
Add below code into your template just after the <head> tag.
It should Look Like This.
Step 5 : Click on Save template.
Replace Yourblogname with your blog url in the step 4 to which you want to redirect form blogger blog. Like this you can redirect your blogger blog to any another domain.
Follow below steps to redirect Blogger blog to another URL
Step 1 : Go to blogger dashboard
Step 2 : Click on template
Step 3 : Click on edit HTML
Step 4 : Search <head> Tag
Add below code into your template just after the <head> tag.
<meta http-equiv="refresh" content="0;url=http://yourblogname"/>
It should Look Like This.
<head>
<meta http-equiv="refresh"content="0;url=http://yourblogname"/>
Step 5 : Click on Save template.
Replace Yourblogname with your blog url in the step 4 to which you want to redirect form blogger blog. Like this you can redirect your blogger blog to any another domain.
0 comments:
Post a Comment