Cleaning up those Ugly Affiliate Links (non-wordpress)

by CED59
10 replies
  • SEO
  • |
Hey guys, do you recommend a non-Wordpress tool to clean up ugly, long affiliate links?

Nothing against Wordpress, I'm just using another tool to build my little site.
#affiliate #cleaning #links #nonwordpress #ugly
  • Profile picture of the author CED59
    any thoughts?
    {{ DiscussionBoard.errors[4560824].message }}
  • Profile picture of the author 36burrows
    You may have to do it with your PHP, I'd try doing some research but I've always used Wordpress so I'm not 100% sure.

    But I'm thinking it's probably along the lines of PHP, Javascript or HTML.
    {{ DiscussionBoard.errors[4561284].message }}
    • Profile picture of the author CED59
      thank you, anyone else have experience with this?
      {{ DiscussionBoard.errors[4561901].message }}
  • {{ DiscussionBoard.errors[4561921].message }}
  • Profile picture of the author CED59
    yeah, non-wordpress if possible
    is wordpress the only thing that people use these days?
    {{ DiscussionBoard.errors[4564220].message }}
  • Profile picture of the author UMS
    It's pretty straight forward to do it yourself with a PHP redirect.

    Matter of creating a PHP file, eg: yoursite.com/product.php

    with

    <?php
    header("Location:http://biglongulgyaffiliatelink");
    exit;
    ?>

    Alternatively, you can use a tool like GhostURL - Affiliate Link Cloaker - Ghost URL that works for both WordPress and non-WordPress sites.
    {{ DiscussionBoard.errors[4564264].message }}
    • Profile picture of the author CED59
      Originally Posted by UMS View Post

      It's pretty straight forward to do it yourself with a PHP redirect.

      Matter of creating a PHP file, eg: yoursite.com/product.php

      with

      <?php
      header("Location:http://biglongulgyaffiliatelink");
      exit;
      ?>

      Alternatively, you can use a tool like GhostURL - Affiliate Link Cloaker - Ghost URL that works for both WordPress and non-WordPress sites.
      Beautiful... just the info I was looking for
      thank you very much!!
      {{ DiscussionBoard.errors[4565540].message }}
  • Profile picture of the author Kiril S
    Setup a PHP file to redirect to your affiliate URL. Then have your page link to that .php file. Search on Google for how to redirect in PHP.
    Signature
    - Offer here -
    {{ DiscussionBoard.errors[4564330].message }}
  • Profile picture of the author msafi
    Here's an unpopular thought:

    Why clean up affiliate links at all? What's the benefit? Browsers are putting less and less emphasis on the 'status bar'. Chrome and Firefox don't even have status bars anymore. When you hover over the link, you barely notice the faint thin strip that appears at the bottom to display the destination of the link. So, unless your visitor is intent on checking the destination before clicking, they won't notice it. And if they see that you're hiding the destination, they may grow suspicious. And don't insult or underestimate the intelligence of your visitors--they know you're hiding affiliate links. And if they didn't know, this means they wouldn't know the original unclean links are affiliate either.

    But more important than all of this is the performance that your website provides to your visitors. Your redirected affiliate links will perform slower than direct links, and we all know how much Google loves speed and a streamlined user experience. One less redirect is better. And your redirects will be followed by spambots and malicious scripts, which may place unnecessary load on your server.

    So, why not just provide a straight affiliate link to the vendor and save yourself all the headache?
    {{ DiscussionBoard.errors[4573125].message }}

Trending Topics