Affiliate Marketing
Forum Search

Reply
 
LinkBack Thread Tools Display Modes

  #1 (permalink)  
Old 02-03-08
Registered User
 
Join Date: Oct 2007
Posts: 167
Thanks: 0
Thanked 0 Times in 0 Posts
kingoftherodeo is an unknown quantity at this point
  Link to merchant or re-direct?

Hey All

Was wondering whether it would be best to use PHP redirects to send the user to a merchant?

At the moment my links are straight to the merchant but by using re-directs will i become more SEO friendly, i.e. have a page that hasnt got lots of outgoing affiliate links?

Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-03-08
Registered User
 
Join Date: Apr 2006
Posts: 126
Thanks: 0
Thanked 0 Times in 0 Posts
TheGeneral is an unknown quantity at this point
  Re: Link to merchant or re-direct?

hmm yeah thats a question I have pondered over as well, interesting to see what the answer is.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-03-08
Registered User
 
Join Date: Oct 2007
Posts: 167
Thanks: 0
Thanked 0 Times in 0 Posts
kingoftherodeo is an unknown quantity at this point
  Re: Link to merchant or re-direct?

Yeah i read that google doesnt looks fondly on affiliate sites and this would stop that as you can just tell the robot to not index the php redirect pages in the txt file?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 02-03-08
tbp tbp is online now
Registered User
 
Join Date: Dec 2006
Posts: 1,915
Thanks: 0
Thanked 10 Times in 10 Posts
tbp is an unknown quantity at this point
  Re: Link to merchant or re-direct?

I always use redirects, rather than straight affiliate links.

It's not specifically because of SEO, more for my own use as it gives me much more data that I get normally. When someone clicks on my redirect, it logs the click in my database before redirecting to the affiliate link. That way I can tell which products are sending over the most traffic to the merchants site, even if a sale isn't made (which means nothing would be logged at the networks site).

With over 90% of my sites at number 1 in Google now, I can't say it doesn't hurt SEO

I can't specifically comment though as i`ve done it from day 1, so haven't seen what happens on sites which don't have this.

In my opinion its worth doing anyway, because of the extra info it gives, allowing you to rearrange your pages to put your top sellers at the top.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
The Following User Says Thank You to tbp For This Useful Post:
gimme4free (7 Hours Ago)
  #5 (permalink)  
Old 03-03-08
Registered User
 
Join Date: Feb 2008
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
cDc1979 is an unknown quantity at this point
  Re: Link to merchant or re-direct?

I use a redirect in the same fashion, single redirect script - logs the hit in my database -and the script itself is a disallow in my robots file. Havent had any problems doing this. The only place i dont do this is with my banners, as I mostly use the javascript types and to save myself time I just copy the html code block from the affiliate program links and dont bother editing the URL to use the redirect script.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 03-03-08
Registered User
 
Join Date: Oct 2007
Posts: 167
Thanks: 0
Thanked 0 Times in 0 Posts
kingoftherodeo is an unknown quantity at this point
  Re: Link to merchant or re-direct?

Hi Guys

Sorry i've been a bit slack checking back on this. Thanks for all your advice though, im going to start implementing this today

Cheers again!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 03-03-08
Registered User
 
Join Date: Oct 2007
Posts: 167
Thanks: 0
Thanked 0 Times in 0 Posts
kingoftherodeo is an unknown quantity at this point
  Re: Link to merchant or re-direct?

Out of interest what about if you have a jump menu? Should you use php re-direct then also or can i link direct to merchant there?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 04-03-08
Registered User
 
Join Date: Oct 2007
Posts: 167
Thanks: 0
Thanked 0 Times in 0 Posts
kingoftherodeo is an unknown quantity at this point
  Re: Link to merchant or re-direct?

Having an awful day today for sales! Is there something i might have done wrong implementing the php script?

I just used the header redirect php code:

<?php
header('Location: http://www.example.com/');
?>
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 10-03-08
Registered User
 
Join Date: Dec 2003
Posts: 616
Thanks: 0
Thanked 0 Times in 0 Posts
dougs is an unknown quantity at this point
  Re: Link to merchant or re-direct?

Redirect everytime....you can hide lots of sruff and also get more data about your click out people

Doug
Tradedoubler leave London office and take our cookies | Doug's mouthpiece
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 10-03-08
Registered User
 
Join Date: Oct 2007
Posts: 167
Thanks: 0
Thanked 0 Times in 0 Posts
kingoftherodeo is an unknown quantity at this point
  Re: Link to merchant or re-direct?

Perfect thanks Dougs!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #11 (permalink)  
Old 11-03-08
Registered User
 
Join Date: Nov 2006
Posts: 124
Thanks: 0
Thanked 0 Times in 0 Posts
Scorpioncart is an unknown quantity at this point
  Re: Link to merchant or re-direct?

Quote:
Originally Posted by kingoftherodeo View Post
Yeah i read that google doesnt looks fondly on affiliate sites and this would stop that as you can just tell the robot to not index the php redirect pages in the txt file?
If google doesn't like affiliate links on a page why is this page Go Compare - Compare Car & Home Insurance with Go Compare UK
ranked Number 1 from 22,900,000* results on google ?

*google results correct at time of posting
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12 (permalink)  
Old 11-03-08
Registered User
 
Join Date: Oct 2007
Posts: 167
Thanks: 0
Thanked 0 Times in 0 Posts
kingoftherodeo is an unknown quantity at this point
  Re: Link to merchant or re-direct?

As you can tell from my post im no expert! Thats why im asking peoples advice.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13 (permalink)