This website requires JavaScript.
Explore
Help
Sign In
kato
/
warpbox-dev
Watch
1
Star
0
Fork
0
You've already forked warpbox-dev
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
f9755fa98fc9c96232034d88bc4df0c35f488fa1
warpbox-dev
/
backend
/
static
/
favicon.ico
4 lines
11 KiB
Plaintext
Raw
Normal View
History
Unescape
Escape
feat(seo): add robots.txt, sitemap, and noindex tags for downloads Register routes for robots.txt and sitemap.xml, and implement search engine indexing controls to protect user privacy. Specifically: - Set `X-Robots-Tag: noindex, nofollow, noarchive` headers on file downloads, thumbnails, and zip generation. - Configure `Robots: web.RobotsNone` on download and preview pages to prevent indexing of temporary user uploads. - Add canonical URLs, improved descriptions, and image alt tags to page metadata for better social sharing.
2026-06-03 12:15:49 +03:00