diff options
| author | Kevin J Hoerr <kjhoerr@protonmail.com> | 2023-12-24 08:13:33 +0000 |
|---|---|---|
| committer | Kevin J Hoerr <kjhoerr@protonmail.com> | 2023-12-24 08:13:33 +0000 |
| commit | 1c4c99f0c19f19424e3aee04e868c38333164dd9 (patch) | |
| tree | 783970ddbd3d1f696493a8b66d9cff6aed533b68 /public/sitemap.xml | |
| parent | 3bc3700152504ac0ff4f9a42a45ab59cde2e189d (diff) | |
| download | submelon.dev-1c4c99f0c19f19424e3aee04e868c38333164dd9.tar.gz submelon.dev-1c4c99f0c19f19424e3aee04e868c38333164dd9.tar.bz2 submelon.dev-1c4c99f0c19f19424e3aee04e868c38333164dd9.zip | |
Generate sitemap.xml, robots.txt
Diffstat (limited to 'public/sitemap.xml')
| -rw-r--r-- | public/sitemap.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/public/sitemap.xml b/public/sitemap.xml new file mode 100644 index 0000000..933afca --- /dev/null +++ b/public/sitemap.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> + + <url> + <loc>https://submelon.dev/404/</loc> + <lastmod>2023-12-24</lastmod> + <changefreq>monthly</changefreq> + <priority>0.8</priority> + </url> + + <url> + <loc>https://submelon.dev/</loc> + <lastmod>2023-12-24</lastmod> + <changefreq>monthly</changefreq> + <priority>0.8</priority> + </url> + +</urlset>
\ No newline at end of file |
