uhaciogullari / SimpleMvcSitemap

A minimalist library for creating sitemap files inside ASP.NET MVC and ASP.NET Core MVC applications
MIT License
128 stars 39 forks source link

lastmod is Date, not DateTime #28

Closed aethercowboy closed 6 years ago

aethercowboy commented 6 years ago

Please see: https://www.sitemaps.org/protocol.html

According to the spec, lastmod should be of the form YYYY-MM-DD. Currently, it is not, and this is causing sitemap validation errors with Google Search Console.

uhaciogullari commented 6 years ago

Duplicate of #16