- Content Marketing
The Ultimate Guide to HTTP Status Codes
September 4, 2018
Boris Dzingarov

Boris Dzhingarov
Marketing Manager, ESBO
Latest Posts
0%
Content Marketing
AI SEO for Law Firms: How to Scale Content without Ethics and Advertising Risk
Digital Marketing
Why Digital PR Is the Missing Trust Layer Before You Add Stablecoin Checkout
Popular Posts
0%
A Guide to Instagram Reels and How to Use them More Effectively
Website Design Rules – Get Your Site Design Perfect
How to Build an Account-Based Marketing Strategy
How to Create Trust in the AI Era
Best Link Building Agencies Driving Real Results in 2026

A Guide to Instagram Reels and How to Use them More Effectively

Website Design Rules – Get Your Site Design Perfect

How to Create Trust in the AI Era

How to Build an Account-Based Marketing Strategy

Best Link Building Agencies Driving Real Results in 2026
Categories
0%
- Content Marketing
- Digital Marketing
- SEO Tips
- Social Media
Our Services
0%
Share on:
0%
A HTTP header is sent from a web server when a request is made by a web browser to view a page or to access a resource on a website. The HTTP status code(s) get included in the HTTP header too. These provide vital information about the page request – sometimes good and sometimes not so good, especially for SEO. You wouldn’t want to lose your link lifting campaigns because of HTTP status codes.
Depending on the code(s) received, the web browser reads them and will sometimes provide information to the web surfer. Perhaps the best known one is: 404 error – page not found. However, scores of other status codes exist too.
How Many HTTP Status Codes Are There?
There are more than forty status codes. Many are seldom used and unfamiliar. There are also 10+ that are regularly used. For instance, if you surf to a domain “WHOIS” lookup facility to check the owner on a domain name, along with the registration details for the domain, the page may also show whether the site is currently live or dormant. This information comes from an HTTP status code when the home page was requested.HTTP Status Codes Are Grouped Together
There are five status code classes. Codes are three digits and start with a 1, 2, 3, 4 or 5. The five classes are as follows:- 1XX – Update codes telling the web browser that the page/website is continuing to be requested. They’re used purely to inform the browser and aren’t directly passed on to the end user.
- 2XX – Returned by a web server to indicate (some) success with a request for a page, script, image file, etc.
- 3XX– Confirmed when redirecting in some manner. i.e. com/abc redirects to mysite.com/a-b-c.html
- 4XX – The request is flagged as problematic. Usually this is a client-side problem, i.e. a 404 error when requesting a page on a website where the page does not exist.
- 5XX – Request accepted but there is a server-related problem preventing its completion. Specifically, a server-side issue.