Jeremy Zawodny has a good writeup where he poses the question, what if search engines listened to pings? or offered a compatible ping API?

I’m not involved with search but I do agree with his four critical variables about getting search right. Now I’ve only taken a cursory look at Google Sitemaps and haven’t yet attempted to roll it out, but from what I’ve read of the FAQ the concept will improve comprehensiveness and help freshness to the extent that we can provide hints on update frequency, pages to index, etc. Basically it will make the job of the crawler easier and hopefully more relevant. Google does provide ping-like interface for submitting (and re-submitting) sitemaps so functionality-wise, it isn’t all that different from weblog pinging, just a lack of support by existing tools.

I’m also not convinced that by opening a public weblog-like ping service that the amount of bunk requests (from spammers or otherwise) would pose an unsurmountable problem to a company like Google (or Yahoo or Microsoft for that matter). I agree with Jeremy’s comment that with an installed base of several million ping generators, does it really make sense to re-invent the wheel.

I see support for sitemaps as a step along the evolutionary trail towards more comprehensive indexing, improved ping support might come next, who knows? Some might consider Google Sitemaps to be a step sideways in implementation, but I’ll wait and see what kind of value it presents before passing judgement.


Leave a Comment




  • Windows Live Writer isn’t bad Until recently, the bulk of my writing was done on a Mac using Ecto.  I was looking for a suitable publishing tool for Windows and was directed towards ...

  • Pet Peeve: Don’t email my password to me in plain text You know the drill. Signup for some random service on the internet Receive a confirmation email with your account information or Forget a password for some random service ...

  • Eclipise Memory Analyzer (MAT) I must say the Eclipse Memory Analyzer looks pretty slick. There is some pretty good material over on the developers blog. Lastly, there was a talk on it ...

  • Open-source Web-based Code Review Tool: Rietveld Guido van Rossum, of Python fame, has recently released a Django-based application that enables web-based code reviews... Rietveld. It supports any language and currently can hook into Subversion repositories. You ...

  • An implementation of the JVM in Javascript? Caught this over on JavaPosse Google Groups. Essentially, some bright fellows over in Japan have developed a bytecode->javascript compiler. There's a demo floating around that took a Tetris ...