what should be the `lastmod` in a nextjs sitemap?
Unanswered
Giant Angora posted this in #help-forum
Giant AngoraOP
My sitemap returns objects like this
What should be the
return [
{
url: `${baseUrl}`,
lastModified: new Date(),
},What should be the
lastModified property be? Should it update like this eavh time? What if I had a post in there? Should the last updated property be tied to the actual date when the property was last updated?2 Replies
Giant AngoraOP
@Ray does this mean that sitemap will become irrelevant or something?