Google Blog Search启用Ping服务,有feed的网站可以通过手动提交或自动提交方式提交
没有自动通知功能的blog可通过手动提交.进入以下地址后输入你要提交的feed源
http://blogsearch.google.com/ping
如有自动通知功能的blog可通过自动提交方式.在相应的ping服务器设置内增加以下地址,当有新日志发布时就可自动通知Google Blog Search了
http://blogsearch.google.com/ping/RPC2
Google Blog Search 官方说明原文
An XML-RPC client should construct requests with the following elements:RPC endpoint: http://blogsearch.google.com/ping/RPC2
Method name: weblogUpdates.extendedPing
Parameters: (should be sent in the same order as listed below)Name of site
URL of site
URL of the page to be checked for changes
URL of RSS, RDF, or Atom feed
Optional a name (or "tag") categorizing your site content. You may delimit multiple values by using the '|' character.The XML-RPC response will contain a
with two members: flerror (Boolean) set to true/1 if an error occurred
message (string) containing either "Thanks for the ping." (if successful) or an error message (if unsuccesful).
Setting up a REST ClientA REST client should construct requests with the following elements:
URL: http://blogsearch.google.com/ping
Parameters:
name = name of blog
url = URL of blog
changesURL = URL of RSS, RDF, or Atom feed (optional)
The response will be plain-text content of either "Thanks for the ping.", if successful, or an error message.
如需更多帮助可访问http://www.google.com/intl/en/help/blogsearch/pinging_API.html以了解更多(英文).