Showing posts with label 404. Show all posts
Showing posts with label 404. Show all posts

Wednesday, March 14, 2018

What are HTTP status codes in SEO

Common status code classes:

1xxs – Informational responses: The server is thinking through the request. i.e. 102

2xxs – Success! The request was successfully completed and the server gave the browser the expected response. i.e. 201

3xxs –Redirection: You got redirected somewhere else. The request was received, but there’s a redirect of some kind. i.e. 301

4xxs – Client errors: Page not found. The site or page couldn’t be reached. (The request was made, but the page isn’t valid — this is an error on the website’s side of the conversation and often appears when a page doesn’t exist on the site.) i.e. 404

5xxs – Server errors: Failure. A valid request was made by the client but the server failed to complete the request. i.e. 502


Content Soource : Moz.com