Preventing inaccurate lastmod with diffing #426
ryaneghrari
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As far as I know everytime
next-sitemap
runs it will generate newlastmod
values based on the current date for each page. This is not ideal as the page might not be changed. It's not a major deal as it seems that google ignores this field if it is inaccurate but for larger sites it could be an issue because it google may not index changed pages (as it doesn't know which have changed and which haven't)A potential solution to this would be to use the configs transform function.
Would be cool to have this by default
Beta Was this translation helpful? Give feedback.
All reactions