From 741b3bc01be35794ca3047f1c45bbafd0965b4dd Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Wed, 20 Aug 2025 19:00:42 -0500 Subject: [PATCH] robots.txt: Stop Bing from complaining about md output not having title --- layouts/robots.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/layouts/robots.txt b/layouts/robots.txt index 3823fad..61a2af3 100644 --- a/layouts/robots.txt +++ b/layouts/robots.txt @@ -1,2 +1,6 @@ User-Agent: * Sitemap: {{ "sitemap.xml" | absLangURL }} + +{{/* It complains about the raw markdown output having no title tag */ -}} +User-Agent: Bingbot +Disallow: /blog/*.md$