pgsql: Doc: tweak textsearch.sgml for SEO purposes.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Doc: tweak textsearch.sgml for SEO purposes.
Дата
Msg-id E1neOtj-000Ew6-SZ@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: David Rowley
Дата:
Сообщение: pgsql: Docs: avoid confusing use of the word "synchronized"
Следующее
От: David Rowley
Дата:
Сообщение: pgsql: Docs: adjust pg_upgrade syntax to mark -B as optional