I've been blogging for several years now and along the way I've learned a few things about SEO or Search Engine Optimization (a fancy way of saying "Enabling people to find you"). Here is a short list of things you can do right away:
- Add the following meta tags to your site's <head> element (for an example check out the HTML source of this page on my site)
<meta content="<list of keywords here>" name="KEYWORDS" />
<meta content="<description of your site here>" name="DESCRIPTION" />
<link rel="alternate" type="application/rss+xml" title="" href="" />
<link rel="alternate" type="application/atom+xml" title="" href="" />
- Write clear, searchable page titles, in fact, here is a post where I go into much more detail on this topic
- Use header tags for blog entries within your site template
- Use FeedBurner for your RSS feed so you can send out a pingshot and notify all the major search engines at once that you have new content
- Use a blog engine that supports all of the above, my old blog engine didn't support any of this
- Use Google's WebMaster Central and read the Official Google Webmaster Central Blog and in particular read this post
- Provide a page that explains how to subscribe to your site feed
- Added your site's URL to your email signature/newsgroup signature. FeedBurner even supports the headline animator for a signature like this:
- Lastly, read other people's blogs, link to them, leave comments on them or as they say in the blogosphere some "link love"
- If you include images in a post be sure to specify the alt attribute to help search engines identify and thus index the image
Of course, there are plenty of other things one can do though hopefully this list will get you started.
So, why talk about this? Well, I just read this post by Primoz Gabrijelcic (via this post by Craig Stunz) which talks about the lack of a good place to advertise a Delphi blog. I peeked into the markup for Primoz's site and noticed he could utilize a number of these techniques which should, over time, help improve the visbility of his blog.
[UPDATED: Mar 21, 2007] Added bullet items for including alt attribute on image links