Updateable Google Sitemap for ASP.NET 3.5 Web App Project
问题 I am working on an ASP.NET 3.5 Web Application project in C#. I have manually added a Google-friendly sitemap which includes entries for every page in the project - this is not a CMS. <url> <loc>http://www.mysite.com/events.aspx</loc> <lastmod>2009-11-17T20:45:46Z</lastmod> <changefreq>daily</changefreq> <priority>0.8</priority> </url> The client updates events using an admin back-end. Other than that, the site is relatively static. I'm trying to decide on the best way to update the <lastmod>