Invalid date in sitemaps
-
WordPress version: 3.5.1
WordPress SEO version: 1.4.9The categories loc has a wrong format of the lastmod date. Both standard and custom posts categories.
<sitemap> <loc>https://www.foo.com/event-sitemap.xml</loc> <lastmod>2013-06-06T00:47:57+00:00</lastmod> </sitemap> <sitemap> <loc>https://www.foo.com/category-sitemap.xml</loc> <lastmod>2013-06-21 03:10:14</lastmod> </sitemap> <sitemap> <loc>https://www.foo.com/event-categories-sitemap.xml</loc> <lastmod>2013-06-06 00:47:57</lastmod> </sitemap> <sitemap> <loc>https://www.foo.com/author-sitemap.xml</loc> <lastmod>2013-06-21T10:37:38+00:00</lastmod> </sitemap>
- The topic ‘Invalid date in sitemaps’ is closed to new replies.