Free Blog Comment Tools

November 28, 2009 by leo · Leave a Comment
Filed under: blog tool 

There are several blog comment tool which could find comment, post comment automatically, such as blogsend, BlogCommentDemon, but here I want to highly recommend FreeBlogCommenter, since it is not only free blog comment tool but also can find comment link which is “do follow”,  that means it can add backlinks for our website.

Refer to the following introduction,

As any decent SEO will tell you there are two main factors in ranking high in the search engines and they are content and backlinks. After you have you’re website sorted you will need to start driving backlinks to your site to gain some ranking strength.

The main things to consider when collecting quality backlinks are:

* Relevancy to you’re content
The more relevant the content on the linking page to your website the better, thats why it is important to find pages with your desired keywords in good prominance.
* Anchor Text
This is the text of the link itself, you need to be able to set it yourself and have this as one of your desired keywords
* Dofollow or Nofollow
Dofollow gives a lot more importance to your links and therefore will result in a dramatically higher rank

The Free Blog Commenter v2.0 v3.0 will allow you to find relevant, DoFollow blogs that will allow you to post your comments and links to meaning you can get as many free and easy blog comment links to your website as you can muster.

What’s best about The Free Blog Commenter v2.0 v3.0 is that it is completely FREE

Defect:  this tool just implemented “search blog comment” function, but it can not post comment automatically.

Offical website: http://www.thefreeblogcommenter.com

Download: http://www.freeseoresource.com/download/FreeBlogCommenter.rar

Online blog comment finding website,

http://www.commenthunt.com/
http://www.inlineseo.com/dofollowdiver/
http://www.ezbusinessneeds.com/dofollow.php

Automatical posting tool for wordpress

November 28, 2009 by leo · Leave a Comment
Filed under: blog tool 
How to automatically publish post to wordpress, I think this is a big problem for seoers, after search or purchase, we owned a lot of free & paid wordpress blog hosting, how to manage so many resource?
Here I recommend a python library for WordPress XML-RPC interface,  please see the following introduction, for download you can go to http://code.google.com/p/wordpress-library/
For GUI mode, you can download from http://www.learningpython.com/sources/WordPy_0_1.tar.gz

WordPress is considered one of more appreciate blogs builders. This software is installed from many people and like most tools have a administration user interface based on XML-RPC protocol.

XML-RPC is a protocol for building WebServices that use HTTP and XML messages. WordPress can be controlled (not completely) by remote administration interface through XML messages.

With this library you can control remotely a WordPress installation. Use of library is very simple, you can write a small scripts or full applications that allows you to automate publishing of articles on your blog/site powered by WordPress.

At this time are available these actions:

  • Publishing new post
  • Editing old post
  • Publishing draft post
  • Deleting post
  • Changing post categories
  • Getting blog and user informations
  • Upload multimedia files like movies or photos
  • Getting last recents post
  • Getting last post
  • Getting Trackbacks of post
  • Getting Pingbacks of post
P.S.   before send post to WORDPRESS by XML-RPC , you need to turn on this function in wordpress setting “writing” options.