Webmaster Secrets logo
Improve the Stickiness of Your Site
By Brett McCarron, webmaster
The Blame Productions


Put away the glue -- there's a better way to keep your site sticky! Photo credit: (C) 2000 The Blame Productions Stickiness, as applied to the web, deals with making your visitors stick around and spend more time at your site. One way to do this is to make it harder for your viewers to leave.

I'm not talking about restricting your viewers in any way, nor am I condoning any trickery or extra mouse clicks. Rather, it's as simple as changing the way your site links to external web sites. If a visitor clicks a link and leaves your site, you take it on faith that they know how to find their way back. But what if they surfed in via a link from another web site? Or from a search engine?

My recommendation is for links to external sites to pop up in a new browser window. Then when the visitor closes the browser window of the linked site, your site is waiting for them in the initial browser window. This tip is especially valuable if you manage a list of links to external sites.

Try the link shown in Example 1, which is how most webmasters create their external links. Notice how the new web page appears in the current browser window. To return to this page, you'll have to press the BACK button on your browser. Now what if your visitor looked at several pages at the linked site: would they go through the trouble of repeatedly pressing the BACK button on their browser to return to your site?


<A HREF="http://www.freebies2go.com">Freebies2go</A>

Freebies2go

Example 1: Link appears in current browser window (try it)


Now try the link shown in Example 2. A new browser window is opened when the link is clicked. You can delete the window when you're through, and you'll still have this page visible in the initial window. The snippet of code that makes this possible is the _target="_blank" which is added after the link URL and before the closing bracket. Be sure to include a space between the double quote of the URL and the underscore, otherwise this won't work.


<A HREF="http://www.freebies2go.com" target="_new">Freebies2go</A>

Freebies2go

Example 2: Link appears in new browser window (try it)

Use this tip wisely. It makes sense when you include it with a series of links to external sites. It doesn't make sense if you use it with links within your web site. There's a fine line between trying to maintain the stickiness of your site and annoying your viewers.


P.S. Some webmasters use frames so that a return link to their site appears in the top frame. Most web users hate frames with a passion, since it takes up part of their screen. This is an especially important consideration for those who use a free internet service provider, since there is often an ad banner on the screen that also takes away usable viewing space on the user's monitor. If my opinion counts for anything, refrain from using frames in this way!



Webmaster Secrets



Copyright © 1996-2017 Blamepro.com
Trademarks and copyrights used herein are the property of their respective holders.