A small (but I realize not simple) suggestion.
Issue:
When searching via google for dorico reference docs, it’s very common for older versions of the manual to fill the results (often with no recent versions in the first multiple pages).
This confuses new users, and can be frustrating to work around for experienced ones, since there’s no easy way to navigate to the same topic in a current version.
As an example, Scikit Learn (popular python machine learning library), not only recognizes and warns the user that they’re looking at an old version of the docs, but provides a direct link to the same topic in the current version.
Example here (I guess I can’t include links in posts?):
https://scikit-learn.org/1.5/auto_examples/cluster/plot_kmeans_silhouette_analysis.html
I realize this is accomplished by using a very different URL scheme than dorico docs do (especially, replacing the specified version in the URL with stable
always links to the current stable branch), but I’m sure there are other approaches using redirects that would work as well.
A frequent user/lurker of either the Facebook group or forum would probably agree that referencing the wrong version of the manual is a pretty common occurance, and I think something like this would remove that issue (or at least shift more agency to the user to recognize they’re using the wrong version).
Plus, it could be a pretty solid bandaid solution to google’s complex ranking behavior prioritising older manual versions.