From 3565cbe0ea01265843321d28cca788aa672afcc4 Mon Sep 17 00:00:00 2001 From: Mathijs Kadijk Date: Tue, 7 May 2024 21:57:42 +0200 Subject: [PATCH] Add sitemap index to link all subsite sitemaps together --- build.sh | 4 ++++ sitemap-index.xml | 18 ++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 sitemap-index.xml diff --git a/build.sh b/build.sh index 6817169..17b9574 100755 --- a/build.sh +++ b/build.sh @@ -37,3 +37,7 @@ pushd wwdcindex . ./build.sh mv dist ../dist/wwdcindex popd + +# Install the sitemap index +mv dist/sitemap.xml dist/sitemap-root.xml +cp sitemap-index.xml dist/sitemap.xml diff --git a/sitemap-index.xml b/sitemap-index.xml new file mode 100644 index 0000000..b801b7c --- /dev/null +++ b/sitemap-index.xml @@ -0,0 +1,18 @@ + + + + https://nonstrict.eu/sitemap-root.xml + + + https://nonstrict.eu/bezel/sitemap.xml + + + https://nonstrict.eu/cleanpresenter/sitemap.xml + + + https://nonstrict.eu/recordkit/sitemap.xml + + + https://nonstrict.eu/recordkit/api/electron/sitemap.xml + +