Forum Moderators: open
www.mysite.com?affiliate=Bob
www.mysite.com?affiliate=John
www.mysite.com?affiliate=Dave
Will such links contribute to PageRank of www.mysite.com?
Sure DNBJason, Google will count these as separate pages:
www.mysite.com/news.asp?article=may10
www.mysite.com/news.asp?article=may11
www.mysite.com/news.asp?article=may12
But what if they lead to an exactly same static page? Will Google consider this as a duplication?
Maybe it will, but I believe there is a lot of legitimate uses for 'invisible' variables that don't change the HTML code of the resulting page. For example this one:
www.widgets.com?popups=disable
-- the parameter in the URL only affects a Javascript part that shows the popup. Because Google doesn't parse and execute Javascript, it will get exactly the same HTML when fetching these URLs:
www.widgets.com
www.widgets.com?popups=disable
www.widgets.com?popups=enable
www.widgets.com?popups=whatever
So, will it consider them as duplicates?
For the discussion on Affiliate links.
I noticed taht having a complete www.widget.com/news.asp?ad=12345
will help in terms of backward links, becoz google bot will recognize www.widget.com/news.asp
Now if you take away news.asp
then www.widget.com/ad=12345
what happens is the google bot may not recognize this as a backward link.
Coming back to the question of pop-ups and pop-unders I belive anything generated dynamically on the page due to browser without actual page being not present makes the page duplicate content.Now Google bot seems to have become much smarter in recognizing duplicate content.
I hope this helps
With Regards
Aravind
I had an affiliate programm like you want to, myurl.com/index.asp?affiliate=XXXX... but I currently redid it because backlinks don't count, or at least I didn't see any PR boost.
What I did: I made my partners to register the url where the link was located, and then on my index file I made an include to check for the referer and add the click and the cookie, this way people can do a link to my page like www.mydomain.com and the action would be registered as an affiliate link by my script and help my PR.
The only problem with this, is that people can't do advertising on other sites...
The advantage, is that you know where all your partners have a link to you and that they are not signing guest books with an url /index.asp?affialiate=XXX
Hope it helps.
/SwiZZ
But what SwiZZ says makes lot of sense.
Hi Swizz, can you please eloborate on this.
Eagerly Looking forward to hear from you swizz.
Aravind
I also heard that smart affiliates don't trust any affiliate program that uses referrer to track sales. However, I may be wrong here -- I don't have much experience with affiliates.
It is really easy, create a db where you have your partners ids and their sites registered.
Now create a script to search for the HTTP_REFERER and lookup the database. If the homepage is on the referer db, make a cookie or register the session with his affiliate id.
As golloween said, people have the possiblity to hide the HTTP_REFERER, with opera you can even put whatever you want, but what you should know is how many people actually hide this parameter and how many know about it? I think poeple hiding the referer is way less than people stopping their browsers from accepting cookies..
IMO, I think for the partners is even better to have a link without any partnerid or affid attached to it, many people don't click links where an id is attached... I am one.
Anyway, if you are offering an affiliate programm and you are paying people to make a link to you, it should be your way or the highway... :)
Happy programming aravind...
Cheers
/SwiZZ
I think I will go for some affiliates having the Swizz solution and some having the usual www.widget.com/index.htm?ad=1234
I hope this works. :-)
Thanks again
Aravind