Know if People Are Bookmarking Your Site

One fairly strong indicator of audience loyalty is whether or not people have ’saved your site in their bookmarks folder; use this hack to track this behavior.

One of the surest signs of loyalty to a web site is whether visitors are bookmarking your site or saving it in their “favorites” folder for easy access. Because of the addition of a browser feature in Internet Explorer 5.0 and above that attempts to associate an icon with bookmarks, it is relatively easy to get a rough feel for how many people are actively bookmarking your site by monitoring the “favicon.”

The “favicon” is a 16 x 16-pixel image that, when saved into your document root directory on your web server, is picked up by Internet Explorer and Firefox and presented in bookmark folders and browser toolbars (Figure 5-10).

A handful of “favicon.ico” images

Figure 5-10. A handful of “favicon.ico” images

To let web browsers know you have a favicon.ico file, all you need to do is add a little bit of code to your web pages:

	<link rel="icon" href="/favicon.ico" type="image/x-icon" />
	<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />

More information about favicon.ico is available at the Microsoft web site (msdn.microsoft.com/workshop/Author/dhtml/howto/ShortcutIcon.asp).

How to Measure Bookmarking with favicon.ico

Provided you have a favicon.ico created and deployed in your document root directory, simply ...

Get Web Site Measurement Hacks now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.