From cc0eba5208fc81a4e0028b38ed4f37e80c7bec2c Mon Sep 17 00:00:00 2001 From: Rico van Zelst Date: Mon, 26 Feb 2024 17:52:40 +0100 Subject: [PATCH] docs(robots.txt): add sitemap reference Include a reference to the sitemap in robots.txt for search engines. --- public/robots.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/robots.txt b/public/robots.txt index eb05362..01fd6d6 100644 --- a/public/robots.txt +++ b/public/robots.txt @@ -1,2 +1,4 @@ User-agent: * Disallow: + +Sitemap: https://heimerdinger.lol/sitemap.xml