What mechanism does a web server implement to gracefully instruct a browser that an old web resource has changed its location permanently to a new URL address asset?
A. Issuing an HTTP 301 Moved Permanently response code with the new location header
B. Issuing a general 500 Internal Error crash notification alert
C. Altering the local computer DNS router configurations
D. Setting a temporary session tracking cookie inside memory
Answer: Option A
Solution (By JKExamLibrary)
An HTTP 301 redirect informs browsers and search engines that a page has permanently relocated, prompting them to update their links and pass SEO ranking history to the new URL.
No comments yet. Be the first to start the discussion!