sitemap
All checks were successful
Build and push container image / build-and-push-image (push) Successful in 3m59s
All checks were successful
Build and push container image / build-and-push-image (push) Successful in 3m59s
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#psycopg2-binary
|
||||
python-dotenv
|
||||
flask-session
|
||||
requests
|
||||
|
@@ -1,6 +1,8 @@
|
||||
User-agent: *
|
||||
Allow: /
|
||||
Disallow: /404.html
|
||||
Disallow: /404
|
||||
Disallow: /500
|
||||
Disallow: /400
|
||||
|
||||
Sitemap: https://alfieking.dev/sitemap.xml
|
||||
|
||||
|
@@ -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>
|
Reference in New Issue
Block a user