From bd6d9144ce00c5da9b23335ce6634891f5d2a777 Mon Sep 17 00:00:00 2001 From: poduck Date: Thu, 4 Dec 2025 10:01:44 -0500 Subject: [PATCH] fix(seo): Block crawlers and add sitemap MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Set robots meta tag to noindex, nofollow (site not live) - Update robots.txt with instructions for going live - Add sitemap.xml with all marketing pages 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- frontend/index.html | 2 +- frontend/public/robots.txt | 9 ++++++- frontend/public/sitemap.xml | 51 +++++++++++++++++++++++++++++++++++++ 3 files changed, 60 insertions(+), 2 deletions(-) create mode 100644 frontend/public/sitemap.xml diff --git a/frontend/index.html b/frontend/index.html index fb9de79..1d29c43 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -23,7 +23,7 @@ - + diff --git a/frontend/public/robots.txt b/frontend/public/robots.txt index 3bbbaa9..d925789 100644 --- a/frontend/public/robots.txt +++ b/frontend/public/robots.txt @@ -1,5 +1,12 @@ # robots.txt - SmoothSchedule -# Deny all robots while in development +# Currently blocking all crawlers - site not yet live User-agent: * Disallow: / + +# When ready to go live, replace above with: +# User-agent: * +# Allow: / +# Disallow: /api/ +# Disallow: /admin/ +# Sitemap: https://smoothschedule.com/sitemap.xml diff --git a/frontend/public/sitemap.xml b/frontend/public/sitemap.xml new file mode 100644 index 0000000..aeb94e2 --- /dev/null +++ b/frontend/public/sitemap.xml @@ -0,0 +1,51 @@ + + + + https://smoothschedule.com/ + 2024-12-04 + weekly + 1.0 + + + https://smoothschedule.com/features + 2024-12-04 + monthly + 0.8 + + + https://smoothschedule.com/pricing + 2024-12-04 + monthly + 0.8 + + + https://smoothschedule.com/about + 2024-12-04 + monthly + 0.6 + + + https://smoothschedule.com/contact + 2024-12-04 + monthly + 0.6 + + + https://smoothschedule.com/signup + 2024-12-04 + monthly + 0.9 + + + https://smoothschedule.com/privacy + 2024-12-04 + yearly + 0.3 + + + https://smoothschedule.com/terms + 2024-12-04 + yearly + 0.3 + +