From 733277d7a99005c1e41238955ca4f357ea8a9864 Mon Sep 17 00:00:00 2001 From: TheErrorExe <161362055+TheErrorExe@users.noreply.github.com> Date: Mon, 17 Feb 2025 22:24:38 +0100 Subject: [PATCH 1/2] Create sitemap.xml --- static/sitemap.xml | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 static/sitemap.xml diff --git a/static/sitemap.xml b/static/sitemap.xml new file mode 100644 index 0000000..1c64412 --- /dev/null +++ b/static/sitemap.xml @@ -0,0 +1,43 @@ + + + + https://www.blockattack.fun/ + 1.0 + + + https://www.blockattack.fun/about.html + 0.8 + + + https://www.blockattack.fun/bilder.html + 0.7 + + + https://www.blockattack.fun/guide.html + 0.7 + + + https://www.blockattack.fun/news.html + 0.6 + + + https://www.blockattack.fun/server.html + 0.7 + + + https://www.blockattack.fun/team.html + 0.6 + + + https://www.blockattack.fun/terms.html + 0.5 + + + https://www.blockattack.fun/privacy.html + 0.5 + + + https://www.blockattack.fun/404.html + 0.1 + + From 2cbef4ddf13aadb99e9d9423fda8c329299d0364 Mon Sep 17 00:00:00 2001 From: TheErrorExe <161362055+TheErrorExe@users.noreply.github.com> Date: Mon, 17 Feb 2025 22:31:50 +0100 Subject: [PATCH 2/2] Create robots.txt --- robots.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 robots.txt diff --git a/robots.txt b/robots.txt new file mode 100644 index 0000000..98fedd5 --- /dev/null +++ b/robots.txt @@ -0,0 +1,7 @@ +User-agent: Googlebot +Disallow: +User-agent: * +Disallow: +Disallow: /terms.html +Disallow: /privacy.html +Sitemap: https://www.blockattack.fun/static/sitemap.xml