Simple way to cloak merchant link

by solotr
2 replies
  • WEB DESIGN
  • |
Not sure if I should ask here but I need a solution.

I'm testing 2 different report sales/order pages, one on Payloadz and one on Ejunkie. When I look in the bottom of my tool bar, I can see the www.ejunkie.com/my merchant account and product number. Same for Payloadz.

Here's my question: Is there any way to change those links into something more customer and SEO friendly? The products are only being hosted on those sites, the sales pages will be hosted at my Hostgator account and they pay on Paypal because it's more convenient for me. I'd like to clean up the redirects before I upload the pages.

If anyone can recommend a solution, I'd appreciate it. Yes, I could use tinyurl or something but that seems kind of cheesy for a merchant (that's my opinion, take it with a grain of salt).

What I'd like to have is either the name of the report or my domain name in the order link.

Thank you in advance for your time.
Gina
#cloak #link #merchant #simple
  • Profile picture of the author HomeComputerGames
    Create a page named as you desire. Use this code replacing the link you see in the code with your affiliate link. Then link to this page. This page will redirect them to the affiliate URL. So if you name this page widgets.html you would link as normal to www.yoursite.com/widgets.html and widgets.html would redirect to the affiliate page.
    Make sense?
    CODE:

    <html><head><META HTTP-EQUIV="Refresh" CONTENT="0;URL=http://www.somesite.com/?a_aid=222"></head><body></body></html>
    Signature

    yes, I am....

    {{ DiscussionBoard.errors[1134153].message }}
  • Profile picture of the author HomeComputerGames
    Here is a javascript version based on the same principle.

    <html><head><SCRIPT language="JavaScript"> window.location="http://www.somesite.com/?a_aid=222";</SCRIPT></head><body></body></html>
    Signature

    yes, I am....

    {{ DiscussionBoard.errors[1134163].message }}

Trending Topics