Update you pages the SEO friendly way
Author: Stefan Vervoort | Published: 08 July 2007 | RSS | LINK
Font size: 

Since this blog’s main subjects are standards and web design, SEO or Search Engine Optimizing is an important part of the world wide web too. This article will tell you what and how to optimize your websites for all major search engines.
First I’ll give you some information on offsite and onsite SEO and later on I’ll give you some tip how you could improve your websites.
What is SEO?
My definition of SEO is all the work you do to get your website a high(er) search engine ranking. The difference between offsite and onsite is guessable in my opinion. Onsite is making enhancements to your HTML or PHP web pages. The reason for this is very simple, of course, you want a search engine to recognize the important content (titles, keywords) when crawling your site.
If you didn’t optimize your content and design, the SE will collect insufficient data and this might mean you don’t get the visitors you are looking for. Alright, we continue on the offsite term. Offsite SEO isn’t something you do on the page, but its main goal is to make sure SE’s think your site is an important one.
What is Offsite SEO work?
There are different ways, but the most used is link building. When another ‘big’ website links to yours, SE’s will think your page is important. The more links your website gets, the higher your rank is in the search engines. The best for your website is to do both offsite as onsite SEO.
In this article I’ll show you some smart and easy things you could do to improve your page structure. What I show you here below is what I use myself too. Remember, a browser and search engine isn’t a real person!
What isn’t really a subject on SEO, but what is very important for your webpage, is validating your webpage. You first should make sure your site looks perfect in all browsers. You can validate your xHTML here and your CSS here.
Subjects
- Make good use of keywords
- A good title and site description
- The use of H1’s and H2’s tags
- Add ‘title’ tags to links, ‘alt’ tags to your images
Make good use of keywords
When people search on search engines, they search by keywords. If you don’t have enough keywords or even any at all, they will not find you. Don’t use too many either, SE’s can give your website penalties for that. Always try to blend in your keywords in your content. We’ll talk on that later when we get to subject ‘H1 and H2′.
I’ll give you a code you should use in your webpage. A Meta tag. Use this code to point out ’standard’ keywords for that webpage.
<meta name="keywords" content="accesibility, blogging, blogroll, code snippets, css, html, miscellaneous, news, releases, search engine optimizing, wordpress themes" />
Don’t add to many keywords in the Meta tag. You should use only your most important keywords. This tag should be added between the tags on your webpage.
But the best way to use keywords is to use them in your content. If you are writing a article on Doctypes, you should add keywords like ‘Doctype’ or ‘DTD’ to your content. The search engines will look through your page, and sees a lot of those keywords. This way, search engines can better determine the page is important.
A good title and description
A good title is important too. Let’s say you are looking for web design books, and you search for it through Google’s SE. In this example, result #1 is a website that sells web design books, but the title and description says this:
Title: ‘Writing books, business books for sale now!’
Description: We are selling all different books, from writing books to business.
Result #5 has some other title and description.
Title: ‘Web design books, most subjects available!’ Store name
Description: We are specialists in web design books. We have most books in stock.
What do you think? Do you go for #1 or #5? The most people will go in this case for the one with the better store description and title. This happens all the time on all different subjects, so it is important to have a good title and description.
Usually, I build my titles like this:
Description with my most important keyword or tagline - Sitename
The codes you should use to add a title to your site are these:
<title>Description with keywords - Sitename</title>
Place these codes between the tags.
If you want to add a description to your website too, add the following codes, between your tags too.
<meta name="description" content="Just another WordPress weblog" />
The use of h1 and h2 tags
As you already read, your webpage always should have titles and that your content includes keywords too. But there is another way to let SE’s know what a page is about. I’ll explain why to use h1 or h2 tags. h1 h6 tags are headings. H1 is the biggest, and the smallest. H1 defines the most important heading, in our case, the most important keyword. Using h1’s on your page, you’ll tell search engines this is the ‘content heading’ and one of the most important lines of content.
Therefore h1 should always include your head keyword. H2’s is the most important heading after h1. You should use these in your content as ’subheadings’. The keywords that aren’t your websites top-priority should be included in this heading.
Add ‘titles’ to your links and ‘alts’ to your images
When someone rolls over your link, they will not see any ‘description’. When you roll over an image, you might see an ‘alt’ text. When you want to call for an ‘alt’ on links, you should use ‘titles’. This title is better for your website’s accessibility and is a great for search engines too.
Think of it this way. You are getting an extra free keyword you don’t even see on your webpage! The SE’s won’t recognize it as an extra keyword, but they see it as clearing up what the link is linking to.
If you want to add a title tag to your link, please follow this way:
<a title="SEO lesson" href="http://www.divitodesign.com/wp-admin/seo.html">SEO Lesson</a>
You see you have got 3 times the word SEO now. If this was your keyword, you simply have one extra in the link its ‘title’.
This same trick goes with images. Now, don’t use a ‘title’, but use an ‘alt’ tag instead. When you know roll over an image, it’ll clear up what the image is about to the search engines. And you get your extra keyword(s).
<img src="image/image.jpg" title="title" alt="alt" />
You’ve hit the SEO jackpot three times.
Conclusion
If you haven’t thought of points like these before, study this article. It’ll help you develop your websites as they become visible in the search engines. Remember, you should do offsite SEO work too. Let me know what are your thoughts on this subjects, and possible improvements.
Thanks for reading!
28 Comments
Leave a Reply
This blog is a DoFollow blog. This means your URL counts as a backlink. Some basic HTML is allowed. Please keep all comments constructive, polite and on-topic. Any spam or offensive comments will be deleted.









8:30 am on July 10th, 2007
There are strong arguments for validating code and CSS, but is it really so neccessary for SEO?
8:48 am on July 10th, 2007
Don’t take on that point to hard. It is intended for the less experienced, to make them understand validating a webpage is an important part of building a good website. I’ll change this in the article. Thank you for your comment.
Edit: Changed in the article.
6:51 am on July 19th, 2007
Nice Article.
2:53 pm on August 7th, 2007
I am a noob and this article is really useful…10x man…
6:52 am on August 14th, 2007
Thanks man! That helped out alot
3:33 pm on August 18th, 2007
appreciates….expecting some more !!!
6:33 am on August 21st, 2007
Good tutorial. You covered the basic points. Can we expect few complex ones? Thanks.
1:33 am on August 22nd, 2007
Appreciate all the comments made!
@Abhijit, thanks for your comment. Do you have a subject for a complex tutorial? If not, I’ll find something myself and see what I can do, just hold on.
6:29 am on August 27th, 2007
Dear Stefan,
I would like you to write something on offsite SEO. Like about link exchange, directory submissions …etc. These are the factors which beginners like me have less knowledge about. So I can call them complex ones.
Thanks. All the best…!!!
7:28 am on August 29th, 2007
@Abhijit, I’ll write something about it soon. Thanks for replying.
6:10 am on September 22nd, 2007
[...] but these are great to start with. When you have enjoyed reading this, read my article on Onsite Search Engine Optimizing as well, because that’s a good attentions point too. Thanks for reading and watch out for the [...]
3:51 am on September 27th, 2007
Thanks Stefan….I recently read your article. A good one. Keep on writing. Thanks.
7:59 am on September 27th, 2007
Great you liked it. I will keep on writing, you keep on coming back! Thanks
9:37 am on September 30th, 2007
[...] your pages the Search Engine Optimization friendly way Stefan Vervoort’s Blog » Update you pages the Search Engine Optimization friendly way __________________ Life is [...]
12:22 pm on October 29th, 2007
Great article, it described very well the basic of SEO. great stuff.
12:22 pm on November 1st, 2007
this was a great read, i am new to SEO.. so any extra refs are great. keep em coming..many thanks
3:30 am on November 4th, 2007
Thanks guys!
10:30 am on December 28th, 2007
Hello Stefan,
I just read your article and also about your tip about ‘alt’ and ‘title’ tags used for text-links and images.
I don’t agree that the alt-text (for images) is meant for SEO purposes. The main function for the alt-tag is that text-based webbrowsers also can understand the meaning of an image (they don’t see). That is the main purpose of the alt-tag. It is a misunderstanding (but a welcome profit) that it must be used for SEO purposes.
By the way, designing a website should be done for multiple browsers. Firefox for instance, doesn’t show the alt-tag text when pointing your mouse over a picture. The reason that MSIE does it, is because they handle the alt-tag in a wrong way (like MSIE is doing a lot wrong when using correct CSS).
If you want to use an alt-tag for images, but wants also that the image shows a so-called tool-tip, then you also have to use the title-tag for an image (source: W3C).
By the way, it’s great to see so much useful information on your blog!
kind regards,
Bart
12:25 pm on December 29th, 2007
Hello Bart,
Great comment, thanks!
What you tell about the alt-tag is true, of course. Text-based webbrowsers can understand the meaning of the image, as well as search engines. Search engines don’t know what the image displays as well, but when using the alt-tag for SEO purpose, your search engine knows what that image means. Just my thought on that part.
The part your wrote about MSIE is completely right. I completely hate how CSS is rendered by IE.
Thanks again for your tip and nice words. Good to see a fellow Dutchman on my blog.
Groetjes,
Stefan
8:23 am on February 16th, 2008
Great article. Thanks a lot for the tips.
8:42 am on February 22nd, 2008
[...] but these are great to start with. When you have enjoyed reading this, read my article on Onsite Search Engine Optimizing as well, because that’s a good attentions point too. Thanks for reading and watch out for the [...]
1:51 pm on April 23rd, 2008
[...] with larger blogs, a must-have. With one click, your visitor can view all information on your blog. This is seach engine friendly. 9. Page title - Use a page title which describes the content the page is loaded with. An example: [...]
2:55 pm on May 29th, 2008
What is an SEO friendly web site ? How can any person make his site SEO frinedly or how can a person make an SEO friendly web site
3:01 pm on May 29th, 2008
A SEO friendly website is a website search engines are able to scan very easy. The easier it gets, the better your site gets included in the search results!
6:27 pm on June 15th, 2008
Very nice article. You covered some very useful tips.
3:11 am on July 5th, 2008
Don’t forget the importance of one way link building when working on your offpage seo.
3:49 pm on July 10th, 2008
Nice
4:54 am on August 27th, 2008
I have just read your blog on Offsite SEO and now this blog on Onsite SEO. They both give very informative information on the subjects.
Are you going to write about any more advanced SEO techniques?
Thanks again
I hope you don’t mind my link title