Forum Moderators: phranque
As far as I know, there is NO secure way to tell yor site has been bookmarked! (Correct me if I'm wrong)
If the browser is Mozilla, the favivon is requested on every visit and displayed automatically in the title bar.
I think that can be overcome by looking at the browser statistics and then taking the percentage of Moz and deduct it from the total.
I see an average of 20-35% depending on the industry. If you have an information site and it offers fresh good content, expect that number to be on the higher side.
It is also nice to know which page the user bookmarked.
Jennifer
However... the original question was? is a 2% of visitor bookmarking your site a good rate?
That depends who and what you are. I need to browse hp.com very frequently. I haven't bookmarked them, because I have typed the address faster than I would have searched the bookmark.
I rarely bookmark highly dynamic sites because the next time I use the bookmark the page does not exist anymore and I either get a site-search or a 404.
I already have a favicon.ico and that detetcts iexplorer favorites... not mozilla. Am I right?
Only if you take the browser identification into account as well. If you ONLY look for requests for the file, then you'll get BOTH!
If there is NO way for you to exclude your own visits from the log, think about mirroring your site on a seperate hostname only known to you. You use this hostname to visit your site - all the others use the primary hostname.
<link rel="shortcut icon" href="http://www.yourdomain.com/youricon.ico">
You can use that for a page to overwrite the favicon default for a page. Keep in mind not all browsers are finished prodcts (actually none of them are...eh).
You'll then be able to check your logs/reports to see how many times that ico file has been accessed. Gecko browsers do or will support png formats.