From bfbadc27bfbf6fba0ba4af8800dc801f4b96d483 Mon Sep 17 00:00:00 2001 From: MichaƂ Kula <148193449+mkibp@users.noreply.github.com> Date: Wed, 27 Mar 2024 10:16:06 +0100 Subject: [PATCH 2/4] Bug 35812: Add canonical URL for biblio details page This adds a nice canonical URL for search engines to use. Will prevent duplicates with different URL query parameters from getting indexed separately, will also prevent search engine confusion when opac-search.pl redirects to opac-detail.pl when there's just one result. Should result in prettier/simpler URLs in the search engines too, plus removal of constant warnings in Google Search Console and other tools. --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt | 1 + 1 file changed, 1 insertion(+) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt index 603710f1b4..0a39ed8c86 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt @@ -31,6 +31,7 @@ [% INCLUDE 'doc-head-open.inc' %] Details for: [% INCLUDE 'biblio-title-head.inc' %] › [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog + [% Asset.css("lib/emoji-picker/css/emoji.css") | $raw %] [% IF ( Koha.Preference('OPACShowMusicalInscripts') ) %] [% Asset.css("lib/verovio/midiplayer.css") | $raw %] -- 2.42.0.windows.1