Svelte fixes and a sitemap
This commit is contained in:
@@ -9,8 +9,8 @@ Allow: /
|
||||
# Disallow specific paths if needed
|
||||
# Disallow: /private/
|
||||
|
||||
# Sitemap (add when available)
|
||||
# Sitemap: https://mifi.ventures/sitemap.xml
|
||||
# Sitemap
|
||||
Sitemap: https://mifi.ventures/sitemap.xml
|
||||
|
||||
# Host preference (helps search engines understand the canonical domain)
|
||||
# Host: https://mifi.ventures
|
||||
|
||||
9
static/sitemap.xml
Normal file
9
static/sitemap.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
<url>
|
||||
<loc>https://mifi.ventures/</loc>
|
||||
<lastmod>2025-02-02</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>1.0</priority>
|
||||
</url>
|
||||
</urlset>
|
||||
Reference in New Issue
Block a user