I want to redirect "http://iancalimbahin.tumblr.com" to "http://iancalimbahin.tumblr.com/home" every time the page is visited. But when I open other pages such as "/tagged/DigitalArts", "/tagged/photos" and other "/tagged" pages, the page still redirects to "/home". How can I exclude certain pages (/tagged) from being redirected?
|
|
Customize your tumblelog and try adding this script:
Put it right after the |
|||||||
|
|
Using location.replace(url) is quite a good idea, but you should also add a rel="canonical" tag to your head section to notify search engines you prefer to display /home instead the pure subdomain in the search engine result pages. With this javascript redirection generator tool, you can create fully compatible redirect scripts. This also contains a hack to pass the http referrer under IE. You should also add a html redirection meta tag in a noscript element to redirect javascript disabled browsers too! |
|||
|
|
protected by Community♦ Sep 20 '12 at 13:52
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.
