Skip to content

Repository files navigation

Redirects: 301 vs 302 Reference

A redirect sends a visitor or a crawler from one URL to another. The type tells engines whether the move is permanent or temporary, and that distinction matters: a 301 says the page has moved for good and passes its ranking signals to the new URL, while a 302 says the move is temporary and keeps the signals with the original. Using the wrong one is a common and quietly costly mistake. Use 301 for permanent moves, 302 only when the original URL will genuinely return.

What is inside

More

Part of a catalog of single-file browser tools and plain-language references, all MIT licensed and dependency-free: 0xelitesystem.github.io. Built by elitesystem.ai.

License

MIT. Copyright (c) 2026 0xelitesystem.

About

A redirect sends a visitor or a crawler from one URL to another.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors