Pinging google sitemap after every new article submission?

后端 未结 4 1111
时光取名叫无心
时光取名叫无心 2020-12-24 06:49

As you may know, by using the following url, you can \'ping\' google to update its record of your sitemap:

https://www.google.com/ping?sitemap=URLOFSITEMAP.x         


        
4条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-24 07:18

    As of 2015, Google no longer suggests a rate limit in their documentation.

    It is in Google's best interest to know when fresh articles are created so it is worth pinging them with your sitemap, or at least some kind of "Fresh Articles" sitemap when new articles are published.

    Googlebot will request your sitemap every time your ping it. It sends requests headers to check the newness of the resource. So if you plan on submitting a sitemap frequently, make sure your server will handle the request correctly. Otherwise, you might return a 304 (Not Modified) and Googlebot won't actually get the file.

提交回复
热议问题