diff options
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 |
