how to do seo in wordpress?

Discussion in 'WordPress' started by Jalpari, Aug 11, 2007.

  1. #1
    how to do seo in wordpress? is it better as compare to Static web?
     
    Jalpari, Aug 11, 2007 IP
  2. rcj662

    rcj662 Guest

    Messages:
    4,403
    Likes Received:
    97
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Just write post the same way you would a web page. Wordpress works very well in search engines with good Seo optimized posts.
     
    rcj662, Aug 11, 2007 IP
  3. xeric

    xeric Peon

    Messages:
    612
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #3
    what i can suggest you is use a good keyword for your article title.

    Thats the easiest way.
     
    xeric, Aug 11, 2007 IP
  4. Jalpari

    Jalpari Notable Member

    Messages:
    5,640
    Likes Received:
    137
    Best Answers:
    0
    Trophy Points:
    260
    #4
    i am talking about heading tags plus keywords
     
    Jalpari, Aug 11, 2007 IP
  5. sat123

    sat123 Banned

    Messages:
    1,600
    Likes Received:
    45
    Best Answers:
    0
    Trophy Points:
    0
    #5
    have a good permalink structure...for posts and pages....also use general seo for static ones..like say not much link......and make blogroll links nofollow comments nofollow and use least possible graphics....avoid image links and javascript....some seo plugins are available for wordpress....download n install them..do google search..
     
    sat123, Aug 11, 2007 IP
  6. tulip4heaven

    tulip4heaven Well-Known Member

    Messages:
    2,774
    Likes Received:
    86
    Best Answers:
    0
    Trophy Points:
    160
    #6
    You can apply some seo techniques on word press , like post in Title Tag and url instead of default url.
     
    tulip4heaven, Aug 11, 2007 IP
  7. ServiceCube

    ServiceCube Peon

    Messages:
    340
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Send me a PM. ;) I may help you on this.
     
    ServiceCube, Aug 11, 2007 IP
  8. obenix

    obenix Eats an apple a day......

    Messages:
    2,236
    Likes Received:
    180
    Best Answers:
    0
    Trophy Points:
    0
    #8
    obenix, Aug 11, 2007 IP
  9. just-4-teens

    just-4-teens Peon

    Messages:
    3,967
    Likes Received:
    168
    Best Answers:
    0
    Trophy Points:
    0
  10. poseidon

    poseidon Banned

    Messages:
    4,356
    Likes Received:
    246
    Best Answers:
    0
    Trophy Points:
    0
    #10
    poseidon, Aug 11, 2007 IP
  11. IndigoBlack

    IndigoBlack Active Member

    Messages:
    132
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    58
    #11
    I use a great plugin called All In One SEO which helps simplify some of the SEO tasks. The biggest benefit that I've found is that it will use an excerpt of your post as the meta description for each individual post. The benefit I've found for this is that SE will use this description when listing your post.

    It will also allow you to enter unique keywords for each post. It works on WP Pages as well.

    Good luck :)
     
    IndigoBlack, Aug 11, 2007 IP
  12. xeric

    xeric Peon

    Messages:
    612
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #12
    I really got a goon number of useful links.

    Thanks.
     
    xeric, Aug 12, 2007 IP
  13. hitfirmdotcom

    hitfirmdotcom Peon

    Messages:
    33
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #13
    Ya I got some new information as well. Off to upload plugins....
     
    hitfirmdotcom, Aug 12, 2007 IP
  14. tn33

    tn33 Active Member

    Messages:
    229
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    60
    #14
    The "Optimal Title" plugin is very useful and one I use all the time. It adds the post title at the start of your page header title. Also, have the /%postname%/ variable in your permalink structure. This adds the title into your URL.

    Of course, use your targeted keyword in your title of the post and sprinkled throughout the article.

    Tony
     
    tn33, Aug 12, 2007 IP
  15. IndigoBlack

    IndigoBlack Active Member

    Messages:
    132
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    58
    #15
    You can also use this cool hack that I learned about from Chris Pearson. It makes it so that the title of your post/page shows up the same way in the SE.

    Delete the title tags and replace them with this code:

    <title><?php if (is_single() || is_page() || is_archive()) { wp_title('',true); } else { bloginfo('name'); } ?></title>
    Code (markup):
    Then instead of your posts showing up like this: MyBlogName:MyBlogTitle they will show up only as MyBlogTitle. It's just prettier. :D

    P.S. I just realized that I customized the code a little bit for my websites. Therefore I highly recommend that you visit Mr. Pearson's original post for the unaltered code and also a much better explanation as to why you should use it.
     
    IndigoBlack, Aug 12, 2007 IP