Skip to content

Commit

Permalink
Add sitemap index to link all subsite sitemaps together
Browse files Browse the repository at this point in the history
  • Loading branch information
mac-cain13 committed May 7, 2024
1 parent 12d5a5f commit 3565cbe
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
18 changes: 18 additions & 0 deletions sitemap-index.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<sitemap>
<loc>https://nonstrict.eu/sitemap-root.xml</loc>
</sitemap>
<sitemap>
<loc>https://nonstrict.eu/bezel/sitemap.xml</loc>
</sitemap>
<sitemap>
<loc>https://nonstrict.eu/cleanpresenter/sitemap.xml</loc>
</sitemap>
<sitemap>
<loc>https://nonstrict.eu/recordkit/sitemap.xml</loc>
</sitemap>
<sitemap>
<loc>https://nonstrict.eu/recordkit/api/electron/sitemap.xml</loc>
</sitemap>
</sitemapindex>

0 comments on commit 3565cbe

Please sign in to comment.