Next.js Discord

Discord Forum

what should be the `lastmod` in a nextjs sitemap?

Unanswered
Giant Angora posted this in #help-forum
Open in Discord
Giant AngoraOP
My sitemap returns objects like this
  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