Selon la FAQ de http://www.sitemaps.org on peut "pinguer" les moteurs pour signaler la mise a jour du plan sitemap
D'après nos test celà fonctionne chez google avec l'url : https://www.google.com/webmasters/sitemaps/ping?
(cf https://www.google.com/support/webmaster ... topic=8496 )
J'ai lu également, que ce protocol pouvait être utilisé pour yahoo! et bientot pour MSN / Live
avez-vous l'adresse à pinguer pour yahoo! ?
Q: What do I do after I create my Sitemap?
Once you have created the Sitemap file and placed it on your webserver, you submit it to search engines that support the Sitemaps protocol. The search engines can then retrieve your Sitemap and make the URLs available to their crawlers. Refer to each search engine's documentation for more information about submitting to them. You can also submit your Sitemap using an HTTP request (replace <searchengine_URL> with the URL provided by the search engine):
Issue your request to the following URL:
<searchengine_URL>/ping?sitemap=sitemap_url
For example, if your Sitemap is located at http://www.example.com/sitemap.gz, your URL will become:
<searchengine_URL>/ping?sitemap=http://www.example.com/sitemap.gz
URL encode everything after the /ping?sitemap=:
<searchengine_URL>/ping?sitemap=http%3A%2F%2Fwww.yoursite.com%2Fsitemap.gz
You can issue the HTTP request using wget, curl, or another mechanism of your choosing. A successful request will return an HTTP 200 response code; if you receive a different response, you should resubmit your request. The HTTP 200 response code only indicates that the search engine has received your Sitemap, not that the Sitemap itself or the URLs contained in it were valid. An easy way to do this is to set up an automated job to generate and submit Sitemaps on a regular basis.
Note: If you are providing a Sitemap index file, you only need to issue one HTTP request that includes the location of the Sitemap index file; you do not need to issue individual requests for each Sitemap listed in the index.
D'après nos test celà fonctionne chez google avec l'url : https://www.google.com/webmasters/sitemaps/ping?
(cf https://www.google.com/support/webmaster ... topic=8496 )
J'ai lu également, que ce protocol pouvait être utilisé pour yahoo! et bientot pour MSN / Live
avez-vous l'adresse à pinguer pour yahoo! ?