March 14, 2008 – 4:17 pm
Next to stats, the second most important aspect in building out your blog is making sure it is sending out pings after every post you make.
What are pings? A ping is a XML-RPC-based push mechanism by which a blog notifies a server that its content has been updated. An XML-RPC signal is sent to one or more “ping servers,” which can then generate a list of blogs that have new material. Many blog authoring tools automatically ping one or more servers each time the blogger creates a new post or updates an old one. (thanks wikipedia).
Basically it tells the world that you have put up new content and notifies sites you are pinging to so they can send over their robots to spider your fresh content. Once it is spidered and indexed, users can search through your content on various blog search engines. This also seems to help me get my content into Google within a day.
I opted to install MaxBlogPress Ping Optimizer. I chose this because the default pinging option in wordpress pings the services every time you post new content and edit content, which can lead you to being banned for ping spamming. MaxBlogPress will only ping when publishing new posts.
Installation:
Once again the install is very easy. You can FTP the files up or to save time, just SSH into your server and change to the wordpress plugins folder and do the following:
wget http://downloads.wordpress.org/plugin/maxblogpress-ping-optimizer.zip
unzip -x maxblogpress-ping-optimizer.zip
Then login to your admin panel and activate the plugin.
Now in the admin panel still, click on options and MBP Ping Optimizer. These are the pinging servers I am using:
http://rpc.pingomatic.com/
http://www.blogpeople.net/servlet/weblogUpdates
http://bulkfeeds.net/rpc
http://ping.myblog.jp
http://ping.bloggers.jp/rpc/
http://bblog.com/ping.php
You can add whichever ones you want.
Posted in Tutorials | 1 Comment »