Best Referral Linking Strategy For SEO?

Which is better?

  • site.com/?ref=2814

    Votes: 0 0.0%
  • site.com/join/2814 which redirects to site.com

    Votes: 0 0.0%
  • other scheme

    Votes: 0 0.0%
  • all the same

    Votes: 0 0.0%

  • Total voters
    0

Reefer

Junior Member
Joined
Jan 3, 2010
Messages
195
Reaction score
72
I am going to launch a membership site soon and will have a referral program (refer a friend, get x).

Now, how should I structure the links so that I get the most for seo?

Should I like to index with variables?
e.g. site.com/?ref=28174

or a separate page, mod_rewritten which then forwards to the homepage
e.g. site.com/join/28174 ---> redirects to homepage

or this there another better structure?
 
there is no difference, as long as you capture id either method will work.

if you do redirect ref ID wouldn't stay on the address bar, but again you can use redirect with both methods you mentioned

pk
 
I ended up doing site.com/?3423, i set a cookie and redirect to site.com via php. I think this is the best way to go.
 
they would all work, although for some reason I can not explain I would go for :e.g. site.com/join/28174 ---> redirects to homepage
as long as the redirect is almost instant.
 
You should always try to remove special characters such as ?. Although probably not a big deal as many sites use them.

:)
 
they would all work, although for some reason I can not explain I would go for :e.g. site.com/join/28174 ---> redirects to homepage
as long as the redirect is almost instant.

Its a 301 redirect... set cookie and redirect page. So technically all juice should get passed to homepage.

You should always try to remove special characters such as ?. Although probably not a big deal as many sites use them.

:)

Yeah I heard that too but then you look at sites like ezinearticles and wonder how true it is.
 
Back
Top