Refresh Redirect
Refresh or Redirect
DescriptionThe refresh/redirect meta tag is different from other meta tags in that it does not give search engines any information. Instead, its purpose is to redirect the visitor to a new web site after a certain amount of time.

The refresh/redirect meta tag looks like

<META HTTP-EQUIV="refresh" content="X;URL=internet_address">

X is replaced with the number of seconds you want the page to display until it goes to the new URL. Internet_address is replaced with the URL of the web site you want to link to.
Code
<HEAD>

<META HTTP-EQUIV="refresh" content="5;URL=http://www.activejump.com">

</HEAD>
Output
n/a
Practice
Advertisements