Re: Adding links to alternate versions of doc pages - Mailing list pgsql-docs

From Steve Atkins
Subject Re: Adding links to alternate versions of doc pages
Date
Msg-id 644C6503-6A40-4557-9618-992FBB9E5DA3@blighty.com
Whole thread Raw
In response to Re: Adding links to alternate versions of doc pages  (Magnus Hagander <magnus@hagander.net>)
Responses Re: Adding links to alternate versions of doc pages  (Magnus Hagander <magnus@hagander.net>)
List pgsql-docs
On Mar 30, 2012, at 6:47 AM, Magnus Hagander wrote:

> On Thu, Mar 29, 2012 at 12:58, Steve Atkins <steve@blighty.com> wrote:
>
>> Having all the specific-version pages use that to point to the
>> non-version URL might help.
>
> Ah, you mean basically a link on every page going back to /current/?
>
> That does bring back the whole problem of filenames/URLs being
> different between different versions of course..

Yup. It's much the same issue, so it'd be something to try as part
of the "add links to other versions" exercise. Simpler, as it'd be reasonable
to add rel="canonical" pointing to the current page only if the versioned
page has the identical filename.

i.e. /docs/<version>/<static-or-not>/tutorial-start.html would have
<link rel="canonical" href="http://www.postgresql.org/current/static/tutorial-start.html">
in it's <head> for all versions, including the most recent.

It's sort of lying to the search engine categorizer, but might hint
it to do what we'd like. Whether it's a good idea or not, I'm not sure.
It'd be nice to get some hints from someone who understands SEO.

Cheers,
  Steve


pgsql-docs by date:

Previous
From: Michael Nolan
Date:
Subject: Re: Is someone actively working on the binary replication tutorial wiki page?
Next
From: Magnus Hagander
Date:
Subject: Re: Adding links to alternate versions of doc pages