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
In sitemap.xml, the sort order should prioritise the user-selected default version (Admin > Versions > Default Version) in the backend instead of setting latest to highest priority. In many cases (and also by definition), latest points at development documentation while stable is the version most people should be using, and should appear first in search results.
To some extent, it depends on the current development focus. Sometimes patches are released to a stable version, which results in updates to the stable documentation. Other times the focus is on new features, so latest sees most of the updates, and beta users (testnet) are the main audience.
If it is not possible to define changefreq in settings or conf files, I think your proposal makes reasonable sense for most projects. The bug report pertains mostly to respecting the user-selected "Default Version", any changefreq weekly or faster is fine with me personally.
We won't probably accept a configuration option for this. So, I prefer to go forward with my proposal considering that you also think it's reasonable for most of the projects :)
In
sitemap.xml
, the sort order should prioritise the user-selected default version (Admin > Versions > Default Version) in the backend instead of settinglatest
to highest priority. In many cases (and also by definition),latest
points at development documentation whilestable
is the version most people should be using, and should appear first in search results.Example from: https://docs.dash.org/sitemap.xml
stable
should be higher priority thanlatest
, but the reverse is true.The text was updated successfully, but these errors were encountered: