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
|
python-dotenv
|
||||||
flask-session
|
flask-session
|
||||||
requests
|
requests
|
||||||
|
@@ -1,6 +1,8 @@
|
|||||||
User-agent: *
|
User-agent: *
|
||||||
Allow: /
|
Allow: /
|
||||||
Disallow: /404.html
|
Disallow: /404
|
||||||
|
Disallow: /500
|
||||||
|
Disallow: /400
|
||||||
|
|
||||||
Sitemap: https://alfieking.dev/sitemap.xml
|
Sitemap: https://alfieking.dev/sitemap.xml
|
||||||
|
|
||||||
|
@@ -1,6 +1,18 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||||
<url>
|
<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>
|
</url>
|
||||||
</urlset>
|
</urlset>
|
Reference in New Issue
Block a user