The resource has permanently moved to a new URL. Browsers and search engines should update their references to use the new location.
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.
old-domain.com to new-domain.com./page vs /page/.Do NOT use 301 for temporary changes. Use 302 (Found) or 307 (Temporary Redirect) instead.
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