| View previous topic :: View next topic |
| Author |
Message |
NKCLenz6060
Joined: 10 Dec 2006 Posts: 3
|
Posted: Sun Dec 10, 2006 11:49 pm Post subject: Re-Direct Site |
|
|
| Are there any advantages and/or disadvantages to creating a redirect site that brings the customer right to the original seller. If anyone has advise o n how to create it, please help. The best advise i've recieved so far is to go to rentacoder.com and describe what im looking for. I have the start up money to do what i need to once i find the product im looking for. Where should i be spending it? |
|
| Back to top |
|
 |
BradleyD.Haslam Moderator
Joined: 25 Apr 2006 Posts: 310 Location: Ogden Utah... The great vacuum of the west!
|
Posted: Mon Dec 11, 2006 6:06 am Post subject: |
|
|
If I catch what your asking correctly,
you want to just re-direct the visitor
from your domain to the seller's product page.
Right?
First, you don't need rentacoder for that.
A re-direct is REALLY easy to do.
But before I just hand you the code,
lets answer your other question...
YES, there is a BIG disadvantage if you JUST re-direct.
I'm not going to be too detailed,
because we could talk about it all day long.
But, in short,
there is NO advantage except the occasional sale.
And you don't want to just settle for that.
It is actually more work to keep up with all
the new ways to create web traffic,
and NOT be able to RE-use it.
In other words, you're leaving most of the money on the table.
You want to create a community,
capture names and email addys,
and tell them about the product in your words.
( preferably from your experience )
This is a good user experience,
and when you come up with other products that are
related to the first one they bought on your recommend,
you recommend them to your community.
( in fact, you should feel obligated to )
You want to be able to re-use the traffic you created.
NOT just hand it over to someone else.
Try to think of the "products" you're thinking of recommending
as "an interest" to specific people.
Hopefully you, but surly the people that buy it.
Build a site based on the interest,
and similar interests. ie: products.
Then... be loyal to your community.
And they will reward you
Hope it helps!
Brad.
P.S.
Here is the redirect code.
Just paste it into an html, and upload.
<html><head><title>Redirecting...</title>
<meta name="robots" content="noindex, nofollow">
<script type="text/javascript">
window.onload = function() { document.location = document.links[0].href; };
</script></head>
<body>
<p><a href="http://www.YOUR AFFILIATE URL.com">Click here</a> if you are not redirected</p>
</body>
</html>
OR, with this one, you can bypass the product's sales page,
and choose the page the visitor ends up on, but they still get cookied.
<html><head><title>Redirecting...</title>
<META HTTP-EQUIV="refresh" content="0;URL=http://www.YOUR AFFILIATE URL.com&u=http://www.THE PAGE YOU WANT THEM TO SEE.html"> </head>
<body>
</body>
</html> |
|
| Back to top |
|
 |
Greg
Joined: 01 Mar 2006 Posts: 7
|
Posted: Fri Dec 15, 2006 4:34 am Post subject: |
|
|
Bradley, on the below redirect... I have been trying to test this method without any luck, Does it work with clickbank? I want to link to a products purchase link from my own sales page. Any help would be appreciated.
| Quote: | <html><head><title>Redirecting...</title>
<META HTTP-EQUIV="refresh" content="0;URL=http://www.YOUR AFFILIATE URL.com&u=http://www.THE PAGE YOU WANT THEM TO SEE.html"> </head>
<body>
</body>
</html> |
thanks
Greg |
|
| Back to top |
|
 |
BradleyD.Haslam Moderator
Joined: 25 Apr 2006 Posts: 310 Location: Ogden Utah... The great vacuum of the west!
|
Posted: Fri Dec 15, 2006 8:41 am Post subject: |
|
|
Hi Greg,
K, this is how it works.
First you need to know your clickbank id, or affiliate url.
Once you have that, you put it in the code where it says:
| Quote: | | http://www.YOUR AFFILIATE URL.com |
Then, if it's a different page you want them to see
than your affiliate link leads to,
you put the url in the code where it says:
| Quote: | | http://www.THE PAGE YOU WANT THEM TO SEE.html"> |
Relacing ONLY the bold CAPITOL words with your new url's.
OR, if you just want to redirect to the place your affiliate url leads,
then you just need this code:
| Quote: |
<html>
<head>
<title>Free Report</title>
<META HTTP-EQUIV="refresh" content="0;URL=http://www.YOUR AFFILIATE URL.com">
</head>
<body>
</body>
</html>
|
Changing this part of the code:
| Quote: | | http://www.YOUR AFFILIATE URL.com |
And inserting your affiliate url like mentioned above.
The "&u=" part isn't needed for the script,
it's just a usefull extra to know about.
And you might be having problems because
it doesn't always work well with clickbank hoplinks.
(in fact, I'm not sure it works with them at all)
| Quote: | NOTE: I swear Ros had a regular hoplink at one time, but she does'nt now.
Otherwise, I would try using HER product as the example.
BUT, I *love* her new code generator,
and it's an *exelent* example of an affiliate "education and tools" page!
See it here to make money with Ros:
http://superaffiliatehandbook.com/affiliates.php |
Here's the thing.
If I want to give you a link promoting X-SitePro,
the affiliate tracking link is: http://www.xsitepro.com/cmd.php?af=YOUR AFFILIATE ID
So that link gets your id inserted, then it gets pasted in the code.
BUT, they offer a "killer" report on finding a market,
so you might want to send them there instead.
That url would be inserted in the "&u=" part of the code.
Then instead of the sales page, they see IT first.
(but you DO want to send them somewhere that "indirectly" sells the product)
EXAMPLES WITH ACTIVE AFFILIATE LINKS BELOW:
K, my X-SitePro id is "386716".
So this affiliate link would look like this:
http://www.xsitepro.com/cmd.php?af=386716
So the code would look like this:
| Quote: |
<html>
<head>
<title>Free Report</title>
<META HTTP-EQUIV="refresh" content="0;URL=http://www.xsitepro.com/cmd.php?af=386716">
</head>
<body>
</body>
</html>
|
But the cool report is here:
http://www.xsitepro.com/Secrets_for_Finding_the_hottest_products.html
So, for the sake of the example, the code would be:
<html>
<head>
<title>Free Report</title>
<META HTTP-EQUIV="refresh" content="0;URL=http://www.xsitepro.com/cmd.php?af=386716&u=http://www.xsitepro.com/Secrets_for_Finding_the_hottest_products.html">
</style><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
</body>
</html>
Try it out here:
The first page without the "&u=" part:
http://www.itsallabouttraffic.com/special-use-folders/redirect-example-1.htm
The second example WITH the &u= part:
http://www.itsallabouttraffic.com/special-use-folders/redirect-example-2.htm
Same cookie, different page!
Hope it helps!!
Brad.
PS- Forgive me. It's late, so I didn't run a spell check.  |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|