1
0
mirror of https://github.com/alexandrev/xslt-lab.git synced 2026-09-21 13:03:15 +00:00

add sitemap.xml

This commit is contained in:
2025-11-25 13:44:53 +01:00
parent de92c947f5
commit 402d1f9e24
2 changed files with 30 additions and 0 deletions
+2
View File
@@ -19,3 +19,5 @@ This repository hosts the Helm chart for the XSLT playground and now includes a
5. Commit the generated `docs/` folder and push to GitHub. Point GitHub Pages at the `docs` directory so the site appears at `https://alexandrev.github.io/xslt-lab/`. 5. Commit the generated `docs/` folder and push to GitHub. Point GitHub Pages at the `docs` directory so the site appears at `https://alexandrev.github.io/xslt-lab/`.
Content is written in Markdown under `site/content/`; layouts and styling live in `site/layouts/` and `site/static/`. Content is written in Markdown under `site/content/`; layouts and styling live in `site/layouts/` and `site/static/`.
Hugo emits `docs/sitemap.xml` automatically, so you can submit `https://blog.xsltplayground.com/sitemap.xml` to Google Search Console. The current sitemap is checked in for convenience; rebuild with Hugo to refresh it when content changes.
+28
View File
@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://blog.xsltplayground.com/</loc>
<lastmod>2025-11-25T12:43:51Z</lastmod>
<changefreq>weekly</changefreq>
</url>
<url>
<loc>https://blog.xsltplayground.com/about/</loc>
<lastmod>2025-11-25T12:43:51Z</lastmod>
<changefreq>weekly</changefreq>
</url>
<url>
<loc>https://blog.xsltplayground.com/posts/</loc>
<lastmod>2025-11-22T15:34:45Z</lastmod>
<changefreq>weekly</changefreq>
</url>
<url>
<loc>https://blog.xsltplayground.com/posts/welcome-to-xslt-lab/</loc>
<lastmod>2025-02-28T00:00:00Z</lastmod>
<changefreq>weekly</changefreq>
</url>
<url>
<loc>https://blog.xsltplayground.com/posts/why-xslt-playground-online-editor/</loc>
<lastmod>2025-11-22T15:34:45Z</lastmod>
<changefreq>weekly</changefreq>
</url>
</urlset>