From d9935db7ada65836673d29ccccebaefd48b97cb1 Mon Sep 17 00:00:00 2001 From: Pierre <397503+bemble@users.noreply.github.com> Date: Wed, 22 Mar 2023 11:22:19 +0100 Subject: [PATCH] exclude resources from sitemap (#26687) --- _config.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/_config.yml b/_config.yml index 786674ec87e..d99394487d6 100644 --- a/_config.yml +++ b/_config.yml @@ -165,6 +165,19 @@ defaults: path: "hassio/*" values: toc: true + # Remove some resources from sitemap + - scope: + path: "google*.html" + values: + sitemap: false + - scope: + path: "static/fonts/**/*.html" + values: + sitemap: false + - scope: + path: "static/mdi-demo.html" + values: + sitemap: false # Support for files Jekyll will normally exclude include: