diff options
| author | Bobby <[email protected]> | 2025-11-05 20:52:00 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-11-05 20:52:00 +0530 |
| commit | 1595e3d80d59847172d48a3204e20d30916b0b47 (patch) | |
| tree | 2896ed8e5b745a4fa96c91648de35c3135a8fdf6 | |
| parent | 34b97b8a1426154a25e24fb687ee3e903bfaa874 (diff) | |
| download | unwordled-1595e3d80d59847172d48a3204e20d30916b0b47.tar.xz unwordled-1595e3d80d59847172d48a3204e20d30916b0b47.zip | |
Add initial sitemap.xml for website
| -rw-r--r-- | sitemap.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sitemap.xml b/sitemap.xml new file mode 100644 index 0000000..5ebc768 --- /dev/null +++ b/sitemap.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> + <url> + <loc>https://luciferreeves.github.io/unwordled/</loc> + <lastmod>2025-11-05</lastmod> + <changefreq>daily</changefreq> + <priority>1.0</priority> + </url> +</urlset> |
