Redirection
HTTP 301: Moved Permanently
HTTP 301 means the resource moved permanently.
Meaning
Clients and search engines should use the new URL for future requests.
Common causes
Permanent URL changes, canonical domain redirects, and migration rules often use 301.
What to check
Update links, canonical URLs, and redirect rules so they point to the final destination.
Example response
HTTP/1.1 301 Moved PermanentlyReferences
Related HTTP status codes
Nearby codes often answer the next debugging question.