How to properly format last modified (lastmod) time for xml sitemaps

后端 未结 6 475
礼貌的吻别
礼貌的吻别 2021-02-05 05:37

I am creating an app that will automatically update sitemap.xml each time new content is added to, or updated on the site.

According to Google\'s best pract

6条回答
  •  醉话见心
    2021-02-05 06:34

    Properly format last modified (lastmod) time for XML sitemaps in C#

    var ss = DateTime.Now.ToString("yyyy-mm-ddThh:mm:ss:zzz");
    

提交回复
热议问题