SEO update

This commit is contained in:
ivan-pelly
2026-03-08 09:30:44 -07:00
parent 3d531298e2
commit 431222131b
3 changed files with 16 additions and 2 deletions
+3 -1
View File
@@ -27,7 +27,9 @@
{
"glob": "**/*",
"input": "public"
}
},
"src/robots.txt",
"src/sitemap.xml"
],
"styles": [
"src/styles.scss"
+4
View File
@@ -0,0 +1,4 @@
User-agent: *
Allow: /
Sitemap: https://win.opelly.me/sitemap.xml
+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://win.opelly.me/login</loc>
<changefreq>monthly</changefreq>
<priority>1.0</priority>
</url>
</urlset>