How To Create A Basic Redirection Web Page
If you're new here, join the community by subscribing to my RSS feed. Enter your name and email address to the form located at the top of each blog page for email updates. Glad to have your onboard!
The following code can be used to set up a very basic redirection page. You may want to use redirection pages for your affiliate programs.
This is a technique which can save you entering a very long url which looks clumsy and unattractive and people will not want to click through the link. So let’s use a more appealing method in order to get those clicks!
Here’s what you need to do:
You’ll create a subdirectory at your site like www.yoursite.com/miriadz/ (if you don’t know how to do this ask your webmaster) and when people click on this page it will automatically redirect them to your affiliate link!
So anyone that clicks on www.yoursite.com/miriadz/ will be redirected to:
http://www.miriadz.com/affiliates/clickthru.cgi?id=username
Here’s the code you will need to insert into a web page to create your redirection process:
<html>
<body>
<meta http-equiv="refresh" content="0;
url=http://www.miriadz.com/affiliates/clickthru.cgi?id=username">
</body>
</html>
So now you can use the shorter and ‘cleaner’ www.yoursite.com/yourlinkname/ URL in your promotions!
This quick and simple set up helps to mask your affiliate links and gain more clicks in the process.
More advanced techniques to come!
One Stop Web Site For All Your Free Webmaster Tools
Where else can you find a host of resources and tools for webmasters?
Well I’ve found a great site with tons of free tools you can use to improve your web site.
Looking for:
Free 1-Hit web tools
Bookmark maker script
Broken link checker
Domain name check
Google Activity detector
HTTP Header viewer
HTML cleaner
HTML encryption
IP to country convert
Keyword analyzer
Keyword suggestion tool
Load time analyzer
Magic Ranking Prophet
Meta tag generator
Meta tag generator +
Merchant calculator
Page ranking checkers
Robot.txt generator
Screen sizes emulator
Search Engine Simulator
Spelling checkers
Tell-a-friend service
For all of the above resources and more can click the following link here!


Comments 





