Five steps to optimising your Wordpress blog!

Discussion in 'WordPress' started by bebe123, Dec 14, 2006.

  1. #1
    1. Permalinks -
    Wordpress sets them by default:
    //yourblog.com?p=123
    //yourblog.com/category/post
    2. Page Title -
    find this in "header.php"
    <title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title>
    Code (markup):
    and replace with:
    <title><?php wp_title(' '); ?><?php if(wp_title(' ', false)) { echo '–'; } ?><?php bloginfo('name'); ?></title>
    Code (markup):
    3. Google Sitemaps -
    4. Tagging & Meta Keywords -
    You can use Ultimate Tag Warrior
    5. Site Submissions - submit your site to blog directories, use the signature,tell yore friend etc..
     
    bebe123, Dec 14, 2006 IP
    dct and Padawan like this.
  2. dct

    dct Finder of cool gadgets

    Messages:
    3,132
    Likes Received:
    328
    Best Answers:
    0
    Trophy Points:
    230
    #2
    Nice tips. Another thing I've found to be really useful is to get a related posts plugin, so there are links to other posts at the end of all your posts (if you get this to display in your RSS feed then even better as it can bring feed readers back to your main site).
     
    dct, Dec 14, 2006 IP
  3. Richie_Ni

    Richie_Ni Illustrious Member

    Messages:
    10,721
    Likes Received:
    1,175
    Best Answers:
    0
    Trophy Points:
    410
    #3
    Richie_Ni, Dec 14, 2006 IP
  4. theblade24

    theblade24 Active Member

    Messages:
    84
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    73
    #4
    What about the meta description tag?

    Use it? Not use it?

    Use it on the index page and not on others?

    Recommendations?
     
    theblade24, Dec 19, 2006 IP
  5. pickthebrain

    pickthebrain Peon

    Messages:
    7
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Thanks for the tips. I just added the changed the title one, I already had all the others. Chris Pearson just recommended that on his blog two days ago.
     
    pickthebrain, Dec 19, 2006 IP
  6. modcase

    modcase Peon

    Messages:
    39
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Good plugin, been using it for awhile with no problems. Easy Indexing :)

    Note on tip #2: Most good template designers handle that for you ;)
     
    modcase, Dec 19, 2006 IP