I've recently redesigned a site that had on average 32% of visitors adding the site to their favorite places. After the redesign that has dropped down to 17% and this is after changing what was a members-only site (registration required) to a fully accessible site.
Of course there is the possibility that there needs to be alterations made to the design, load-time, etc., but I am checking a few possibilities before going down that road.
One of the changes made to the site is adding a "Bookmark this page" in javascript. My question is if AWSTATS treats this differently (by not counting that type of bookmarking) then it does when someone uses the "add to favorites" function of their browsers.
By the way, this is the bookmark script being used:
HTML Code:
<A
onclick="return external.AddFavorite(location.href, document.title)"
href="http://<?php echo $SERVER_NAME.$REQUEST_URI;?>"><font size="2" face="verdana">Bookmark
Page</font></A>
I'd appreciate any feedback on this.
Thanks
|