Add rustdoc option to make old docs "less important" to make search engine results more pertinent
I think about something like:
rustdoc --robots-options="less-important" # or whatever option it is for search engine robots
However, this option will need to be called for the version specific docs generation (I'm talking about doc.rust-lang.org/doc/1.x.y) and not on "not specific" docs ( doc.rust-lang.org/doc/stable, ``doc.rust-lang.org/doc/betaordoc.rust-lang.org/doc/nightly`). Maybe you know something about this @Mark-Simulacrum? (wild guess)
cc @QuietMisdreavus (does the option's name seems ok to you?)
My understanding is that this would generate different HTML, meaning we'd have to ship new releases.
We already have a solution to this problem with https://github.com/rust-lang/rust/issues/44687, IMO
Steve Klabnik at 2018-03-02 15:50:48
We talked about it on IRC and apparently, a simple solution would be to just update the
robots.txtonce and for all.Guillaume Gomez at 2018-03-03 15:36:18
#68677
Kornel at 2020-04-20 09:08:21