From bfb1b8a21ed474a3a219e4e0e30bdbfaf67f8804 Mon Sep 17 00:00:00 2001 From: Alfie King Date: Wed, 13 Aug 2025 22:54:24 +0100 Subject: [PATCH] sitemap --- requirements.txt | 1 + static/content/other/robots.txt | 4 +++- static/content/other/sitemap.xml | 14 +++++++++++++- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index f87e99e..bcf2451 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ +#psycopg2-binary python-dotenv flask-session requests diff --git a/static/content/other/robots.txt b/static/content/other/robots.txt index c4855ac..01c41cd 100644 --- a/static/content/other/robots.txt +++ b/static/content/other/robots.txt @@ -1,6 +1,8 @@ User-agent: * Allow: / -Disallow: /404.html +Disallow: /404 +Disallow: /500 +Disallow: /400 Sitemap: https://alfieking.dev/sitemap.xml diff --git a/static/content/other/sitemap.xml b/static/content/other/sitemap.xml index e5a8753..2490a2f 100644 --- a/static/content/other/sitemap.xml +++ b/static/content/other/sitemap.xml @@ -1,6 +1,18 @@ - https://www.example.com/index.html + https://alfieking.dev/ + + + https://alfieking.dev/toaster + + + https://alfieking.dev/events + + + https://alfieking.dev/events/paws-n-pistons + + + https://alfieking.dev/events/crittersmk \ No newline at end of file