diff options
| author | historia <gravel.justness270@slmail.me> | 2024-10-09 19:24:43 -0400 |
|---|---|---|
| committer | historia <gravel.justness270@slmail.me> | 2024-10-09 19:24:43 -0400 |
| commit | 85cc20507d3541b62d06ec60ad0dc719b6244966 (patch) | |
| tree | 606d44a8f5f98000e99511157ac34b72a0832dc6 /example/dst/sitemap.xml | |
| parent | 1d0207d2b818f2388553f218133803583b559b39 (diff) | |
| download | ssg-blog-85cc20507d3541b62d06ec60ad0dc719b6244966.tar.gz | |
Initial commit
Diffstat (limited to 'example/dst/sitemap.xml')
| -rw-r--r-- | example/dst/sitemap.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/example/dst/sitemap.xml b/example/dst/sitemap.xml new file mode 100644 index 0000000..6c057b3 --- /dev/null +++ b/example/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/Lists/board-games.html</loc><lastmod>2024-10-09</lastmod><priority>1.0</priority></url> +<url><loc>https://example.org/Lists/movies.html</loc><lastmod>2024-10-09</lastmod><priority>1.0</priority></url> +<url><loc>https://example.org/about.html</loc><lastmod>2024-10-09</lastmod><priority>1.0</priority></url> +<url><loc>https://example.org/Articles/an-interesting-article/</loc><lastmod>2024-10-09</lastmod><priority>1.0</priority></url> +<url><loc>https://example.org/Articles/another-interesting-article/</loc><lastmod>2024-10-09</lastmod><priority>1.0</priority></url> +<url><loc>https://example.org/Articles/article3.html</loc><lastmod>2024-10-09</lastmod><priority>1.0</priority></url> +<url><loc>https://example.org/404.html</loc><lastmod>2024-10-09</lastmod><priority>1.0</priority></url> +</urlset> |
