diff --git a/public/index.html b/public/index.html index 3748202..901e3e5 100644 --- a/public/index.html +++ b/public/index.html @@ -4,7 +4,52 @@ - Cipher — a Radical Party project + Cipher — Free End-to-End Encrypted Messenger | Private Chat, Calls & Groups + + + + + + + + + + + + + + + + + + + + + @@ -267,7 +312,26 @@ -
+
+ + +
diff --git a/public/robots.txt b/public/robots.txt new file mode 100644 index 0000000..97c2178 --- /dev/null +++ b/public/robots.txt @@ -0,0 +1,7 @@ +# Cipher — allow crawling of the public app shell; keep the API out of the index. +# JS/CSS are intentionally crawlable so Google can render the single-page app. +User-agent: * +Allow: / +Disallow: /api/ + +Sitemap: https://cipher.theradicalparty.com/sitemap.xml diff --git a/public/sitemap.xml b/public/sitemap.xml new file mode 100644 index 0000000..def12e5 --- /dev/null +++ b/public/sitemap.xml @@ -0,0 +1,9 @@ + + + + https://cipher.theradicalparty.com/ + 2026-07-22 + weekly + 1.0 + + diff --git a/public/sw.js b/public/sw.js index e3b7535..4e525e5 100644 --- a/public/sw.js +++ b/public/sw.js @@ -1,7 +1,7 @@ // Service worker: offline app shell + Web Push wake-up. // It never touches message plaintext — decryption happens only in the page. -const CACHE = "cipher-v10"; +const CACHE = "cipher-v11"; const SHELL = [ "/", "/index.html",