Re: once more: documentation search indexing

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: Peter Geoghegan <pg(at)bowt(dot)ie>
Cc: "Jonathan S(dot) Katz" <jkatz(at)postgresql(dot)org>, Michael Christofides <michael(at)pgmustard(dot)com>, Magnus Hagander <magnus(at)hagander(dot)net>, Andres Freund <andres(at)anarazel(dot)de>, PostgreSQL WWW <pgsql-www(at)lists(dot)postgresql(dot)org>
Subject: Re: once more: documentation search indexing
Date: 2022-04-14 22:21:48
Message-ID: E19231CA-4D45-4FE4-9BD1-EB76601CB7DF@yesql.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-www

> On 14 Apr 2022, at 18:23, Peter Geoghegan <pg(at)bowt(dot)ie> wrote:
>
> On Thu, Apr 14, 2022 at 1:25 AM Daniel Gustafsson <daniel(at)yesql(dot)se> wrote:
>> If we want to keep outdated version away from the search results they need a
>> noindex attribute in <head>:
>>
>> <meta name="robots" content="noindex">
>
> I see.
>
> Do you think that doing so for out of support releases would improve
> our search results? Do you see any potential downsides?

I don't really have a good answer, googlebot et.al acts in mysterious ways. It
shouldn't affect searching for up to date information since we identify
/current as the canonical version of pages in backbranches (supported or not).
But if an 8.4 page is indexed and linked to from a gazillion stack overflow
posts, then who knows how that shifts the results.

Given how it works right now, and what we know, I would err on the side of
caution and keep them indexed - but that's a highly unscientifically based
opinion.

--
Daniel Gustafsson https://vmware.com/

In response to

Responses

Browse pgsql-www by date

  From Date Subject
Next Message Robert Treat 2022-04-16 15:02:27 Re: once more: documentation search indexing
Previous Message Peter Geoghegan 2022-04-14 16:23:37 Re: once more: documentation search indexing