From 808de57b04ef689111d9ef20ee651da0701f799f Mon Sep 17 00:00:00 2001 From: King Omar Date: Sun, 12 Jul 2026 13:50:27 +1000 Subject: [PATCH] Add static sitemap.xml and robots.txt for Cloudflare Pages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Worker routes only cover api/*, memes/*, audio/*, styles.css — sitemap.xml and robots.txt were falling through to Pages with no file to serve (404). Google Search Console couldn't fetch the sitemap for this reason. Co-Authored-By: Claude Sonnet 4.6 --- robots.txt | 3 +++ sitemap.xml | 8 ++++++++ 2 files changed, 11 insertions(+) create mode 100644 robots.txt create mode 100644 sitemap.xml diff --git a/robots.txt b/robots.txt new file mode 100644 index 0000000..8040c24 --- /dev/null +++ b/robots.txt @@ -0,0 +1,3 @@ +User-agent: * +Allow: / +Sitemap: https://theradicalparty.com/sitemap.xml diff --git a/sitemap.xml b/sitemap.xml new file mode 100644 index 0000000..786e31a --- /dev/null +++ b/sitemap.xml @@ -0,0 +1,8 @@ + + + + https://theradicalparty.com/ + hourly + 1.0 + +