You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ricardochl
changed the title
Priority and ChangeFreq values are missing in the sitemap generation
Priority and ChangeFreq properties are missing in the sitemap generation
Dec 27, 2024
I am also interested in setting the <lastmod> of each page (for example to the last modified date of the markdown file).
Setting <priority> and <changefreq> would be nice too, but these values are not so important anymore and Google completely ignores these values according to the docs:
Google ignores <priority> and <changefreq> values.
Google uses the <lastmod> value if it's consistently and verifiably (for example by comparing to the last modification of the page) accurate.
I think it would be useful to make the sitemap more flexible also. Maybe it would be better to have a sitemap key in the prerender route object and use those keys to add additional items to each sitemap entry.
Which scope/s are relevant/related to the feature request?
create-analog
Information
Analog does not have a built-in way to set up the
priority
andchangefreq
properties in the current sitemap configuration.Describe any alternatives/workarounds you're currently using
It would be a potential structure for the
routes
param:No response
I would be willing to submit a PR to fix this issue
The text was updated successfully, but these errors were encountered: