How can i mange my inbound Links?
February 28, 2010 - 7:22 am
I Need to know is there any solution for inbound link management.
for eg:
if i add my web site link to the yahoo directory i want to track how many times traffic comes from yahoo directory. I don’t want to use 3rd party sites because then i have to use there URL. My web site is based on Joomla. Can any one help me to resolve this issue.
Thanks.
if you are using php the variable $_SERVER['HTTP_REFERER'] will return the refferal page’s url. From there you can log and manage. There are also equivalent variable in other languages as well.
February 28th, 2010 at 1:05 pm
if you are using php the variable $_SERVER['HTTP_REFERER'] will return the refferal page’s url. From there you can log and manage. There are also equivalent variable in other languages as well.
References :