Friday, July 1, 2011

SEO optimization for MBI-Solutions.net

Here i'm going to put SEO optimization tips used while optimizing www.mbi-solutions.net.


Generally that's for myself for not to forget it.

1. Don't forget doctype:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

2. <html> tag should look like this:
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="nl" lang="nl">
(MBI Solutions is Belgium website that's why i used "nl" to show that the language of website is Dutch)
Also i added these tags (some manuals recommended to do so):
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="content-language" content="nl" />
<meta http-equiv="language" content="NL" />
<meta name="language" content="nederland" />

3. All pages must contain title, keywords and description meta tags. They should look like this:
<title>MBI Solutions</title>
<meta name="keywords" content="MBI Solutions, software, web-site, internet, Belgium, software ontwikkeling" />
<meta name="description" content="MBI Solutions. Vaste Project prijzen. Professioneel en flexibel. Bespaar tot 50%. Social media. Verhogen klantwaarde. Klantgericht." />
Title will be shown in the browser's headr
Keywords should contain key words describing this page (not whole website!)
Description should contain a short explanations, examples of what this page is about.
!!The most important!!: words which you put in to title, keywords and description must appear in the page content. Better if they appear there not once.

4. All images on pages must have ALT tag filled in. you should put there short description of what is shown on the image. Also the names of images should also men something. For example:
<img src="img/office.jpg" width="296" height="182" alt="MBI Solutions office foto" />
Here the name of the immage says that it's an office photo and the same is mentioned in the image alt tag.


No comments:

Post a Comment