

|
Create A Redirect Page
1. Create a new folder to
put the file in.
2. Open Notepad and copy the
following:
<html>
<META NAME="ROBOTS" CONTENT="NOINDEX,NOFOLLOW">
<head>
<meta
http-equiv="refresh" content="0;
url=http://www.the-URL-to-redirect-to-here.com">
</head>
<body>
</body>
</html>
3. Insert the URL you want your new page to redirect to.
4. Click Save As and save it
in your new folder
as:
index.html
(Be sure to choose Save As Type:
All files)
5. Upload the new folder and the index.html file to your web
site.
-------------------------------------------------------
Your new redirect page link
will be:
http://www.your-web-site.com/new-folder/index.html
-------------------------------------------------------
When someone clicks on your new redirect page link the visitor is taken directly to the
URL you have specified in your index.html file.
The best thing about redirect pages is they do not look like affiliate
links.
|