From 517b7bd1a77fae623732ccb56462e902967eed49 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 Signed-off-by: Lucas Gass Signed-off-by: Katrin Fischer --- .../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.5