Building BobSmithPhotography.net has stopped expanding because I've been overwhelmed with spam on the comment forums. So, if you're here and have questions about web design come and visit Forums, Blogs, Wikis dot com. It has articles that I've written, some of which are also here, and a web design forum as well so you can ask any questions you may have. There is still a lot of good stuff here though, so poke around the links and take a look.

Home » Other Tips » Meta Tags » Refreshing the Page

Refreshing the Page

Some pages need to be refreshed every so often.  For example, news sites often automatically refresh to keep the information current.  The following tag will cause a page to refresh every minute.

<meta http-equiv=”refresh” content=”60”>

But you can also refresh to another page.  This is useful when you move a page but still want a message to pop-up to visitors coming to the old page informing them of the change.  The following will redirect a visitor to another url after 10 seconds.

<meta http-equiv=”refresh” content=”10;http://www.bobsmithphotography.net”>

Although you can, and in most cases should, use a 301 redirect instead if possible.  A 301 redirect is invisible to the visitor and most search engines will pick up the new address and start using it instead.



Content managed by the Etomite Content Management System.