From a6d7879c26e95db4372885d4cc2accd734d6c456 Mon Sep 17 00:00:00 2001 From: Oleksandr Shuryha Date: Thu, 26 Mar 2026 12:50:55 +0100 Subject: [PATCH] Add SEO metadata, robots.txt, and sitemap --- frontend/index.html | 25 ++++++++++++++++++++++++- frontend/public/robots.txt | 4 ++++ frontend/public/sitemap.xml | 8 ++++++++ 3 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 frontend/public/robots.txt create mode 100644 frontend/public/sitemap.xml diff --git a/frontend/index.html b/frontend/index.html index 4691b7e..c8530db 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -4,7 +4,30 @@ - marathon.todo + + marathon.todo | Marathon Item Tracker + + + + + + + + + + + + +
diff --git a/frontend/public/robots.txt b/frontend/public/robots.txt new file mode 100644 index 0000000..86d8a93 --- /dev/null +++ b/frontend/public/robots.txt @@ -0,0 +1,4 @@ +User-agent: * +Allow: / + +Sitemap: https://marathon-todo.xyz/sitemap.xml diff --git a/frontend/public/sitemap.xml b/frontend/public/sitemap.xml new file mode 100644 index 0000000..43182dc --- /dev/null +++ b/frontend/public/sitemap.xml @@ -0,0 +1,8 @@ + + + + https://your-domain.example/ + daily + 1.0 + +