301 Moved Permanently

The resource has permanently moved to a new URL. Browsers and search engines should update their references to use the new location.

What It Means

The server is telling clients that this URL is permanently retired. Future requests should go directly to the URL specified in the Location header. Browsers cache 301 responses aggressively, often indefinitely. Search engines transfer link equity (ranking signals) to the new URL.

When to Use 301

Do NOT use 301 for temporary changes. Use 302 (Found) or 307 (Temporary Redirect) instead.

Common Issues

How to Diagnose

Use the Probe tool to see the full redirect chain. Check the Location header value at each hop. Verify that the final destination returns a 200 and serves the expected content.

Test redirect chains on any URL.

Open Probe Tool