Discussions
NEW! BlogCatalog XML-RPC Ping Service
Posted by thegoodknife • 6/12/07 • Subscribe to this Discussion [RSS] • Report This Topic
Topics: announcement, blogcatalog, feedback, update
Weve just launched our new BlogCatalog Ping Service. This service allows advanced bloggers to notify BlogCatalog when their blog has been updated. Once you ping BlogCatalog we will bump your blog to the top of the crawler queue allowing your content to be indexed sooner.
You can tell your blog software up to ping BlogCatalog automatically by adding http://rpc.blogcatalog.com/ into your blog's ping configuration.
Or you can build your own. BlogCatalog accepts XML-RPC pings to rpc.blogcatalog.com.
Your XML-RPC message should look like this:
HTTP Request Header
* POST / HTTP/1.0
* User-Agent: YOUR AGENT HERE
* Host: rpc.blogcatalog.com
* Content-Type: text/xml
* Content-length: 250
XML message
<?xml version="1.0"?>
<methodCall>
<methodName>weblogUpdates.ping</methodName>
<params>
<param>
<value>YOUR BLOG NAME HERE</value>
</param>
<param>
<value>http://www.YOURBLOGURL.com/</value>
</param>
</params>
</methodCall>
User Comments
-
-
To add to wordpress goto 'Options' then 'Writing' and at the bottom you will see 'Update Services'. simply add rpc.blogcatalog.com on its own line and save.
-
-
What? Is it something I can copy code and then paste it on my blogtoolkit.com?
Am I the only blogtoolkit.com, writer?
Where can I get the blogcatalog widget copy code, for their button, please. Thank you
-
-
-
Is there a way to manually ping? I update my blog at least twice a day and am on Blogger, so can't use the automatic pinging.
Add Your Comment
Login to leave a message.






















