About impNERD

impNERD is the place to find information on internet marketing, publishing and tips for web development. Read more »

Subscribe

Subscribe to impNERD via RSS
What is RSS?
Subscribe via e-mail:

13 SEO Tips for WordPress

If you happen to own a WordPress blog or are seriously thinking about creating one, here are some tips to help you get on your way with SEO:

1. Change the default title

What it looks like:

< ?php bloginfo(’name’); ?> < ?php if ( is_single() ) { ?> » Blog Archive < ?php } ?> < ?php wp_title(); ?>

What you should change it to:

< ?php if (is_home () ) { bloginfo(’name’); echo ‘ - ‘; bloginfo(’description’); }
elseif ( is_category() ) { single_cat_title(); echo ‘ - ‘ ; bloginfo(’name’); }
elseif (is_single() ) { single_post_title();}
elseif (is_page() ) { single_post_title();}
else { wp_title(”,true); } ?>

What does this do? It changes a title from looking like: WordPress Blog » Blog Archive » Post Title to Post Title
Why is this important? SEs will rank the site higher for the actual post title.

2. Change default permalinks (found in options/permalinks) from default to custom using /%category%/%postname%

What does this do? It changes it from an ugly example.com/?=123 to a clean example.com/widgets/post-on-widgets
Why is this important?Makes the url Google friendly and it’s easier for visitors to remember.

3. Use the Meta Description Plugin

Meta Description Plugin

What does this do? Takes a section of the post and adds it as the meta description.
Why is it important? Search engines still use the meta description for ranking purposes (and sometimes use it as a snippet). By default WordPress doesn’t use this tag, so use the plugin.

4. Use the XML Sitemap Plugin

XML Sitemap Plugin

What does this do? Creates a sitemap for MSN, Google and Yahoo.
Why is this important? It will help the search engines crawl your site better so more pages will be indexed (in theory).

5. Use Analytics Plugin

Analytics Plugin

What does it do? Lets you track your stats on Google Analytics–you must have an account first.
Why is this important? Tracking is one of the most important parts of SEO. If you see visitors coming to your site using certain keywords, you know to write about them.

6. Turn off show monthly archive

The easiest way to do this is to edit it from within the PHP theme file (should be in the sidebar.php). It’ll say something like:

  • <h2>Archives</h2>
      < ?php wp_get_archives(’type=monthly’); ?>
  • Just delete it.

    What does this do? Removes the archive links. Better yet, delete archives.php and archive.php to get archive free.
    Why is this important? Because many blogs have trouble with duplicate content. In some cases archives are just duplicates of the index page or category pages.

    7. Ping blogs related to yours

    Why is this important? Sometimes, but not all, blogs will list the ping backs within the comments section. Sometimes the link is nofollow, sometimes it isn’t. Either way, it tells the blog you are mentioning them and might have the owner or their visitors come to your blog to check it out.

    8. Link to authority sites within your niche

    Why is this important? If the authority site is a blog, it’s obvious–pinging. However, they aren’t always blogs. In either case, search engines see the link to authority sites as good practice. It will tell Google, Yahoo or whomever that your page is related and should be ranked for those words.

    9. Edit template so h1 tags are used for post titles, not the title of the blog

    This is one of the most important. Just open up the header.php and change the h1 to an h2 or h3. Then open the posts.php and change the h2 to an h1. Same goes for page.php.

    10. Related Posts Plugin

    Related posts plugin

    What does it do? Creates links under each post going to related posts within your site.
    Why is this important? Gives your visitors more pages to visit along with search engines. Search engines love it when you link to pages within your site, especially if they are related. Also, it will get some deep links going and if anyone places your full RSS feed on a site, the links will be pointing to your pages.

    11. Link to old blog posts

    Why is this important? Search engine bots have a hard time getting to the deep pages, meaning their rankings may start to sink if they aren’t well-linked to. Mention the page, place a link.

    12. Submit to directories

    Blog directories mainly, but don’t forget about Yahoo Directory, BOTW, ODP and any directories within your nich. A simple search like [add link nich] will show plenty.

    Why is this important? If you get accepted to Yahoo! or ODP it could mean a big payday. Both give out good link juice, then multiply that by the hundreds (if not thousands) of scrapers. You’ll also be looked upon more highly in Google and Yahoo. Then if you shell out the money for BOTW or other nicely ranked directories, you’ll be in the homestretch. Of course, this is assuming your competitors haven’t already done the same thing.

    13. Stumble It

    What does it do? Adds your page to a database so others can find it.
    Why is this important? At first, most blogs won’t get much traffic. It is important to find ways to get that traffic so others will be able to find the page.

    Add to Del.cio.us RSS Feed Stumble It! Zoom It! Add to Sphinn
        www.sajithmr.com

    Rate:
    2.8

    If you enjoyed this post, please consider subscribing to my full feed RSS.

    Written: Sep 14, 2007
    Tags: , , ,

    Related Articles:
    WordPress Themes
    WP Plugin: SEO Tip of the Day
    Releasing Free WordPress Templates
    Social Networking Declining - Bloggers Yapping
    2007: Running Down the Stats


    RSS feed | Trackback URI

    11 Comments »

    Comment by no imagekadir (Who am I?)
    2007-10-02 05:34:38

    Wow… This is really a nice article. This made me to switch over from blogspot to wordpress…

    Rate:
    2.8
     
    Comment by no imageAlissa (Who am I?)
    2007-12-22 18:29:37

    Great tips

    Rate:
    3.0
     
    Comment by no imageJim McNelis (Who am I?)
    2008-02-02 22:57:43

    Great Tips! #1 especially. I am going to make that change to my blog first thing tomorrow morning

    Rate:
    2.8
     
    Comment by no imageMirjam (Who am I?)
    2008-02-04 06:36:11

    Fantastic tips! I´ve added it to my “to-do” list for today, thank you so much for sharing!

    Rate:
    2.9
     
    2008-02-05 03:47:21

    great.. well explained.! sad to say i dont have a wordpress.

    Rate:
    2.9
     
    2008-02-21 10:16:40

    Really, this is very informative article for me. thanks for sharing. Confident to use wordpress!

    Rate:
    2.5
     
    Comment by no imageJohn Simpson (Who am I?) Subscribed to comments via email
    2008-04-10 20:25:12

    Great article. I was making the changes as I was reading the article. I’ll come back later and let you know what the effect was.

    Rate:
    1.9
     
    Comment by no imageJustin Wright (Who am I?)
    2008-08-06 16:19:39

    Very good ideas. Linking to old posts is always a great way to bring them back to life. Especially if you have a lot of new readers that are just learning how to navigate your page.

    Rate:
    3.5
     

    Backlinks

    1. Jon Dyer's Blog
    2. You Should Stop and Get a Piece of These Posts | cyberstreetreport.com
    3. 13 SEO Tips for your Wordpress Blog | SEO Blog
    Name (required)
    E-mail (required - never shown publicly)
    URI
    Subscribe to comments via email
    Your Comment (smaller size | larger size)
    You may use <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> in your comment.

    Sponsors

    1993 Honda Civic
    Hosting Concept
    Make money online
    PoemofQuotes Blog