Re: an attempt to fix the Google search problem

From: Greg Stark <stark(at)mit(dot)edu>
To: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
Cc: PostgreSQL www <pgsql-www(at)postgresql(dot)org>
Subject: Re: an attempt to fix the Google search problem
Date: 2016-11-10 18:32:02
Message-ID: CAM-w4HPuxLRPYCX9M7A11ZXTLpAsVJXXvFzcficSTYcrRxRkyQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-www

On Wed, Nov 9, 2016 at 4:34 PM, Peter Eisentraut
<peter(dot)eisentraut(at)2ndquadrant(dot)com> wrote:
> I believe I have a promising fix for that. By adding a <link
> rel="canonical"> to the documentation pages that point to the "current"
> version, search engines will be encouraged to return the current version
> search results.

I don't think this "encourages" them to return the current version. I
believe it teaches them that they should only ever return the current
version and the old versions are just copies of it that should never
be returned.

We could perhaps adopt that attitude altogether though. Treat all the
versions as the same page with a selector at the top between the
versions. When you land on a page if you don't pass an explicit
version as a parameter always assume the current version. Unless
people start linking to specific versions in which case the problem
starts all over.

--
greg

In response to

Responses

Browse pgsql-www by date

  From Date Subject
Next Message Magnus Hagander 2016-11-10 19:51:56 Re: an attempt to fix the Google search problem
Previous Message Daniel Gustafsson 2016-11-10 15:05:31 Re: an attempt to fix the Google search problem