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 | |
| 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')
| -rw-r--r-- | public/robots.txt | 3 | ||||
| -rw-r--r-- | public/sitemap.xml | 18 | ||||
| -rw-r--r-- | public/sitemap/index.html | 0 |
3 files changed, 21 insertions, 0 deletions
diff --git a/public/robots.txt b/public/robots.txt new file mode 100644 index 0000000..e41b9fd --- /dev/null +++ b/public/robots.txt @@ -0,0 +1,3 @@ +User-agent: * +Allow: / +Sitemap: https://submelon.dev/sitemap.xml
\ No newline at end of file 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 diff --git a/public/sitemap/index.html b/public/sitemap/index.html new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/public/sitemap/index.html |
