Redirecting visitors from one page to another automatically isn't something you want to do too often. It should be used only when necessary because, if overused, search engines have been known to penalize a web site. It also tends to aggravate some people, the big babies.
Places to use a redirect page might include:
Places to use a redirect page might include:
- When you remove a page or change a page name you can replace it with a redirect page so your visitor doesn't get a 404 error page.
- For an easy virtual "tour" of images. There are better ways, although they are more complicated.
- When you change your web site location, such as a move from a free host to another host or to your own domain.
- A thank you page after an order is submitted or form is filled out.
- When you just want to mess with people's heads. ;-)
Redirect Code
Just paste this into the HEAD section of your HTML page:<meta http-equiv="Refresh" content="20; URL=http://www.boogiejack.com">
No comments:
Post a Comment