Open
Description
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/betaor
doc.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?)