SEO tweaks

This commit is contained in:
2025-11-20 23:43:02 -05:00
parent cf010974dd
commit 5305c34e3d
5 changed files with 183 additions and 3 deletions

15
web/static/sitemap.xml Normal file
View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:image="http://www.google.com/schemas/sitemap-image/1.1">
<url>
<loc>https://yoursite.com/</loc>
<lastmod>2025-01-20</lastmod>
<changefreq>weekly</changefreq>
<priority>1.0</priority>
<image:image>
<image:loc>https://yoursite.com/static/images/screenshot.png</image:loc>
<image:title>Maze Generator - Neo-Brutalism Design</image:title>
<image:caption>Interactive maze generator with 8 algorithms and animated solving</image:caption>
</image:image>
</url>
</urlset>