Monday, July 19, 2010

Auto Refresh

Refreshing or redirecting off old web pages (to newer versions or locations) is very often necessary if you move (and/or upgrade) your web pages a lot.

Meta HTTP-EQUIV="REFRESH"


html>
head>
meta http-equiv="content-type" content="text/html;
charset=iso-8859-1" />
meta http-equiv="refresh" content="0;
url=" />
title>Refresh Page
/head>
body>
p>test


p>##


p>If you are not re-directed to the page automatically,
please use the link above.


/body>
/html>


meta http-equiv="refresh" content="0;
url=http://www.google.com" />

Content="0"?... What is that?

The "0" is the number of seconds before the page will automatically refresh! So, it could be anything.

And don't forget to add a link further down the page so that the next time a Search Engine Spider crawls around in those old pages, their index will be updated!

No comments:

Post a Comment