From e29cb9a1304b4cd36a1264fc8792ae92e3b836bb Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Tue, 25 Jun 2024 14:14:43 +0000 Subject: [PATCH] Bug 33317: (follow-up) Improve system preference description --- .../prog/en/modules/admin/preferences/opac.pref | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref index e667d9aa05..8c2c30d7fd 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref @@ -61,11 +61,15 @@ OPAC: - pref: OpacMetaDescription type: textarea - - - "Improve search engine crawling." + - "Control how search engines index the OPAC by adding a robots meta tag with" - pref: OpacMetaRobots multiple: noindex: "noindex" nofollow: "nofollow" + - "options.
" + - "
nofollow: This option tells search engines not to follow any links on the OPAC. If you don't specify this rule, search engines may use links on the page to discover those linked pages." + - "
noindex: This option instructs search engines not to index the OPAC at all. This means the OPAC won't appear in search results. This might be useful for internal library catalogs that are not intended for public search." + - "
both: Search engines won't follow any links on the OPAC and won't index the OPAC itself." - - By default, show bibliographic records - pref: BiblioDefaultView -- 2.39.2