Creating a bookmark link on your page allows visitors to add you page to their list of favorites. Once you have them there, you might as well do some self promotion.
The bookmark link I prefer is JavaScript and looks like this:
Place this code in the Head section of your site:
<script language=”JAVASCRIPT” type=”TEXT/JAVASCRIPT”>var title = “Name of your site”;function makeLink(){if(document.all)window.external.AddFavorite(url,title)}// –></script>
Place this code where you want your bookmark link to appear:
<a href=”javascript:makeLink()”>Bookmark Us!</a>