Recently, I moved my site to a new ISP. Normally, this would not involve resubmitting to search engines, but I had to change the URL to include my blog name, so the URLs were all changed. Hence, the resubmission problem.
Submitting to google, yahoo, and a few others was the same, but when I tried ask.com, I realized that the protocol had changed in the past few years. Instead of giving one of the search engines the URL of your site, it has become increasingly common to require that the site have a sitemap file that lists all of the URLs that you wish to have submitted. Since I could not find code to do this, I rolled my own.
- Download sitemap.py
- Based on protocol specification here
- Directory walking classes adapted from recipe at ActiveState.com

Leave a comment