Improve Site Performance Increase Site Traffic Monitor Site Uptime Webmaster Resources NetMechanic Home Looking For Help? Partner Programs Privacy Policy Contact Us Press Room
NetMechanic Home LOGIN | HELP | ABOUT US | PRODUCTS | SITE MAP
NetMechanic Menu
Over 52 Million Web Pages Tested!     
 
search engine submission service.
Search for:


Your Email:

I would like to receive my newsletter in:
HTML format
Text format


search engine listing.
Volume 8 (2005)
   September
   June
   April
   March
   January

Volume 7 (2004)
   November
   September
   July
   June
   May
   April
   March
   February (Part 2)
   February
   January (Part 2)
   January

Volume 6 (2003)
   December
   November (Part 2)
   November
   September
   August (Part 2)
   August
   July (Part 2)
   July
   June (Part 2)
   June
   May (Part 2)
   May
   April (Part 2)
   April
   March (Part 2)
   March
   February (Part 2)
   February
   January (Part 2)
   January

Volume 5 (2002)
   December (Part 2)
   December
   November (Part 2)
   November
   October (Part 2)
   October
   September (Part 2)
   September
   August (Part 2)
   August
   July (Part 2)
   July
   June (Part2)
   June
   May (Part 2)
   May
   April (Part 2)
   April
   March (Part 2)
   March
   February (Part 2)
   February
   January (Part 2)
   January

Volume 4 (2001)
   December (Part 2)
   December
   November (Part 2)
   November
   October (Part 2)
   October
   September (Part 2)
   September
   August (Part 2)
   August
   July (Part 2)
   July
   June (Part 2)
   June
   May (Part 2)
   May
   April (Part 2)
   April
   March (Part 2)
   March
   February (Part 2)
   February
   January (Part 2)
   January

Volume 3 (2000)
   December (Part 2)
   December
   November (Part 2)
   November
   October (Part 2)
   October
   September (Part 2)
   September
   August (Part 2)
   August
   July (Part 2)
   July
   June
   May
   April
   March
   February
   January

Volume 2 (1999)
   December
   November
   October
   September
   July
   June
   May
   April
   March
   February
   January

Volume 1 (1998)
   December
   November
   October
   September

 

Promotion Tip:
Analyzing Web Site Traffic

by Larisa Thomason,
Senior Web Analyst,
NetMechanic, Inc.

  
June 2001
Vol. 4, No. 11
 • HTML Tip
 • Promotion Tip
 • Load Time Tip
  

Who is visiting your Web site? What browsers do they use? Where do they go in the site? What pages do they look at? Your Web server log files contain the answers to these questions and more. Once you start using your server log information, you'll wonder how you ever got along without it.

Who Goes There?

Think of your server logs as a virtual visitor sign-in sheet. They record where your visitors came from and where they go on your site.

Server log files tell you:

  • Which pages get the most traffic - and the least.
  • What sites are referring visitors to you.
  • Which pages visitors look at.
  • What browsers and operating systems are most popular with visitors.
  • When search engine spiders and directory editors visit.

This data can often help you flag specific problems on your Web site. If you have a lot of visitors, but few sales, check your server logs to see how many visitors actually see your product offerings. Wondering just how effective that expensive ad campaign really is? Your server logs can tell you how much traffic - and sales - it's really generating.

You can also use the data to uncover hidden problems on your site. Suppose you find that 20% of your visitors use the WebTV browser. Since sites display much differently in WebTV than in Explorer or Netscape, you'll probably need to consider optimizing your site for the WebTV browser.

Reading Your Log Files

The server stores visitor information in files with the .log extension - open them as text files if you want to look at the raw log data. Unfortunately, you can't do much useful analysis with the raw data unless you're a math whiz. Here is how the log file records a single request to a Web server:

209.240.221.71 - - [03/Jan/2001:15:20:06 -0800] "GET /Inauguration.htm HTTP/1.0" 200 8788 "http://www.democrats.com/" "Mozilla/3.0 WebTV/1.2 (compatible; MSIE 2.0)"

Here's what it all means!

Server Log Info Component Name Meaning
209.240.221.71 remotehost Name of the computer requesting the Web page.
- rfc931 The name of the remote user. This field is usually blank.
- authuser Login of the remote user. This is also usually blank.
[03/Jan/2001:15:20:06 -0800] date Date and time of the request.
"GET /Inauguration.htm HTTP/1.0" request URL of the file requested. This is noted exactly as the user requested it.
200 status Error or status code generated by the request.
8788 bytes Size (in bytes) of the document returned to the client.
http://www.democrats.com/ referrer The URL the visitor came from immediately before they requested the file.
"Mozilla/3.0 WebTV/1.2 (compatible; MSIE 2.0)" agent Records the visitor's browser and operating system.

The server logs provide a lot of important information: the trick is to put that data into an understandable format. If you have a large ecommerce site, then you probably already have a custom system in place. Smaller commercial or personal sites often rely on the Web site statistics programs supplied by their Web hosts.

Log File Analysis Packages

If your Web host doesn't offer site statistics - or charges you for them - consider using some of the Web site analysis packages available for download. The CounterGuide.com Web site lists 20 packages with short reviews and product links. Packages vary widely in price and performance. Several like Analog, http-Analyze, and RealTracker are free for non-commercial sites.

A basic package will organize the log information into several sections. At a minimum, you need to know the following:

  • Number of computers requesting content: This tells you how many visitors actually came to your site during a certain period - usually 24 hours. It's a much more useful gauge of site traffic than the total number of hits.

  • Files requested for download: The number of hits to your site. Each hit represents an individual file sent from the server - that includes image files, CGI scripts, and HTML pages. The log data should be broken out by each individual file name so you can tell exactly how many page views you have.

  • HTML page requests: The number of page views, which is a count of the number of times each individual Web page was requested. Ideally, you want visitors to look at more than just your home page. Divide the page view count by the number of visitors and you can get a rough estimate of how many pages each visitor actually sees.

  • Browser and operating system: Shows you which browser and operating system your visitors used. Use this information to decide which (if any) browser or operating system-specific elements it's safe to include on your site.

  • Referrer: A record of what page a visitor was at immediately before they arrived at your site. This information helps you determine which search engines send you the most traffic, the effectiveness of ad campaigns, and which links are the most active.

Note that the different software packages often use different terminology, so they may not use these exact terms. But you can easily evaluate them by paying close attention to the product specifications.

Identify Web Site Problems

Web site problems that completely break a Web page are pretty easy to spot, but others are more difficult to find and correct. Suppose your site gets a large number of unique visitors, but the total number of page views is small.

There could be a single problem - or a combination, such as poor site navigation, page content that isn't compelling, or design problems that keep visitors from viewing the page properly.

NetMechanic's Web site tools can help you correct many of the problems you find during server log analysis. HTML Toolbox identifies HTML code errors and browser-specific tags that can turn away visitors while Browser Photo shows you actual snapshots of your Web page using 14 different browser and operating system combinations.

Use server log data to find problems on your site - then let NetMechanic help you fix them!



Rate This Tip:
Not Useful Useful Very Useful   
 
NetMechanic Tools
HTML Toolbox
Browser Photo
Server Check
Search Engine Starter
Search Engine Tools
GIFBot
Newsletter
HTML Tutorial and Tips
Search Engine Tutorial
Accessibility Information
Browser Problem Tutorial

Company Info
Products
About Us
Contact
Advertise
Link To Us
Jobs
Privacy Policy
Partner Programs
Press Room
RSS Feed
Support
 



Powered by Overture!

 
     
 
   
 
     


Keynote Home
Copyright © 1996-2007,
Keynote NetMechanic
All rights reserved.