Why server logs are important

by Abhishek Kaushik.

Share
|
Homepage | Submit your article | Contact | TOS
More articles on web services  

You are here: Categories » Internet » Web services

This article tries to explain why use server log files for traffic report instead of popular statistics counters. While everyone will agree that traffic report, visitor information and their query is extremely important for websites to run. For example what exactly users are looking for can be found more precisely. In case if you use service like overture and wordtracker then they may not display result specific to your site.

Statistics counters

Counter seems to be easy to use just create an account copy and paste the JavaScript into your pages and it’s done. You are ready to get users demographic and system information easily. But the down side is most of the time there is lack of detailed page access information by search engine bots and human. I was using a popular counter that wasn’t showing much about search engine crawling also using Google’s webmaster account it appears to be Google was visiting my site after 3~4 da ys. Which was inaccurate as the crawling frequency of search engines are so high to drive crazy the web server.

Benefits of server log files

Now look at the server log files which are bit difficult to understand. But once when get used to it it will definitely change the way you look at the search engines. Server log files are generated and updated when somebody tries to access the web pages from server. They are easy to use as well, just by FTP account you can download all the data starting from the beginning. The last lines of this document explain how to read log files.

When I was not using log files and completely dependent on counter for my traffic reports. I had impression that search engines are reluctant to crawl sites regularly and also my traffic bandwidth limit would be enough for my visitors. Now after looking at log files I was shocked that search engines are daily coming and downloading the files many. times per day. Also my agony with cert ain search engines were gone as they visiting my pages daily! though they don’t index them.

You may argue that why can’t I use counter and log files together. Well to use counter on each pages you need to put a back link of counter service provider. Remember search engine love pages with enough content and comparatively smaller number of outbound links. By adding each new link in your pages you are decreasing the value of your partners back links kept in your pages. This is obvious when you understand the basic Page rank calculation formula.

The following lines explains how to read log files

203.145.159.44 - - [30/May/2007:03:37:24 -0400] "GET /indexhtml HTTP/1.1" 404 2294 example.com "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1) Gecko/20061010 Firefox/2.0" "-"

The above lines represent the single file access log here;

(203.145.159.44) - IP Address of visitor that may be human or search engine bot.
(- -) – The first dash will be replaced by login name and second dash will be replaced by full name of visitors but because of security reasons most of the ISP will hide it.
[30/May/2007:03:37:24 -0400] - Is obvious it’s the visit time and date the, last parameter is the GMT offset.
GET – Command for http request.
/indexhtml – File requested.
HTTP/1.1 - Protocol here http
404 – Status code returned by server.
2294 – File size in bytes.
Example.com – File residing under the domain.
Mozilla/5.0 – Name of browser or search engine bots for example for Google it is GoogleBot/1.2
Other parameters are system information.

About the author

I am IT professional from india
I run a article driven site for webmasters
Focused on Search engine optimization and website promotion.
website:
http://thesitebuddy.com/

Leave a comment or ask a question
Total comments: 0

Web services Disclaimer

  • The e-articles directory is not responsible for any and all copyright infringements by writers and authors. If you suspect the information contained by this page for any copyright infringements, please contact us to investigate the issue
Silverlight Hosting :: Silverlight Vs Flash - Which is better, Silverlight or Flash? If you are still deciding between Silverlight hosting and Flash hosting, perhaps this article will help you take a decision. First, let's see what Silverlight (more...)
Sitefinity Hosting:The Most Flexible CMS Platform - If you are considering SiteFinity hosting, you should first learn a few things about it. If you are trying to decide between it and DotNetNuke, you should read this article. SiteFinity is a very fl (more...)
SQL Server Hosting :: MSSQL Vs MySQL - I know it is hard to decide between SQL Server Hosting and MySQL hosting. Which is better? Which is more reliable? Which offers more features? These are just a few questions when it comes to SQL Se (more...)
Windows Hosting :: An overview - Are you wondering why Windows hosting is better than Linux hosting? If you ask 10 people what they think, 5 will say that Windows hosting is the best, while the other 5 will say that Linux hosting (more...)
ASP Hosting :: Why Do People Still Use Classic ASP - Did you notice that many people are still using ASP? This is somewhat strange due to the popularity of.NET. Why are they still using the classic instead of the new and powerful ASP.NET? First of al (more...)
Windows Reseller Hosting :: Competition Point of View - Did you ever wonder what reseller hosting really is? It is basically a form of web hosting in which the owner of the account is using his or her bandwidth and hard disk space to host third party we (more...)
ASP.NET 4.0 Hosting :: The New ASP Net Technology Improvements - ASP.NET 4 brings a lot of new possibilities over its predecessor, ASP.NET 3. One of the best additions is support for meta keywords and meta description. These are very important parts of a website (more...)
How to get paid to write answers online - There are many Q&A websites out there such as Yahoo Questions, Answers.com and Blurtit.com. The basis of these websites is simple, a user goes to one of these sites, types a question and lets o (more...)
What is Hosting and Types of Hosting - Hosting is one of those core Internet concept that starts out easy and gets insanely confusing as you delve into it.Every website is 'hosted' somewhere.In other words, the 'hosting' entity runs a m (more...)
Social Networking Development can Enhance your Business - We have all heard about social networking websites but there are only a few who really knows what it means. Social networking can be defined as a grouping by some individuals together into specifi (more...)

 
free content
    Copyright © 2006 - 2012 e-articles.info.
The texts, articles and tutorials in the directory are property of their respective owners and authors.