Sitemap with Rtag can speed up search engine crawling. Baidu search engine can respond to sitemap updates more quickly. refer:https://ziyuan.baidu.com/college/articleinfo?id=456
options:{ Etag:true }
I was not aware of this optimization by Etag Header optmization for the Baidu search engine ๐
We should be able to take inspiration from this code from Nuxt: https://github.com/nuxt/nuxt.js/blob/76b1167d27b39a19ae2556334cd59e04ae19c1a8/packages/server/src/middleware/nuxt.js#L39-L49
sonofmagic
1 activity
I was not aware of this optimization by Etag Header optmization for the Baidu search engine ๐
We should be able to take inspiration from this code from Nuxt: https://github.com/nuxt/nuxt.js/blob/76b1167d27b39a19ae2556334cd59e04ae19c1a8/packages/server/src/middleware/nuxt.js#L39-L49