https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35812

Martin Renvoize <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #164242|0                           |1
        is obsolete|                            |

--- Comment #17 from Martin Renvoize <[email protected]> ---
Created attachment 166404
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=166404&action=edit
Bug 35812: add noindex attribute to search result pages in OPAC

This will prevent search engines from putting the search results pages into
their indexes, to prevent cluttering of the search results and give better
visibility to the actual bibliographic records' pages.

Note that "noindex" is separate from "nofollow", meaning that the search engine
is allowed to get and process the search results page and extract ("follow")
further links from it, such as links to biblio records, which is exactly what
we want.

This approach is better to the sitemaps, which search engines are free to
choose whether to use or not, based on multiple factors such as the size of the
page. In practice for small pages Google will just not download them at all,
meaning that indexing by following links around is the only way the indexer
will extract any links.

Note that for this to work properly, you must NOT block the affected pages in
your robots.txt file (they're not blocked by default).

Also, this patch moves "cssinclude" block in opac-results.tt inside of <head>,
because in all other templates it's inside, meaning its current positioning is
a small mistake I fixed while at it.

Signed-off-by: Pedro Amorim <[email protected]>
Signed-off-by: Martin Renvoize <[email protected]>

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to