sitemap
All checks were successful
Build and push container image / build-and-push-image (push) Successful in 3m59s

This commit is contained in:
2025-08-13 22:54:24 +01:00
parent ef459d728a
commit bfb1b8a21e
3 changed files with 17 additions and 2 deletions

View File

@@ -1,3 +1,4 @@
#psycopg2-binary
python-dotenv
flask-session
requests

View File

@@ -1,6 +1,8 @@
User-agent: *
Allow: /
Disallow: /404.html
Disallow: /404
Disallow: /500
Disallow: /400
Sitemap: https://alfieking.dev/sitemap.xml

View File

@@ -1,6 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://www.example.com/index.html</loc>
<loc>https://alfieking.dev/</loc>
</url>
<url>
<loc>https://alfieking.dev/toaster</loc>
</url>
<url>
<loc>https://alfieking.dev/events</loc>
</url>
<url>
<loc>https://alfieking.dev/events/paws-n-pistons</loc>
</url>
<url>
<loc>https://alfieking.dev/events/crittersmk</loc>
</url>
</urlset>