pgsql: Doc: tweak textsearch.sgml for SEO purposes. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Doc: tweak textsearch.sgml for SEO purposes.
Date
Msg-id E1neOtj-000Ew6-SZ@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Doc: tweak textsearch.sgml for SEO purposes.

Google seems to like to return textsearch.html for queries about
GIN and GiST indexes, even though it's not a primary reference
for either.  It seems likely that that's because those keywords
appear in the page title.  Since "GIN and GiST Index Types" is
not a very apposite title for this material anyway, rename the
section in hopes of stopping that.

Also provide explicit links to the GIN and GiST chapters, to help
anyone who finds their way to this page regardless.

Per gripe from Jan Piotrowski.  Back-patch to supported branches.
(Unfortunately Google is likely to continue returning the 9.1
version of this page, but improving that situation is a matter
for the www team.)

Discussion: https://postgr.es/m/164978902252.1276550.9330175733459697101@wrigleys.postgresql.org

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/d53f689f8f750a3dd8e85bb26ee881892e3e2921

Modified Files
--------------
doc/src/sgml/textsearch.sgml | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: David Rowley
Date:
Subject: pgsql: Docs: avoid confusing use of the word "synchronized"
Next
From: David Rowley
Date:
Subject: pgsql: Docs: adjust pg_upgrade syntax to mark -B as optional