sitemap date format
Date formating in sitemap.xml file for SEO:
The 'lastmod' element has to be of the format YYYY-MM-DD
or YYYY-MM-DDThh:mmTZD
so use:
gmdate('Y-m-d', strtotime($row['modified']['value']))
or
gmdate('Y-m-d\TH:i:s+00:00', strtotime($row['modified']['value']))
Comments
Post a Comment