Project

General

Profile

Actions

Feature #15818

closed

Please hide ruby-doc.org pages for EOL releases from the Google index

Added by nelhage (Nelson Elhage) almost 5 years ago. Updated almost 5 years ago.

Status:
Rejected
Assignee:
-
Target version:
-
[ruby-core:92528]

Description

It's a very common experience that if I google a Ruby method or class, the top Google link to me points to the docs for Ruby 2.2 or 2.1 or even 1.9 or 1.8. As a recent example, googling [ruby unicode_normalize] finds me https://ruby-doc.org/stdlib-2.2.1/libdoc/unicode_normalize/rdoc/String.html as the first link.

It would be awesome if ruby-doc.org hid EOL releases (or maybe even all releases except the newest) from the Google index, or somehow caused them to be downgraded. I'm not sure precisely what tools Google makes available for this, but hiding them entirely via robots.txt would be a simple (if slightly heavyweight) option.

Updated by shevegen (Robert A. Heiler) almost 5 years ago

I don't have a particular pro/con opinion on the suggestion itself, but I do agree with the problem
that we often end up finding old(er) documentation by default - most certainly when doing a search
through Google but perhaps also by using other search sites (not sure, but possibly so).

I myself run into this problem every now and then. Often it helps if I use a link such as
https://ruby-doc.org/stdlib instead, rather than the specific version, but sometimes even this
leads to problems/errors such as non-existing pages. So from this point of view, I think it would
be useful if we could do something about it. (Although I am not sure how much control one has
over ruby-doc.org, but perhaps using something like https://doc.ruby-lang.org would be better
anyway).

Again - I have no particular pro/con opinion on the "hiding EOL releases" per se (perhaps that has
problems or drawbacks), but I do think that this can indeed cause slight frustration. I would
assume that the most natural goal is to find current up-to-date documentation, but sometimes
people will find documentation for ruby 1.9 or something like that, and that is really really
quite outdated; only a small fraction of users would prefer 1.9 docs over, say, 2.5 docs or
similar. I understand a "third-party issue", but I believe even then it would be in the best
interest for ruby as a whole to be able to tell people to refer to the most current documentation,
even if Google is to be blamed for it (but even the Google engineers should agree that it
may be more useful for people to see more recent documentation, so something is strange in
their algorithms in that case if they prioritize e. g. 1.9.x over 2.5.x or so - perhaps
someone can tell them to have a look at it from their side too).

For what's its worth, rubygems.org works fairly nice. One can use markdown files for documentation
and while markdown may not be perfect, I think it is very useful and very simple. It's quite
simple on rubygems.org to find most up-to-date documentation for gems. Perhaps in the long run
it may be worthwhile to see if the core docs would also use something like that or perhaps even
be hosted at rubygems.org too (at the least the gems there), but I guess this may take longer;
just may require discussion for future. Some ruby core contributors are very active in this
regard (in general), e. g. Hiroshi Shibata but of course others as well. Of course this is only
my personal opinion that rubygems.org may work better here than ruby-doc.org, so your mileage
may vary.

So from a general point of view about the underlying issue(s), I agree with nelhage.

Updated by mame (Yusuke Endoh) almost 5 years ago

  • Status changed from Open to Rejected

As far as I know, ruby-doc.org is a third-party project. The footer of the site says:

Ruby-doc.org is hosted and maintained by James Britt and the Neurogami secret laboratory.
Questions? Problems? Praise? Suggestions? Write to

So, please contact on that email address.

(I'm sorry if I misunderstand something. Feel free to reopen this in such a case.)

Actions

Also available in: Atom PDF

Like0
Like0Like0