Search Engine Optimization ( SEO )
Search Engine Optimization Tutorial
Search Engine Optimization -- the process of making a site "search engine-friendly" — is probably the most important aspect of website design. Many, many commercial websites are designed and set up by people who know little or nothing about search engine optimization — how to give the search engines what they want to see when they index your site. This long page contains the information (or links to it) that they SHOULD know about optimizing a website for the search engines.
The most important thing to know about search engines is that SEARCH ENGINES ONLY INDEX TEXT. Make that your main key while designing and optimizing your website. They don't index images, and they don't index Flash well. Search engines only index text and you won't go too far wrong in search engine optimization.
There are a lot of small things you can do when designing or re-designing a site to get better treatment in the search engines — and every little bit helps in the end result. There is no one magic thing you can do to get top placement at a search engine for your website. But you can do a bunch of small things that will add up to excellent placement in the search engines for the key words you select.
You can and should optimize more than one page of your website for the search engines; it's not something you do on just one page and skip doing on the rest of the site. You can optimize your home page for your single most important keyword phrase and other pages for different key word phrases. If you sell different products on different pages, each page can be optimized for that particular product. That's a good way to organize it. We recommend search engine optimization on at least a dozen main pages of your site, for the best effect. Don't bother optimizing pages on which you do not have public content, or pages such as a "contact us" or "privacy policy" or "copyright info" pages.
Search Engine Optimization – Let's get started!
To get a good feel for what is required in optimizing a normal commercial website for the search engines, let's pretend we're creating a website which sells different kind of "Ebooks".
Pick a Good Domain Name
This step is not very important - but every little bit helps. For the perfect domain name matchup in a search engine so that a page of our "Ebook" website comes up #1 in the search results, the website itself would be best named:
http://www.ebook.com
Don't sweat it if you haven't got a great domain name, you can skip this step. This aspect of search engine optimization doesn't count for much, just a little.
Pick a Good Web Hosting Company
What type of website hosting company do you have? This can be very important to the search engines. Free website hosting is usually bad for search engine rankings, for several reasons.
The most important factor is that your website should have its own "static" IP address. In other words, its numeric IP address should be stable, and not be different every time someone types in your URL--that's called a "dynamic" IP Address and is typical of Windows NT Hosting. Big hosting companies typically use "dynamically assigned" IP addresses which work this way: when someone types in your URL into his browser, the HTTP request is presented to your hosting company's server, which quickly assigns an IP address to your website files on its server and connects the visitor to your files. Some search engines don't like this, for various technical reasons.
But more importantly, if your web hosting company has some "bad hats" (spammers or pornographers or whatever) who have been banned from search engines for good reason, your site could also be banned "by association" because, to the Search Engine your site's IP address looks to be that of the bad hats. In the eyes of the search engines it has an identical numeric IP address -- the one that belongs to your web hosting company.
If you are serious about getting good search engine rankings for your site, you need to have a static IP address of your own. If you don't know whether you do or not, call or email your web hosting company and find out whether your IP address for your site is static or dynamic. If it a static IP address, they should be able to tell you exactly what your static numeric IP address is. Find out what that is. For example, the static numeric IP address for job2shopping.com: 65.38.173.39. You should be able to substitute your numeric IP address after the "http://______", type that into your browser and go directly to your website.
You can also "ping" a website to find out the IP address being used. For example, if you open a DOS command window on your Windows PC, you can type the following:
ping:www.job2shopping.com
and it will return the IP address of 65.38.173.39. You can ping any website, get its IP address, and try to reach it through HTTP:// at that IP address. If it has a static, dedicated IP address, you'll get to the website. If not (and that's usually the case) you'll either get a different website, or a generic message from the server saying that there's no website configured at that address.
Now take the numeric IP address from that report and type it in your browser after typing "http://" *mdash; don't put in "www" — just type the four numbers after the "http://" — if it returns a "page not found" or some site other than yours! -- you have a dynamic IP address. If your site shows up in your browser, then that four-part number is your static IP address.
In our experience, with all other factors being equal, the site with its own static IP address will rise to the top at the search engines over those with dynamic IP addresses. This is something your hosting company may dispute--especially if they don't provide static IP addresses. Approximately 97% of all IP addresses on the web are dynamically assigned, so do not be surprised if your site has a dynamic IP address when you check it.
Figure Out Your Key Word Phrases
Your next step should be to do some homework and figure out what your key word phrases should be for your website pages. You need to make a short list of 1 or 2 key word phrases for each page of the site you want to optimize. Each phrase should be no more than three or four words. It is okay if the same words are in more than one key word phrase, and it is okay if some of the pages overlap their keyword phrases.
For each page you should wind up with a list of no more than two key word phrases, each less than three or four words long. Longer phrases are less effective. Single words are often useless. The word "download" for example, is ignored by many search engines - it is what they call a "stop" word, like "the" or "a" - they just ignore it when you search for it, unless you put it inside quotation marks or otherwise make it clear it is part of your search.
Set up your Meta Tags
There are several "tags" that go into the HTML code for a page of a website. These tags are placed between the <HEAD> and </HEAD>. These are invisible to the average person browsing the site but are used by the search engines when they come crawling through your site and index the pages--a process called "spidering". These tags should be present on every page of the website. The most important tags are:
The <title> tag
and the "description" <meta> tag.
The "keyword" <meta> tag used to be important but is basically useless now.
Set up your <Title> Tag
Our site would contain a <title> tag like this:
<title>Download Ebook</title>
What we put in here is based on the key word phrases we figured out above. It should contain our main key word phrase, "Download Ebook" at least once. It shouldn't contain more than 60 characters. In fact, if you can make it seven words or less (discounting words like "and" and "for", which the search engines ignore anyway) you're better off.
The <title> tag must contain the main keyword phrase for which you are optimizing that page. Google in particular places heavy emphasis on what is in your page's <title> tag. So does MSN.
Set up your Meta Keyword Tag
The <meta> keyword tag will contain our key word phrases for the specific page we are on:
<meta name="keywords" content="Download Ebook, Download free Ebook, Best Ebooks on the web, Buy Ebook, blah, blah, blah"&g
Don't make this more than about 250 characters long. Don't use the same key word more than three times in it. Vary the capitalization. Don't use all capital letters unless the word is an acronym, like "SEO", which is short for Search Engine Optimization.
Please note that, Don't obsess about the keywords tag. It is mostly disregarded nowadays due to abuse by people stuffing keywords that didn't belong into it. You can almost skip it entirely.
Set up your Meta Description Tag
The <meta> description tag is a description of the page. It should contain our key word phrases for the specific page we are on:
<meta name="description" content="Download Ebook, blah, blah, blah">
This tag should describe the specific page it is on, not the whole website. This is the description of the page that shows up at the search engine when someone is lucky enough to find this page in his search. Don't make the description more than about 200 characters long. Make it descriptive, and make sure it contains your key word phrases!
We won't repeat individual key words more than twice in any one meta tag because that can get a site banned from a search engines for something called "spamdexing", which is "spamming" the index of a search engine.
Put Key Words in Headings
Back to our Download Ebook site: It will have "headings" like the one at the top of this section. It was created using heading tags that look like this: <H4>Put Key Words in Headings</H4>.
These "headings" make your browser display the text larger and set it aside from the rest of the text, on its own line. Search engines will look for and index our headings when they index the pages on our site, so our headings should ALSO contain the main key word phrases for our site, like this:
<h1>Download Ebook</h1>
<h2>Download Free Ebook</h2>
<h2>Download Ebook for SEO</h2>
and so on through as many headings (in this case our products for sale) as we can think of that we want to include on that page.
Headings like that are weighted heavily in the search engines -- many of them use a formula that LIKES the key words in headings more than elsewhere in the site. Don't neglect these. Use them to set off areas of text, in the same way this page you are reading is divided up by headings.
Note: Some people detest using headings because they tend to be big clunky elements in web designs, and they can add a lot of space down the page. You can easily bypass this using a simple inline style command, like this:
<H1 style="margin-bottom: 0px; font-size: 12px;">This will make a small heading with no space after it!</H1>
Use Key Words in Your Text
Our optimized page would contain TEXT of at least 250 words, with the key word phrase "Download Ebook" occurring several times near the beginning of the text. If a page doesn't contain at least 250 words, some search engines won't bother to index it. It's preferable to have 500 words or more if possible, on a page. You'll get better results from the search engines if you have more text.
It also seems to help to put the key word phrase near the end of the text, too. Search engines use a factor called "key word density" to determine how relevant that key word you're using is to the page. If it shows up a few times in the text, it is more "dense". Key word density is a good thing, up to a certain point. The main thing is to make sure you have some text that describes what you do or what you're selling - that makes your page a resource worth indexing.
In the HTML code for the page, the text should be as close to the beginning of the page as possible, because there is a limit to how far down into a page a search engine spider will go to try to find text. It is generally agreed that this is 3kb. That's only about 80-100 lines of code! So make sure your text comes before some really long JavaScript menu in the code for the page, or else the search engine won't make it far enough into the page to index the text. They'll never see the text if it is buried way down at the end of the code.
There's a trick of the <table> one can use to keep your menu bar on the left side of the page (where most people put a navigation menu) and still have the text of the page come first in the code. Normally to display to the left, the nav bar has to come first in the code. But not if you use this table trick.
Put Key Words in Alt Tags
Pictures on a website can and should contain a little text description that only shows up when you move your mouse over the picture. That little description is called an "ALT tag" ("ALT" is short for "alternate"). Hold your mouse over the picture on the right for a couple of seconds and your browser will display the ALT tag for the picture in most browsers.
Some search engines index those ALT tags, so we will make sure we label every picture with an ALT tag--every last picture. Wherever it is possible and appropriate, each ALT tag will contain our main key word phrase — "Download Ebook".
Note: Some people surf with "pictures" turned off, to speed up their browsing. The visually handicapped also use the ALT tags to "see" what's on a picture--there is special software for the blind which reads aloud to the person what's on the page. If there are no alt tags, the pictures are invisible to them, so it is worthwhile to put an alt tag on every picture. If you can appropriately place some key words in those alt tags, so much the better.
This article by Robin Nobles quotes SEO researcher Jerry West's research showing that the alt tag is not used by the main search engines at all. My own research tells me that alt tags are only a small part of what the search engines do look at. Even so, I still recommend that you put alt tags on all images (because that is one thing needed to make your HTML code "valid", and that you put keywords in the alt tags of any images that you use as links where using keywords would be appropriate in helping to describe the image to someone who cannot view the image (i.e., someone who is visually impaired or who is using a text only browser). My research shows that some search engines do use those alt tags describing the image used as a link to determine what the page they point to is about.
Put Key Words in Anchor Tags
Hypertext links on your site usually look something like this:
<a href="ebook.html">. Those are called "anchor tags" — that's what the "a" stands for. You can put some other information in there, which will show up when one mouses over the link. It would look like this:
Sample Anchor Tag:
<a href="blah.html" title="Download Ebook"> download ebook </a>
-- if the link points to the ebook page. When someone mouses over the link, they will see what you put in the title. These "titles" for the anchor tags get indexed by the search engines. Every little bit helps! Make sure the words that you wrap the anchor tag around are keywords, too, whenever possible.
Register by Hand with the Search Engines and Directories.
As soon as the website is finished and up on the web, it should be submitted to (registered with) the search engines (like Google and MSN) and directories (like Yahoo! and the ODP). Most of these are free -- some of them charge up to $300 for submitting your website. Don't scrimp here. If people can't find your site it is doomed.
There are several programs that can automate this process for you -- but we don't recommend them because, in our experience, they do not get as good of results as you get when you register your website by hand.
Then it will take some time (expect it to take several months) for the search engines to actually index and begin listing our site. Some of them only take a day or two, others take months. We have to be patient. But eventually we would be highly placed in a search for "Download Ebook", on the first page of the search results in most of the search engines. We could expect to be the first result on some of them for our keyword search for our keywords, "Download Ebook"!
Get Links Pointing To Your Site
After our website is created and put up on a server and registered with the search engines, we would then go out and find as many other websites as possible that might have an interest in linking from their site to ours, contact them and convince them to set up such links. We might have to offer reciprocal links back to their sites in order to convince them. There's no harm in that, you WANT lots of links from your site to other sites--that's one easily-provided free service you can give away.
Here's some good advice from About.com on the subject of "How to Request Links".
Don't bother with the Free For All Links pages. FFA links pages don't work, and no one actually uses them. You want websites that are similar to yours, or which provide related services, or which contain specialty listings or directories of your type of business.
The rule is: The more links there are to our site, the more relevance it will have in some search engine results and the better placement it will get. A lone website with no links to it is a sad thing. It has no friends. Get plenty of links to your site. Ten links to your site is a good start. A thousand wouldn't be too many.
To see which sites are currently linked to your site, go to Google and type in your domain name like this:
mydomainnamehere.com
Of course, you'd substitute your actual domain name instead of mydomainnamehere.com.
Then click on the link to "Find web pages that contain the term 'mydomainnamehere.com'." That will give a list of websites that Google shows linking to yours.
Page Rank and Links
Page rank is Google's way of measuring your rank in terms of links to your site from other sites, based on both quantity and quality. Google page rank varies from 0 (terrible) to 10 (ideal). If you have lots of links from sites with low page ranks, they will mean very little to your page rank, whereas even a few links from other sites with good page ranks can make a difference. That doesn't mean you should cancel existing links -- they still have value.
Your page rank is a good indicator of how your link campaign is going. You want to be at 5 or above.
Having a good page rank at Google is great, as it will help you place above similar sites at Google (page rank is likely a strong part of the algorithm that decides placement when other factors are equal). However, we recommend you track it primarily because the factors that Google tracks as part of your page rank are universal. Improving your page rank will improve your entire web presence, in addition to your placement at Google.
As of October 2005, underhanded sites can now fake their page rank. So, if a site with a page rank equal to or higher than yours contacts you about trading links, we recommend checking their page rank as part of your standard actions.
Note that, SEO is very important in order to get visitors coming to your site from the search engines, it is not the only thing you should be doing to get traffic to your site. Here's an excellent article about some of the other important avenues to use to get visitors to your site.
For help in optimizing your website for the search engines, contact us through Email.
|