Bugzilla – Attachment 163988 Details for
Bug 35812
Should specify canonical URLs to help search indexers
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PATCH 2/4] Bug 35812: Add canonical URL for biblio details page
0002-Bug-35812-Add-canonical-URL-for-biblio-details-page.patch (text/plain), 1.53 KB, created by
Michał
on 2024-03-27 12:28:20 UTC
(
hide
)
Description:
[PATCH 2/4] Bug 35812: Add canonical URL for biblio details page
Filename:
MIME Type:
Creator:
Michał
Created:
2024-03-27 12:28:20 UTC
Size:
1.53 KB
patch
obsolete
>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' %] > <title>Details for: [% INCLUDE 'biblio-title-head.inc' %] › [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog</title> >+<link rel="canonical" href="[% OPACBaseURL | url %]/bib/[% biblio.biblionumber | url %]" /> > [% 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 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 35812
:
163987
|
163988
|
163989
|
163990
|
164242
|
164243
|
164244
|
164245
|
166404
|
166405
|
166406
|
166407