When a browser makes a request, status codes are the feedback they get for their request. It gives a user the result or status of the URL that was clicked on. They can be likened to a chat between a browser and the webserver. After the message is sent by the browser, the web server responds by sending a web page to the browser if it is successful.
There are several ways the web server can respond to the browser’s request for a web page. It can send a feedback noting,
- If the server has a problem
- If the page can be found
- If there is an issue with the webpage
Status codes are important because they help SEOs identify opportunities to optimize websites. In addition, they help brands understand the status of their client’s websites and web pages. If properly utilized, these codes can help foster a better site experience for some clients.
Status codes and their meanings:
- 2XXs – active page
- 3XXs – redirection
- XXs – client error
- 5XXs – server error