diff options
Diffstat (limited to 'public/sitemap.xml')
-rw-r--r-- | public/sitemap.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/public/sitemap.xml b/public/sitemap.xml new file mode 100644 index 0000000..31cb760 --- /dev/null +++ b/public/sitemap.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" + xmlns:xhtml="http://www.w3.org/1999/xhtml"> + + <url> + <loc>http://localhost:1313/</loc> + <lastmod>2024-05-01T11:53:23-03:00</lastmod> + <changefreq>daily</changefreq> + <priority>0.5</priority> + </url> +</urlset> |