html redirect, how to redirect html file, redirect web page, redirect url, create html redirect, tips, guide html redirect
(Website Helper) html redirect Number of Visitors: Site Map

html redirect



Website Design
Website Promotion
Graphic Design
Programming
Free Software
Computer Tips
Discount Stores
This site provides users with the information about html redirect, how to redirect html file, redirect web page, redirect url, create html redirect, tips, guide, and more.

If you think that this site is helpful, please recommend your friends to visit our site.



Once in a while, you may find yourself in the position where you need to create an "HTML redirect". The web page redirection can achieve two purposes. One is to redirect page so fast that some users might not even notice its presence, but the main page may not be indexed by Google. The other is let the main page stay for a while before it can be redirected to another page. In this way, the web surfers can have a brief look at the main page. Google will index both the redirecting page as well as the page pointed to by the redirection.

The code for redirect is very simple. The example is as follows:


<HTML>
<HEAD>

<META HTTP-EQUIV="refresh" CONTENT="1;url=http://www.edusoftmax.com/">

</HEAD>
<BODY>
This html page will be redirected to www.edusoftmax.com in one second.
</BODY>
</HTML>
Note:

It is recommended that a standard link be added in the page for the few users of browsers that do not automatically follow redirections. What you can do is saying "If this page is not redirected in 2 seconds, please click the following link".

(Website Helper) html redirect (c) EduSoftMax - www.edusoftmax.com