Track outbound clicks without Javascript?
September 6, 2008 3:26 PM
Subscribe
How can I track outbound clicks without Javascript and without robbing my linkees of linkjuice?
(Actually, I hate the word "linkjuice.")
On some of my sites, I use a cgi redirect to track clicks on outbound links. I want to know which of the links on my site are most useful to people. This results in links that look like:
http://www.mysite.com/counter.cgi?http://www.coolothersite.com/interestingpage.html
However, I assume this robs the sites I'm linking to of any Google boost they'd get from my links, which seems sad and unfortunate to me. I think they're useful sites; I'd Google to know that.
However, I don't want to use Javascript or anything that a user could have disabled, because I want to capture ALL clicks. This eliminates outbound link tracking via Google Analytics (which uses Javascript) and most other approaches I've read about.
Is there a good way to track all outbound clicks without basically pointing back to myself?
posted by kristi to computers & internet (6 comments total)
Using a CGI redirect for all outbound links just seems unnecessarily messy and against the spirit of the web, whether or not it affects SEO (not sure if a permanent redirect would retain the SEO benefits, probably not if it's cross-domain) and there isn't another option.
posted by malevolent at 4:29 PM on September 6, 2008