This tutorial is about redirect one URL to another URL. Sometime You want to gain traffic on your new website which is very weak respect to SEO and have low traffic but you have another website which have strong SEO and huge traffic. So you want to trasffer Second website traffic to low traffic website. Its simple way to transfer traffic one website to another. Follow these steps
how to redirect url to another url in blogger
Method One
Log in to your Blogger account and then click on TemplateNow click on Edit HTML and press Ctrl+ F form keyboard
After press Ctrl+ F a Search box will be appeared.
Type in search box <head> and Press Enter
After find out <head> tag add below code just after <head> tag
<meta http-equiv="refresh" content="0;url=http://yournewurl.com"/>
Method 2
Log in to your Blogger account and then click on Template
Now click on Edit HTML and press Ctrl+ F form keyboard
After press Ctrl+ F a Search box will be appeared.
Type in search box <head> and Press Enter
After find out <head> tag add below code just after <head> tag
Replace http://yournewurl.com with URL on which you want to redirect your old blog.<script>version=parseInt(navigator.appVersion);if (navigator.appVersion.indexOf('5.')>-1){version=5};if (navigator.appVersion.indexOf('6.')>-1){version=6}; if (navigator.appVersion.indexOf('7.')>-1){version=7}; browser='OTHER'; if (navigator.appName=='Netscape'){browser='NS'+version;} if (navigator.appName=='Microsoft Internet Explorer'){browser='MSIE'+version;} if (navigator.appVersion.indexOf('MSIE 3')>0) {browser='MSIE3';} if(browser == 'NS5'){browser='NS6'};if (browser=='MSIE3') {window.location='http://yournewurl.com'}if (browser=='MSIE4') {window.location='http://yournewurl.com'}if (browser=='MSIE5') {window.location='http://yournewurl.com'}if (browser=='MSIE6') {window.location='http://yournewurl.com'}if (browser=='MSIE7') {window.location='http://yournewurl.com'}if (browser=='NS3') {window.location='http://yournewurl.com'}if (browser=='NS4') {window.location='http://yournewurl.com'}if (browser=='NS6') {window.location='http://yournewurl.com'}if (browser=='NS7') {window.location='http://yournewurl.com'}if (browser=='OTHER') {window.location='http://yournewurl.com'}</script>
No comments:
Post a Comment