From c470993703aa0a1dc1a24fdc06503d545e3dd68c Mon Sep 17 00:00:00 2001 From: KitsuneSolar Date: Mon, 30 Oct 2023 12:46:24 +0000 Subject: [PATCH] 2023-10-30 12:46:24 --- layouts/robots.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/layouts/robots.txt b/layouts/robots.txt index fdfd279..b71189d 100644 --- a/layouts/robots.txt +++ b/layouts/robots.txt @@ -1,5 +1,9 @@ User-agent: * -Disallow: /*.json$ -Disallow: /*.xml$ +Disallow: /*/index.json +Disallow: /*/index.xml +Disallow: /*/manifest.json +Disallow: /*/opensearch.xml +Disallow: /*/search.json +Disallow: /*/turbo.json Sitemap: {{ ("sitemap.xml" | absURL) }}