fix(landing): add www redirect, noindex JS chunks, and website badge

Edge worker 301-redirects www.snapotter.com to snapotter.com to stop
Google from splitting domain authority. Adds X-Robots-Tag: noindex on
/_next/static/ and /_next/data/ paths to reclaim crawl budget wasted
on JS chunks. Adds snapotter.com website badge to README so the
highest-authority backlink (GitHub) points to the main site.
This commit is contained in:
SnapOtter
2026-06-13 11:09:02 +08:00
parent 82991b6a41
commit 47b6984be0
4 changed files with 30 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
/_next/static/*
X-Robots-Tag: noindex, nofollow
/_next/data/*
X-Robots-Tag: noindex, nofollow