From c5f0f3bd5a685e682687cd32d63e1722b32370e4 Mon Sep 17 00:00:00 2001 From: Andy Chosak Date: Mon, 21 Oct 2024 11:05:48 -0400 Subject: [PATCH] Capitalize "Sitemap" in robots.txt The "sitemap" directive in robots.txt should be "Sitemap". See - https://developers.google.com/search/docs/crawling-indexing/robots/create-robots-txt - https://en.wikipedia.org/wiki/Robots.txt#Sitemap --- cfgov/jinja2/robots.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfgov/jinja2/robots.txt b/cfgov/jinja2/robots.txt index ee379365078..09a22d15cc4 100644 --- a/cfgov/jinja2/robots.txt +++ b/cfgov/jinja2/robots.txt @@ -25,4 +25,4 @@ Disallow: /es/obtener-respuestas/buscar-por-etiqueta/ Disallow: /consumer-tools/educator-tools/youth-financial-education/curriculum-review/tool/* Disallow: /paying-for-college2/* -sitemap: {{ request.build_absolute_uri( url( 'sitemap' ) ) }} +Sitemap: {{ request.build_absolute_uri( url( 'sitemap' ) ) }}