From c373691fb016226ac4b8edfbaa5538c5c73f164b Mon Sep 17 00:00:00 2001 From: Luuk Timmermans <53695454+luuktimmermans@users.noreply.github.com> Date: Thu, 6 Mar 2025 22:42:25 +0100 Subject: [PATCH] Add noindex and nofollow Since indexing the page is likely not desirable, it should be excluded from search results. --- templates/base.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/base.html b/templates/base.html index 62343ef..1a8a0f4 100644 --- a/templates/base.html +++ b/templates/base.html @@ -2,6 +2,7 @@ Podimo-to-RSS converter +