Description
When I google Rust-related topics I often land on the dead links from the old book, e.g.:
https://www.google.co.uk/search?q=rust+enum
for me the first result is:
https://doc.rust-lang.org/book/enums.html
It even has a relevant (out of date?) description:
Enums. An enum in Rust is a type that represents data that is one of several possible variants. Each variant in the enum can optionally have data associated with ...
but the page itself looks like a 404. It does not contain the content I searched for. There is a link to the book page in the block of text, but landing on that page gives such an off-putting "dead-end" impression that I didn't notice it until half way of writing this bug.
Can you remove these "redirect" pages with robots.txt? (or HTTP redirect straight to /first-edition
)
Having such pages on the official domain makes a very negative impression — it looks like a combination of a broken link and abandoned out of date documentation.