Redirecting traffic
| Redirecting traffic | |
14 November 2003
One of the ways to achieve this, which we will look at here, is a redirect page. You’ll have seen them frequently before, a page advising that the site has moved and if you are not redirected within five seconds to click the link. But how do they do that? The fail safe method is this: Within the <head> and </head> tags in your source code add Then between the <body> and </body> tags of the same page, add If the new site doesn't load, use this link <a href="http://www.ournewsite.com/">Visit www.ournewsite.com</a> (It goes without saying that ournewsite.com is replaced with your new target location)
Then replace the body tag with this
By reminding visitors to bookmark the new site, it will be possible to eventually take down the redirect altogether. If you intend retaining the old domain, remember to point it at the new site and then re-submit it to the search engines. | |
