To blog or not to blog! summerhit in blogosphere
// July 14th, 2007 // 2 Comments » // fun
Maurits Fondse (aka Morris) made a great song that will rock the hit charts this summer! ![]()
Hi, welcome to my blog. I am Pieter van Gils, a 26 years old guy from the Netherlands. I use this blog to keep my friends and family up to date about whats going in my life. Occasionally I write about my work, new technologies or other things that interest me.
// July 14th, 2007 // 2 Comments » // fun
Maurits Fondse (aka Morris) made a great song that will rock the hit charts this summer! ![]()
// July 12th, 2007 // 4 Comments » // photolog
I am writing a manual on how to start your own blog because of the requests I got in the last few months. You can find a complete overview on my blogging page. Today I ‘m giving some search engine optimization tips. There’s a lot of amazing SEO power built into WordPress. Unfortunately it doesn’t all come by the default installation.
1. Optimize your permalinks
The default WordPress installation displays permalinks like this:
http://pietervangils.com/?p=123
A more search-engine friendly permalink includes the post title in the link, like this:
http://pietervangils.com/2007/07/11/this-is-the-permalink-structure/
This is a simple change to make. In your WordPress admin panel, click on the “Options†tab, then the “Permalinks†tab, and choose the option just below the “Default†permalink option.
Including %postname% is the most important option because having keywords in your URL is an absolute must, especially when it’s as easy as WordPress makes it. The second thing to do is to get rid of useless tags. Don’t use %day%, %post_id% , %hour%, %minute% or even %second% in your permalink structure. It will only make it harder to see the URL’s keywords on search engine results. None of these are necessary, monthly posting archives are perfectly acceptable. Want to go really mad with your permalink structure? Try dropping date tags all together for %category% to get a nice extra keyword in your URL. Change your .htaccess file if necessary.
2. Optimize your page titles
According to most SEO experts, the page title tag is one of the most important tags on your page. The problem in most WordPress themes is that it will first display your blog name like this: “pietervangils.com > SEO optimization for WordPress“. You’ll understand I don’t need pietervangils.com as the first keyword in my blogpostings. You can find the page title tag in the header template, and the default version usually looks like this:
<title><?php bloginfo(‘name’); ?><?php wp_title(); ?></title>
The best way to optimize your page title is changing this code so it looks like this:
<title><?php if (is_home()) { print “whatever title I want to have on my blog home page.”; } else { wp_title(‘ ‘); print ” : “; bloginfo(‘name’); } ?></title>
This tweak does a couple of different things. First, it allows you to use a more descriptive, keyword-rich title for your blog’s main page. And second, for the individual post pages, it will use the title of your post as the page title.
3. Use some good plugins
Some of my favorite SEO plugins are:
4. Write keyword rich post titles
The post title is the most important part of the blog post for different reasons. From the reader’s perspective, a descriptive and appealing title helps them decide if your post is worth reading or not. From an SEO perspective, think about the keywords or phrases people might type into Google to find your post. Your post titles should be as clear as possible. Don’t stuff your titles with keywords you are targeting with your whole blog. Choose your keywords carefully per posting. Try to make several posts about the same subject for a maximum result.
// July 11th, 2007 // 3 Comments » // fun
A colleague told me about the number of visitors he was getting from StumbleUpon on one of his posts. I never used StumbleUpon before and installed the plugin the same day. It’s a great tool to discover new websites! What do you think of a website that converts pictures to Ascii text? Some unfortunately named people? Or some really nice pictures?
After stumbling upon some nice websites I decided to add some posts to see if I would get some visitors from it. One of my posts is now getting around 40 hits a day from StumbleUpon, and the numbers are still going up. So welcome all StumbleUpon users and keep those thumbs up!
// July 10th, 2007 // 1 Comment » // future
I was looking in some old bookmarks and came across this great movie about the future of digital lifestyle.
// July 7th, 2007 // 3 Comments » // photolog
I got invited to Pownce thanks to Pallab today.
Kevin Rose (famous for digg.com) is the founder of Pownce. Its a combination of micro-blogging, file sharing, link sharing and planning events. I’m a fan of Twitter and love these concepts because they make news travel fast, let you stay in touch with friends and help you meet new (interesting) people.
Why is Pownce different to Twitter?
Pownce is web based however a light-weight desktop module based on Adobe’s Apollo (AIR) is also available. The desktop application looks really good and makes it easy to use. For a full review you can look at Mashable and Webware’s coverage.
Pownce is still in beta (or alpha) but it looks good. I wonder if this will be the killer app that we can use at the office to replace old fashion MSN. If you want to try it, just leave a comment here requesting an invitation. I have 5 invites left at the moment.