Pinging Search Engines when Sitemaps Change
July 18, 2007
Here's another little known feature about the sitemaps protocol, you can actually ping search engines and crawlers to tell them about your sitemap, or to tell them that it has changed.
It's pretty simple all you need to do is send a HTTP request to:
http://search-engine-ping-url-goes-here/ping?sitemap=sitemap_url
A few notes:
- The search engine ping url for google is
http://www.google.com/webmasters/tools/ping - Your sitemap url should be URL encoded, that means use the
URLEncodedFormatfunction if your using ColdFusion. - If the ping is valid, it will return a HTTP 200 OK response code.
Related Entries
- Sitemap hint in robots.txt - June 13, 2007
- Google Webmaster Stats - November 17, 2005
- Google Sitemaps Accepts RSS and Atom Feeds - September 12, 2005
- Google Site Verification - September 12, 2005
- Loss of traffic due to Google sitemaps - July 24, 2005



add to del.icio.us



