Thursday 11 April 2013

How to Create a Blogger Redirect

Leave a Comment
How to Create a Blogger Redirect
With a single line of HTML you can redirect visitors to any website you wish from any site. For example, if you move your website from a hosted Blogger blog (located on the Blogspot domain), you can not only create a post instructing your visitors of the change but also insert code to automatically bring them to the new website. If you wish, you can let the visitor remain on your site long enough to read a message about the move as well.
  1. Log into your Blogger dashboard in your browser.

  2. Click the "Template" tab and click "Edit HTML" with your mouse.

  3. Search for the "<head>" tag, which will appear toward the top of your HTML.

  4. Paste the following code after the "<head>" tag:

  5. <meta http-equiv="REFRESH" content="0;URL=http://www.website.com">

    Change "http://www.website.com" to whatever website you wish your visitors see instead of your Blogger page. Change "0" to the number of seconds that you wish to allow your visitor to remain on the old site if you don't want them to be on the old page at all.

  6. Click "Save Template" to save the changes.

0 comments :

Post a Comment

Related Posts Plugin for WordPress, Blogger...