|
just another regularban.info web blog |
| MEMBERS: | All You Need To Know About Website Metrics
Ten years ago you could include a hit counter on your website and announce proudly that your site was doing "very well" as soon as the number reached 100,000. The current process is not nearly as simple or straightforward. The internet works in complicated ways that have evolved to solve a number of small problems. Consequently, concrete statistics are often difficult to obtain. If you believe the number of online visitors is a reliable indicator to gauge the popularity of your site or the potential sales of your product, you should consider the following: 1. Hit - Every time a user requests a file on your site (a page, not a picture or link to another site) it counts as a hit. 2. File - When a file or page is actually sent to the user, it counts as a file. Files normally outnumber hits, but neither is very useful in measuring traffic. Any IP can request all of the files on your page several times in one hour without any actual involvement from the user. 3. Impressions - This is a concept that has existed in advertising for many decades. For example, a 2-page magazine advertisement counts as one "showing of a creative concept". This equates to one impression every time a reader sees it. If your web page contains five small banners, you could have 10,000 page views, but 50,000 impressions. 4. Page Views - Almost everyone believe this is the most important traffic statistic. This term simply refers to the number of times any particular page has been viewed. This metric can be useful. However, values can often be over-inflated and should always be considered in conjunction with unique visits. 5. Visits & Unique Visits - A visit is simply logged every time a remote IP requests one of your pages for the first time in a timeout period. A unique visit is usually defined as "one visit per IP per day", regardless of timeouts. The above are all very important metrics, but understanding them properly is key. The best way to decide how your site's traffic is performing is by creating a formula. If you know what you are doing, you can develop your own formula. However, there are plenty of effective formulas currently available. A basic idea of how to evaluate your traffic involves reviewing monthly averages, unique visits and page views. This will give you an idea regarding how many individuals visit your site, how many pages they view, and how long they remain. A basic formula from MarketingExperiments.com would be: C = 4M + 3V + 2(I-F) - 2A This formula shows that conversions are a product of motivation (M), value (V) and then the friction (F) elements minus the incentives (I). This will help you determine how many customers are likely to purchase your product. However, you need all the values first! You can purchase online analytic tools or download them for an upfront or monthly fee. All of them can return useful data to a webmaster. If you are not an expert webmaster, or you do not understand many of the technical intricacies of web traffic, you should download Google Analytics. This is one of Google's new free products, and all you require is a GMail account and a web site. The program provides easy to read analytic data in a web-based form for your website. This can make it easy to determine which metrics would be most useful for analyzing your online traffic. Michael Ehlert
Web Site Technology - Consider Your Options
Not long ago, a friend of mine sent me an email asking for my opinion on whether a site he was developing should be done using Wordpress, LAMP, or ASP.NET. I've used all of those, but have always been so focused on the details and learning them that I never really thought about the great question of "What technology should be used for a given site?". That is such a good question that I decided to put my thoughts on paper and help provide some education to others. Some people don't have the skills and ability to actually be able to choose the most appropriate technology. They know one thing and that is going to have to be made to work in all cases. That's not necessarily bad, but it's nice to be able to switch between technologies based on the type of site. The important thing to realize in web site development is that one technology does not fit all. Wordpress I have several web sites currently running Wordpress. I originally thought of Wordpress as just a blogging platform. While that is certainly its main use and what it is optimized for, you can definitely use it to create a more "traditional" looking web site. It is very configurable and there are tons of custom plug-ins available that can allow you to add RSS feeds, SEO tags, voting, etc. Since Wordpress is developed using PHP and MySQL, it is also possible to create your own plugins and customize your site template. Oh, and that's the other incredibly awesome thing about Wordpress -- the templates! There are literally thousands of free Wordpress templates available for download. If you can't find one that fits the theme of your site than you aren't looking hard enough. Another nice thing about Wordpress is that you can easily find web hosting providers that support Wordpress. In most cases, you can click an install link and have Wordpress properly installed on your site in a few seconds. Then you go to the Wordpress admin console and configure your site. It is all very easy. You can upload multiple templates and easily switch between them. It is also easy to make minor changes to the templates (like changing tag lines, colors, etc.). The other benefit of Wordpress is that it is a blogging platform and the search engines love blogs. You can configure your Wordpress install to automatically ping one or more blogging services whenever you add a new post or page. That way they know your site has changed and they should come index your site again. If you want your site to be found then using Wordpress as the underlying engine is a good option. LAMP In case you don't know, LAMP stands for Linux-Apache-MySQL-PHP, which is a very common and powerful set of technology components used for building web sites (and did I mention completely Open Source and free!). If you want complete control over your web site, then LAMP is a good option. There are plenty of examples, free scripts, etc. available on the web site to help you get started. There are also plenty of free editors and tools to help you along. The downside of LAMP is that it is hard for you to create your own development "environment". Since most of us run some flavor of Windows as our desktop operating system, we would need to use something like VMWare or Virtual PC to create a virtual machine running Linux. The next challenge is getting all of the components properly installed. While the installers for the LAMP components have definitely improved, they still don't compare to the ease of installing a Windows-based application. The next challenge with LAMP is debugging. It would be nice if we all wrote perfect code, but the reality is you need the ability to debug. There are PHP debuggers available. A good one is going to cost you some money though. One of the best things about LAMP is that there are TONS of web hosting providers out there for you to pick from. The reason is quite simple -- LAMP is completely open source, so it there is very little cost for the hosting company to bear. That means more margin for them! ASP.NET Microsoft's contribution to web site development is ASP.NET. You can use any .NET language (C#, VB.NET, Python.NET, etc.) to develop an ASP.NET based site. In my opinion, the best thing about ASP.NET is the fact you can use Microsoft Visual Studio for you development tool. Visual Studio is the best tool out there. Yes, it costs money, but you definitely get what you pay for. The other nice thing about ASP.NET is that you can easily develop on your Windows-based desktop or laptop. It is harder to find a good ASP.NET hosting provider. Believe me, I've looked! And I've used several different ones. The ASP.NET providers lag behind the LAMP providers in terms of what they offer. You also need to be careful and really understand what the provider means by things like "host unlimited # of domains". In many cases they just mean you can have an unlimited # of domains point to your single web site. That probably isn't what you want. I mentioned the use of Visual Studio before. That tool is awesome and makes development SOOOO much easier. I did quite a bit of development using LAMP and got some sites up and running. I used Eclipse with a PHP plug-in and it worked pretty good. I didn't have Apache running or Linux, so couldn't really debug but I still managed. When it came time to create a more advanced web site, however, I quickly decided to switch over to ASP.NET and use Visual Studio. Debugging was a snap and the coding was made much easier thanks to Intellisense and Visual Studio's ability to "import" web services and make them easier for me to call from my code. Making the Right Choice Each of the technology options has pros and cons. If you want to get a site up quickly and it will be displaying basic information (text, images, video) then Wordpress is a great option. If you want a more advanced web site but don't want to spend much money on development tools, then LAMP is the best choice. Finally, if you already have Visual Studio or know .NET programming, then ASP.NET is a good option. If you're really lucky and can know all three then you can use the right tool for the job no matter what.
How To Create A Powerful Website
So you're considering building a website and you may be feeling a little overwhelmed by it all. While this can easily happen it is wise to whip out some note paper and write down exactly what you want to achieve and what steps you need to take in order to get there. So the first thing you are going to need to do is put the foundation in place. This will require extensive research. Now contrary to popular opinion I start this process a little bit differently than what is generally advised. Now while we all know that you need to find a hungry market doing this can be a little more difficult than explained in actual fact that is just like everything else when it comes to doing anything online. Actuality can be quite different from theory. So what I do is visit the article directories. I punch in a keyword that I am interested in and see what articles come up relative to that. Then I check the articles out to see how many page views they have received over a given period of time. If an article receives a lot of page views then I know that there are a number of people looking for information relative to this subject. I also know that if I write an article on this topic that it will receive a lot of page views and as a result get a lot of click throughs to my site which will help me get traffic quickly without having to worry about what Google and everyone else does. Next I visit the forums to see what solutions are being discussed then I go back to the articles and check what the writers are promoting and see if it is a valid good product to help people achieve the goals they desire. If so then I make note of it. Now I feel a little more confident about building a site around this theme. The next thing you have to consider is the domain. A keyword in the domain is helpful but not essential. Your next quest is hosting. You need a good host as this is your life line. Finally you want to be able to build the site effectively so as to achieve good search engine rankings. Keyword research relative to your overall theme will help you to do this plus you need to structure the pages properly so that you site can be understood by the search engines. Do not worry if you lack technical knowledge as there are site builders out there to help you overcome this challenge. Select any of the following links to watch some free videos.
|
* About Archives
Categories:
Last Updated: |
| regularban.info
is proudly powered by WordPress MU running
on regularban.info.
Create a new blog and join in the fun! Entries (RSS) and Comments (RSS). |