mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
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:
@@ -0,0 +1,5 @@
|
||||
/_next/static/*
|
||||
X-Robots-Tag: noindex, nofollow
|
||||
|
||||
/_next/data/*
|
||||
X-Robots-Tag: noindex, nofollow
|
||||
Reference in New Issue
Block a user