diff options
| author | historia <[not public]> | 2026-06-15 18:17:10 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-15 18:17:10 -0400 |
| commit | fec892047e4c0b810981fa8f20223e0b1c4f72b4 (patch) | |
| tree | a6fdc109a3a32ae383a88d01ba44322be4b8bcc3 /demo/dst/sitemap.xml | |
| parent | 193666c2bba01bb9bc1a21ac270c0affe15ea757 (diff) | |
| download | ssg-blog-fec892047e4c0b810981fa8f20223e0b1c4f72b4.tar.gz | |
refactor. added rss feed.
Diffstat (limited to 'demo/dst/sitemap.xml')
| -rw-r--r-- | demo/dst/sitemap.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/demo/dst/sitemap.xml b/demo/dst/sitemap.xml new file mode 100644 index 0000000..6d48f32 --- /dev/null +++ b/demo/dst/sitemap.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<urlset +xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" +xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 +http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" +xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> +<url><loc>https://example.org/404.html</loc><lastmod>2026-06-15</lastmod><priority>1.0</priority></url> +<url><loc>https://example.org/about.html</loc><lastmod>2026-06-15</lastmod><priority>1.0</priority></url> +<url><loc>https://example.org/lists/movies.html</loc><lastmod>2026-06-15</lastmod><priority>1.0</priority></url> +<url><loc>https://example.org/lists/board-games.html</loc><lastmod>2026-06-15</lastmod><priority>1.0</priority></url> +<url><loc>https://example.org/articles/an-interesting-article/</loc><lastmod>2026-06-15</lastmod><priority>1.0</priority></url> +<url><loc>https://example.org/articles/article3.html</loc><lastmod>2026-06-15</lastmod><priority>1.0</priority></url> +<url><loc>https://example.org/articles/another-interesting-article/</loc><lastmod>2026-06-15</lastmod><priority>1.0</priority></url> +</urlset> |
