Archive for July 24th, 2008

What is the sandbox?

Thursday, July 24th, 2008

The sandbox is a kind of filter implemented by Google in March 2004 that applies to maybe 99% of all new sites.

It’s function is to push down new web sites in the SERPs.

My theory is that it was Google’s solution to stop new spam sites that was created to rank high in the SERPs. It took probably some time before the Google spiders could detect such as a site and ban/penalize it and by that time the creater probably made several new ones.

When this phenomena was first noticed in March 2004 it was seen that it could take two months before a new site was “released” and could rank normally again. However by now October 2005, a time of half a year or more is normal and as long as more then a year has been reported.

By my own observations I have seen in Google that new sites can rank unusually high in the Google SERPs for some weeks before the sandbox filter gets activated.

Posted by

What is SEO?

Thursday, July 24th, 2008

SEO stands for Search Engine Optimization and is defined as (in my own words):

“The process of finding out the best keywords for a web site and by the use of optimizing the web site along with other off-page work making that web site attain a higher position in the search engine result pages (SERPs) for those selected words.”

Although the exact calculations used by the search engines are kept secret, there is lot of knowledge and observations in this field from thousands of webmasters worldwide.

It could be said to be a branch of online marketing. In general terms you can say that it means to make a web site more visible and make it look important in the eyes of search engines.

Not being familiar with SEO and not applying it compared to actually doing the right things can make a huge difference in terms of visitors to your web site.

Posted by

What is relative vs absolute links?

Thursday, July 24th, 2008

When designing a site, you will always face the question of whether you should use relative or absolute links. Later in this answer I will explain the benefits of each but first here is a definition:

Relative: Relative links usually look something like index.html or /folder/page.html. The way the page knows where to go is all relative to the page the link is placed on. A link to index.html for example, will only work if the file is found in the current folder.

Absolute: Absolute links usually look something like http://www.example.com/page.html. This is a full url and the linked to page will be found regardless of where that link is located on the site.

Which you use depends on the following:

Speed: When your browser goes to find a page with a relative url it looks within the existing site. When it uses an absolute url it leaves the site for an instant and “refinds” the page. This means when it comes to speed, relative is the way to go.

Ease of Design: When you are designing a site using notepad, the danger with relative urls is that if you move a folder, it can break your entire site. As each page depends on another, if you are not a find and replace whiz, absolute may be your best bet.

SEO: This is the one area that I would place firmly in “Theory or Assumption”. The truth is that we know broken links can hurt you so the most important is to choose a technique of linking that works best for your site. One of the better case for Absolute Links can be seen here

Posted by