EN RU
List your company
Technology

HTTP status codes

HTTP status codes are three-digit numbers a web server returns with every response to tell the client what happened with the request.

By Daniel Cohen · CMO Updated 6 September 2026

Definition

HTTP status codes are three-digit numbers a web server returns with every response to tell the client what happened with the request. They are grouped by first digit: 2xx means success (200 OK), 3xx means redirection (301 permanent, 302 temporary, 304 not modified), 4xx means a client error (404 not found, 403 forbidden, 410 gone, 429 too many requests), and 5xx means a server error (500 internal error, 503 service unavailable).

Search-engine crawlers use these codes to decide whether to index a URL, follow a redirect, drop a page, or slow down.

For SEO and site health, the codes a URL returns are as important as its content. A page that should exist but returns 404, a redirect that should be permanent but returns 302, a removed page that returns 200 with a "not found" message (a soft 404), or a server returning 5xx under crawl load all cause indexing and ranking problems that are invisible unless you check the actual response.

Browse iGaming software platforms

In context

On a large iGaming affiliate site, status-code hygiene is a recurring audit item. Common issues: reviews of closed operators returning 200 with an empty template (should be 301 to an alternative or 410 if genuinely gone), a migration that used 302 instead of 301 so ranking signal did not transfer, internal links pointing at URLs that now 404, and a fragile server returning 503 or 500 when the crawler requests many pages quickly, which reduces crawl rate.

The correct patterns: use 301 for any permanent URL change and update internal links to the new target rather than relying only on the redirect; use 410 for content deliberately and permanently removed so search engines drop it faster than a 404; return a proper 404 (not a 200) for URLs that never existed; keep 5xx rates near zero under normal crawl load; and after any redesign or migration, crawl the whole site and check that every URL returns the code it should. A monthly review of the search console's crawl-stats and page-indexing reports catches new status-code problems between full audits.

Worked example

An affiliate migrates to a new URL structure using 302 redirects because a developer used the framework default. Rankings drop over two weeks as signal fails to consolidate.

Switching the redirects to 301 and updating internal links restores rankings over the following month.

Related terms

Frequently asked questions

What does HTTP status codes mean?+
HTTP status codes are three-digit numbers a web server returns with every response to tell the client what happened with the request.
Where is HTTP status codes used?+
On a large iGaming affiliate site, status-code hygiene is a recurring audit item.
Can you give an example of HTTP status codes?+
An affiliate migrates to a new URL structure using 302 redirects because a developer used the framework default. Rankings drop over two weeks as signal fails to consolidate. Switching the redirects to 301 and updating internal links restores rankings over the following month.
What terms are related to HTTP status codes?+
HTTP status codes is closely related to Redirect, Broken link, Crawler, Indexing, Soft 404. Links to each are in the related-terms block below.
Why does HTTP status codes matter for operators and affiliates?+
A shared understanding of HTTP status codes keeps deal terms, reporting and platform requirements in iGaming technology unambiguous between partners.
How is HTTP status codes different from adjacent concepts?+
The scope of HTTP status codes and how it differs from neighbouring concepts is covered in the definition and the related-terms block on this page.
Who owns HTTP status codes inside an iGaming company?+
Ownership is shared between the relevant specialist team, analytics and product leadership.
Where can I learn more about HTTP status codes?+
The full iGamingB2B glossary carries hundreds of EN/RU definitions — use the search and A–Z index on the glossary page.
← Previous HTTP status code Next → Hybrid

Browse the full iGaming & affiliate glossary — hundreds of EN/RU terms with examples.

← Back to glossary