404 Not Found

The server can not find the requested page:

www.jquerye.com/jquery-1.6.3.min.js (port 80)

Please forward this error screen to www.jquerye.com's WebMaster.


You Are Here: Home » Web Design » Html » A Simple HTML Redirect For Beginners

A Simple HTML Redirect For Beginners


HTML Redirect

HTML Redirect Code are also know as directing the guest from one particular site to one more web-site automatically by incorporating some code to META tag. HTML Redirect code is useful for the reason that you do not want 404 error message appear if there is damaged link simply because you forgot to set the URL appropriately. Sometimes, if place in the web page was modified, you can actually redirect them to other websites or pages. When your domain is practically expired, you may redirect guests without dropping them to your new web site URL.

[divider style="solid"/]

The HTML Redirect allows to introduce a delay before the redirection is performed.

It is sometimes called “META refresh” redirect.

Browsers will display the page during the specified time and then move forward to the page pointed to by the redirection.
HTML Redirect For Beginners

[divider style="solid"/]

HTML Redirect and Search Engines

We will specifically look at how Google handles HTML Redirect. There are two cases :

- the delay is very short (0, 1 or 2 seconds)

[divider style="solid"/]

The HTML Redirect page is displayed so briefly that some users might not even notice its presence. Google decides that the content of this page should not be indexed and that the link should be handled as a redirection.

[divider style="solid"/]

HTML Redirect Source Code

[divider style="solid"/]

<HTML>

<HEAD>

<META HTTP-EQUIV=”refresh” CONTENT=”seconds;URL=the-other-url“>

</HEAD>

<BODY>

</BODY>

</HTML>

[divider style="solid"/]

HTML Redirect  Example

Open a blank note pade file.

copy the code given below and past it in the notepad.

save the file  in HTML extension use save as option and save in index.HTML

run the save file in your browser and see the process of being redirection.

[divider style="solid"/]

<HTML>

<HEAD>

<META HTTP-EQUIV=”refresh” CONTENT=”3;URL=http://www.pstwist.com“>

</HEAD>

<BODY>

You are being redirect in 3 second

</BODY>

</HTML>

[divider style="solid"/]

Discribing the Process of  HTML Redirect  Page

[divider style="solid"/]

<META HTTP-EQUIV=”refresh” CONTENT=”5;URL=the-other-page.html”>
The redirecting page will be displayed during 5 seconds. After this 5 seconds delay, it will be replaced by “the-other-page.html”.

[divider style="solid"/]

<META HTTP-EQUIV=”refresh” CONTENT=”12;URL=http://www.pstwist.com/”>
The HTML Redirect page will be displayed during 12 seconds. After this 12 seconds delay, it will be replaced by the home page of this site.

[divider style="solid"/]

<META HTTP-EQUIV=”refresh” CONTENT=”0;URL=another-page.html”>
The redirecting page will be displayed and immediately replaced by “another-page.html”. With this zero-delay, many users will not even notice the presence of the redirecting page.

[divider style="solid"/]

Thats it  for HTML Redirect page

[divider style="solid"/]

About The Author

Hi there my name is Noroz Mayar and i absolutely love what i do with my coding and i specialize in Web and Graphic Designing Embaged Php with Mysql, I love to work in Wordpress.You can hire me for developing a Creative website for your business.

Number of Entries : 16
  • Sajid Mir

    Thank you for great information about redirecting a domain name.

  • Rene Sabota

    I really like the design of your site. I value the excellence of the information. You have done a exceptional job. Thank you very much

  • Peter Oliver

    Amazing blog mate

  • Laronda

    Glad to see until this web site works well in this little i phone , anything I must carry out is actually practical. Appreciate your keeping it thus far with all the latest.

Copyright © PStwist.com 2011 All Rights Reserved. Powered By WordPress.

Scroll to top