Forum Moderators: DixonJones

Message Too Old, No Replies

How to balance SEO attractiveness versus counting clicks

Directory site

         

anallawalla

4:15 am on May 29, 2008 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



The business needs to count clicks to the advertiser's home page from their directory listing - to show ROI. This prevents offering a clean link. Any way to do both?

buckworks

4:20 am on May 29, 2008 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



<a href="http://www.example.com/" onClick="window.open('http://example.com/tracking-stuff/'); return false;">Example.com</a>

anallawalla

1:58 am on Jun 4, 2008 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



Thanks, Buckworks!

ColinG

3:46 pm on Jun 4, 2008 (gmt 0)

10+ Year Member



Except opening a new window does not send a referrer to the target site. The alternatives are to use a on click redirect script such as the one google uses or to use a javascript rewrite of the script to include the redirect.