Closed Thread
Results 1 to 8 of 8
  1. #1
    Join Date
    Jan 2009
    Posts
    19
    Downloads
    0
    Uploads
    0

    Default SEO tips for Wordpress

    So… What does it do and why is it useful for search engine optimizing your WordPress site?

    Well, have a look at the link to continue this review below (if your on the index page!) - that’s what it does! But why is it useful?

    Well, basically this plugin helps you to change the text of your standard more link (e.g. “Read the rest of this entry »” in Kubrick) and allows you to add your own text into the link.

    It’s a simple idea but very effective.

    Why is this important from an SEO perspective?

    Well, it means that you can create a keyword dense link pointing to a context relevant page. Any good keywords inside links usually help your site get ranked more than generic non-keyword specific links on your site.

    For example, having links to “home” on your site is basically wasting a link - since every keyword in your links contribute to helping the search engines find your site, just by having a good keyword inside the text link to your homepage will help with your internal site linking strategy.

    This More Unique plugin for WordPress is a great way of helping you to provide a bit more control over optimizing your WordPress site for the search engines. And lets face it - every little helps…

    However, a word of warning - the plugin might not appear to work in version 2.1.x. For whatever reason, Kaf hasn’t amended the code for the downloaded file - instead a fix for the “More Unique” plugin can be found in the comments underneath. Funny how some people don’t check these things…

    It’s relatively simple to do:

    1. Go to your Admin area and click on Plugins / Plugin editor.
    2. Click on the “More Unique” link on the right hand side
    3. You’ll be given the source of the plugin to add the fix (or mess up)
    Important: I would recommend copy and pasting this code into Notepad first *before* you start playing!.
    4. Look for the line:

    $more_unique = $post_meta_cache[$id]["$key"]Ύ](Note: you can also comment this out by adding two forward slashes - i.e. //)
    5. Replace this with:

    $more_unique = get_post_meta($id, $key, true);
    6. Click on the “Update” button for the file and you’re done!

    Alternatively, you could just download the file I’ve just amended to save you the hassle of doing this. You can [drain file 1 url download the version of the More Unique plugin for WordPress with the fix] here (Size: [drain file 1 size], Updated: [drain file 1 updated]).

    “More Unique” - The Downside Of The Plugin

    The only problem about this plugin is that each “more” link needs to be manually configured. Every time you create a page, it’s an extra thing to worry about and another thing to put on your “SEO things to make sure of *before* posting” checklist. It’s a minor inconvenience but it would be nice to see some more generic “more link” options for WordPress built into this plugin.

    On the whole, it’s well worth checking out this plugin and adding it to your collection.

  2. WebmasterServe Adverts:
  3. #2
    Join Date
    Aug 2004
    Location
    London
    Posts
    4,286
    Downloads
    0
    Uploads
    0
    Blog Entries
    30

    Default

    Nice useful post, rep added.

  4. #3
    Join Date
    Jan 2009
    Posts
    19
    Downloads
    0
    Uploads
    0

    Default

    thanks for the idea dude!

  5. #4

    Default

    Thanks for this nice post. I had a problem with my wordpress blog before. It had a PR3 but after several months the PR was gone and I am very much sure that I did not do anything illegal or anything that violates google's rules. After several months it has a PR2 again. Whew

  6. #5
    transio Guest

    Default

    Thanks. nice post.

  7. #6
    Join Date
    Feb 2009
    Posts
    19
    Downloads
    0
    Uploads
    0

    Default

    Hi,

    It's really quite useful post and will help to energize my blog.
    Last edited by temi; 04-03-2009 at 09:39 PM.

  8. #7

    Default

    Really awesome tips for Wordpress. Wordpress is such good platform for SEO and you can not ignore these useful suggestions because these are useful.

  9. #8

    Default

    Great tips for WordPress.I will try it.Thanks for sharing.

Closed Thread

Similar Threads

  1. Some tips on how to promote your blog
    By Luq in forum Blogs and Blogging
    Replies: 17
    Last Post: 05-25-2011, 10:29 AM
  2. KeyWords Optimization - Tips
    By kks_krishna in forum Search Engine Marketing
    Replies: 1
    Last Post: 01-29-2009, 01:09 PM
  3. Choosing the Right Broadband Package Tips
    By TeamPlayer in forum General Webmaster Discussions
    Replies: 1
    Last Post: 12-19-2008, 03:01 PM
  4. Tips to avoid scams on forums.
    By Neon in forum Computers
    Replies: 0
    Last Post: 12-13-2008, 04:19 AM
  5. Tips for forum owners
    By Footzilla in forum Search Engine Marketing
    Replies: 6
    Last Post: 05-16-2008, 09:47 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110