Reduce number of indexed pages

Removes some package search pages from search results. Also removes all package thread lists (as they are redundant)
This commit is contained in:
rubenwardy
2023-04-24 00:17:26 +01:00
parent d16969837c
commit b785a66ae8
4 changed files with 12 additions and 3 deletions

View File

@@ -11,6 +11,9 @@
<link rel="shortcut icon" href="/favicon-16.png" sizes="16x16">
<link rel="icon" href="/favicon-128.png" sizes="128x128">
<link rel="icon" href="/favicon-32.png" sizes="32x32">
{% if noindex %}
<meta name="robots" content="noindex">
{% endif %}
{% block headextra %}{% endblock %}
</head>
<body>