Tutorials redirect

Published on March 16th, 2012 | by Tumble Guy

1

Add an Automatic Redirect from your Old Tumblr URL to your New One

Published by Tumble Guy on March 16th, 2012 |

Once you’ve changed your tumblr name, the links to your old ones will break. This means that if someone clicks on an old post you created, it won’t automatically redirect to your newly set up URL.

How to Redirect from your old Tumblr URL to your new one

One way to let your current followers and new visitors know that you changed your url, is to create an I’ve Moved Tumblr page. Another way is to create a meta redirect.

A meta redirect is an HTML tag that lets the browser know that the page moved and redirects it to the new location.

Hot to add the meta redirect tag to your Tumblr

  1. Go to your Tumblr > Customize Theme > Edit HTML
  2. Copy the code below
    <meta http-equiv="refresh" content="0;url=NEW PAGE URL"/>
  3. Replace http://www.tumbtips.com with your new URL. Change number 5 to however many seconds you want the redirect to wait
  4. Find the <head> tag within your Tumblr code. Paste the meta redirect code right after the <head> tag.
  5. Save your Settings and Close.


About the Author

Tumble Guy is the chief-monster-editor and founder of Tumbtips. He writes killer tutorials for Tumblr, provides great tips for budding Tumblr superstars, and thinks you should like Tumbtips Facebook page and follow them on Tumblr.


Back to Top ↑