Skip to content

Commit

Permalink
Merge pull request #8612 from cfpb/fix/robots-txt-sitemap
Browse files Browse the repository at this point in the history
Capitalize "Sitemap" in robots.txt
  • Loading branch information
chosak authored Oct 21, 2024
2 parents 47cbf8a + c5f0f3b commit 8882bf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfgov/jinja2/robots.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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' ) ) }}

0 comments on commit 8882bf2

Please sign in to comment.