I am creating an app that will automatically update sitemap.xml each time new content is added to, or updated on the site.
sitemap.xml
According to Google\'s best pract
In PHP, you can use :
$lastmod = date("Y-m-d\Th:m:s+00:00");
This will display something like:
2018-02-14T08:02:28+00:00