banner ad
RSS
banner ad

Search Engine Optimization (SEO) Tips for WordPress 2.0

January 16, 2006 | admin | Comments 63

After four weeks in existence, Google still hasn’t indexed this site yet. Naturally, I’ve been looking around like a madman for WordPress SEO tips to help speed the process. There’s a lotta good stuff out there, and here are some of the tips I’ve discovered.

1. Write keyword rich post titles – it almost goes without saying, but the post title is the most important part of the blog post for many reasons. From your reader’s perspective, a descriptive and compelling 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 a search box to find your post 2 months from now, and use those words or phrases in your post title. For maximum benefit, try to avoid titles that are cute, clever or cryptic.

2. Make your post titles live links – many of the WP themes already do this, but if yours doesn’t, you can add the necessary code pretty easily. In your Main Index Template and Page Template, find the code for the post tiltle. It’ll probably look like this (without the “#”):

<#h2><#?php the_title(); ?><#/h2>

To link your post titles, you’ll want to replace that code with the following (be sure to leave out the “#” symbols):

<#h2><#a #href="<#?php the_permalink() ?>” rel=”bookmark” title=”Permanent Link to <#?php the_title(); ?>“><#?php the_title(); ?><#/a><#/h2>

3. Optimize your permalinks – the default WP 2.0 installation displays permalinks this way: http://www.savvysolo.com/?p-123. A more search-engine friendly permalink includes the post title in the link, like this: http://www.savvysolo.com/2006/01/16/keyword-rich-post-title/. This is a simple change to make. In your WP admin panel, click on the “Options” tab, then the “Permalinks” sub-tab, and choose the option just below the “Default” permalink option. See the WordPress Codex for more on permailinks.

4. Optimize your page titles – According to most SEO experts, the page title tag is one of the most important tags on your page. In most WP themes, you’ll find the page title tag in the Header Template, and the default version ususally looks like this (without the “#”):

<#title><#?php bloginfo('name'); ?><#?php wp_title(); ?><#/title>

The best tweak I’ve seen to optimize this tag comes from Stephen Spencer, who suggests using the following code for page title tag (omit the “#”):

<#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 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, which is another reason to follow the advice I mentioned in #1 above.

5. Use the related posts plugin – Alex Malov’s Related Entries plugin is a neat little addition to any WP blog. Not only does it enhance your blog’s usability, but it also helps create a dense link structure throughout your site, which makes it easier for the search engine spiders to find and index older blog posts.

6. Use the Google sitemap plugin – According to Google:

“Google Sitemaps is an easy way for you to submit all your URLs to the Google index and get detailed reports about the visibility of your pages on Google.”

WordPress user Arne Brachold has made the sitemap creation and submission process fairly simple with his Google Sitemap plugin, which was recently updated for WP 2.0. This plugin will create a sitemap for you and submit it to Google.

Additionally, Elliot Kosmicki offers a script that will convert your Google sitemap into a Yahoo compliant sitemap that you can submit to Yahoo.

7. Add meta keyword tags and Technorati tags to your posts automatically – although it’s questionable whether or not meta keywords are still valuable when it comes to SEO, ultimately, they can’t hurt. As far as Technorati tags, they have little impact on SEO, but they can help increase your traffic directly from Technorati, so it’s a good idea to use them.Rick Boakes created the Autometa plugin that will add both tags to your posts automatically.

Another simple and effective Technorati tag generator I’ve used is Broobles’ Simple Tags plugin.

8. Validate your code – Use the W3C Markup Validation Service to ensure the code behind your pages is clean and valid. If you find your pages have errors in the code, hire or make friends with a savvy web developer to help you clean it up. See Google’s Information for Webmasters for more info on creating a technically valid site.

If you have further SEO tips for WordPress blogs, I’d love to hear about them in the comments.

Filed Under: FeaturedWordpress

About the Author:

RSSComments (63)

Leave a Reply | Trackback URL

  1. Another handy plugin that ties to your #4 point is the Optimal Title plugin by Elastic Dog. I use it on my site and while I don’t know how much it’s actually helped, it was simple and easy to put in.

    A little more SEO can’t hurt.

  2. [...] Michael Pollock of SavySolo recently posted an 8-point tip on “Savvy Search Engine Optimization (SEO) Tips for WordPress 2.0” but I think it will apply to any blogs out there. [...]

  3. Simply says:

    Do not expect for Google spiders to come first even if you feed them your URL. MSN does a better job in discovering new sites. Wrote about MSN as first to index my site.

  4. Martin says:

    Gotta agree with Simply … on my own sites I’ve noticed MSN gets to them much faster than Google does

  5. [...] Savvy Search Engine Optimization (SEO) Tips for WordPress 2.0 SavvySolo Small Business Blog (tags: wordpress seo plugins) [...]

  6. theMaab says:

    hum… that seems werid. I have several site (nothing fancy/client sites) and a lot of them were ‘found’ by Google.

    I never submitted the URL to them. However, I did have links to the sites from others sites. And that is how Google did find the site.

    A friend once told me it is better if Google finds your site, verses you submitting the URL.

    Now… if that is true or not, I do not know.

    But I can confidently say I have a good 5 sites, that do show up on Google (not great rankings necessarily) and I never submitted the URL directly to Google.

  7. There are some great tips here. I made the changes to my blog on friday and today (two days later), I am number one on google for the phrase “aggressive skate blog”! These are great tips, they really work.

  8. [...] Ultimate WordPress SEO Tips WordPress SEO: First Steps Search Engine Optimization (SEO) Tips for WordPress 2.0 8 simple SEO tips for blogs [...]

  9. [...] Search Engine Optimization (SEO) Tips for WordPress 2.0 [...]

  10. [...] Search Engine Optimization (SEO) Tips for WordPress 2.0 : Solostream Small Business Blog Técnicas de SEO para quem usa wordpress. (tags: SEO wordpress Blogging) Arquivado sob: Del.Icio.us [...]

  11. [...] After surfing the internet about how a blog should be maintained. I have comed to the conclusion that I really need to define the soul purpose of this blog. Since the release, it has been lose bullet. Until the next update, I will do some reading about this main topic Weblog Usability. I am also considering reading a piece about SEO (Search Engine Optimization). This is a topic that I feel is really something that every blogger should consider. What is your purpose with your blog, does it has a nice design that apeals to the visitors, and so on. [...]

  12. These are all great tips to increase your SEO exposure for WordPress blogs. I was really glad to see you talking about the Sitemaps plugin, related post plugin, and validating your code with the W3C.

    You mentioned optimizing your title tags, well.. I would like to offer my WordPress SEO plugin I made, which will optimize title tags, helps with autodiscovery of RSS feeds, and optimizes the meta tags as well.

    You will Ultimate Tag Warrior installed, which is a great tagging plugin, but you can get my SEO plugin here WordPress SEO plugin

  13. SEO Portal says:

    Here is another article about SEO for WordPress:

    [url="http://www.seo-portal.com/10-seo-tips-for-wordpress/2006/07/09/"]10 SEO Tips for WordPress[/url]

  14. Great stuff. I added another step of SEO to a site at Pigeon Forge that pulls a post’s excerpt and uses it as the meta description. I know there’s talk about meta descriptions and keywords not being as effective in search engines these days, but I did it more for the user. A user is more likely to click a link in a search if it sounds interesting based on the title of the link and the description, so using a strong meta description rather than having a search engine “guess” is so much more effective.

    Great stuff!

  15. SEO ROCK says:

    Nice article, I have observed that MSN has recently started visiting more often then google and I find my websites first indexed by msn and then by google.

  16. Dallas SEO says:

    Nice tips on SEO. Ill have to try the sitemap plugin for some of my blogs.

  17. ken says:

    Those tips are enriching all the consequences which does take to make a contituents of SEO.Or search engine of any sort.

  18. Great tips posted here! Thank you so much for sharing! Thumbs up for you! :)

  19. [...] REVIEW: In reviewing the last plugin, Google SiteMap Generator, I ran across a post about Search Engine Optimization (SEO) Tips for WordPress 2.0 by Michael D. Pollock that mentioned this Yahoo SiteMaps Script. [...]

  20. [...] Search Engine Optimization (SEO) Tips for WordPress 2.0 [...]

  21. [...] Search Engine Optimization (SEO) Tips for WordPress 2.0 [...]

  22. Search Engine Optimization (SEO) Tips for WordPress 2.0…

    Great article read it and make money…

  23. [...] Here is a list of very good SEO tips for a WordPress blog site. [...]

  24. Great list. Thanks for all the tips. I have been trying to determine if I should switch my blogger site to WordPress. Right now I am running 2 blogs – Blogger and a WordPress locally on my website.

  25. Michi says:

    Hello Michael,

    Nice post!

    One question,
    when I change the default setting to “Date and name based” for permalink as 3. Optimize your permalinks explains, all the links in sidebar of my blog get dead. Do you know how I can fix this nicely?

  26. On-Host says:

    Ethical Search Engine Optimization…

    When writing an article about ethical search engine optimization, I felt it better to focus on what not to do, as opposed to what to do. The reason for this is that there are many rumors on the internet, about search engine optimization that are not tr…

  27. On-Host says:

    Great Post Michael,
    With the sitemap plugin, it is also a good idea to re-publish the site map on a regular basis
    cheers

  28. [...] 1. Ultimate WordPress SEO Tips 2. WordPress SEO: First Steps 3. Search Engine Optimization (SEO) Tips for WordPress 2.0 4. simple SEO tips for blogs [...]

  29. [...] 1. Ultimate WordPress SEO Tips 2. WordPress SEO: First Steps 3. Search Engine Optimization (SEO) Tips for WordPress 2.0 4. simple SEO tips for blogs [...]

  30. Holly Mann says:

    I just created SEO Meta Editor Advanced – a plugin which allows you to edit and add a TITLE, HEADER & DESCRIPTION to every single page and post of your wordpress site. You can get more info about it at: http://www.cheekyo.com/ultimate-seo-plugin-wordpress/

  31. Thanks for all the tips, I just wanted to post a followup that I took your advice and moved to my WordPress blog basically exclusively. Ironvine Search Marketing (http://www.ironvine.com/blog)

    ~Steve

  32. That was a really nice list of SEO tips thank you so much!

  33. Lucas says:

    Very Interesting Mike… I’ll have to load that plugin for the Google SiteMap on my blog and play with it. I’ve managed to figure out the permalinks which i believe has helped and this past month i joined a site called “MindPetals”.

    I found your site some time ago but hadn’t had a chance to go through until now. I do frequent your old blog (now yaro’s) SBB. Looking forward to reading more great articles from you. Cheers and talk soon Mike,

    Luc

  34. [...] I was prompted to write this after reading Michael Pollack’s posting on the subject of SEO tips for WordPress. If you’d like to download the plugin that was installed in this tutorial go to this site.  Enjoy playing around with WordPress and have a Happy Halloween! [...]

  35. [...] Search Engine Optimization (SEO) Tips for WordPress 2.0 [...]

  36. Michael, I’ve applied you suggest and now my blogs are growth in positions (slowly but better).

    Thanks again

  37. [...] Here are two other helpful WordPress sites you should visit regularly: Weblog Tools Collection and Lorelle on WordPress. Happy optimizing! [...]

  38. eddy says:

    Great new resources !

  39. [...] SEO Tips for WordPress 2.0 – Well written and simple to implement article. Includes a great title SEO hack. WordPress Plugins and SEO (WordPress 1.5 – 2.0+) [...]

  40. [...] This article will be aimed towards WordPress users and the plugins that can assist the user in making a blog more search engine friendly. If you are not a WordPress user, some of the search engine tips you may find within may still be useful. Some of the tips that I will mention do not actually require plugins and will just require some modification of the WordPress settings or theme. [...]

  41. Mattg says:

    Google sitemap plugin works.

  42. [...] This article will be aimed towards WordPress users and the plugins that can assist the user in making a blog more search engine friendly. If you are not a WordPress user, some of the search engine tips you may find within may still be useful. Some of the tips that I will mention do not actually require plugins and will just require some modification of the WordPress settings or theme. [...]

  43. Do you think the domain name is as important for SEO as the title tag of a webpage? I know that MSN puts a lot of value on the domain name. But what about Google and Yahoo?

    Thank you,

    Robert McCulloch
    http://rpmsol.info/

  44. Rose says:

    A very handy post. Thank you for the information. :)

  45. [...] SEO para WordPress 2.0 [...]

  46. Excellent post! Lot’s of good tips here.. I picked up a few and implemented them on my blog.

    I’ve also written some WordPress SEO tips here:
    http://www.johnwiseman.ca/blogging/wordpress-seo/brilliant-wordpress-seo-tips-for-bloggers-and-webmasters/

  47. JonBishop says:

    Great post . . . I’ve been reading for a while, and since I’m starting a new site I wanted to ask for some advice . . . I got a great (I think) new domain, related to martial arts and survivalism and have a basic idea of what I want to do with it, but I’m really looking for some great advise about the best way (other than adsense) to monetize a site like this, and the best way to drive traffic, other than normal SEO (meta tags, links, etc.).

    I’ve already started a small scale link building campaign, and initially I’ll probably spend some money on adwords or adcenter, but any other advice you can give would be great, especially related to this niche!

Leave a Reply

If you want a picture to show with your comment, go get a Gravatar.