ℹ️ Skipped - page is already crawled
| Filter | Status | Condition | Details |
|---|---|---|---|
| HTTP status | PASS | download_http_code = 200 | HTTP 200 |
| Age cutoff | PASS | download_stamp > now() - 6 MONTH | 0.1 months ago |
| History drop | PASS | isNull(history_drop_reason) | No drop reason |
| Spam/ban | PASS | fh_dont_index != 1 AND ml_spam_score = 0 | ml_spam_score=0 |
| Canonical | PASS | meta_canonical IS NULL OR = '' OR = src_unparsed | Not set |
| Property | Value |
|---|---|
| URL | https://www.webfx.com/web-development/glossary/http-status-codes/ |
| Last Crawled | 2026-04-13 05:47:56 (1 day ago) |
| First Indexed | 2022-03-07 10:40:55 (4 years ago) |
| HTTP Status Code | 200 |
| Meta Title | HTTP Status Codes Glossary - WebFX |
| Meta Description | Wondering what an HTTP status code means? Browse this list of HTTP status codes for definitions and code references. |
| Meta Canonical | null |
| Boilerpipe Text | Table of Contents
1Ă—Ă— Informational
2Ă—Ă— Success
3Ă—Ă— Redirection
4Ă—Ă— Client Error
5Ă—Ă— Server Error
HTTP status codes shape how browsers, users, and search engines interact with your site. Developers use them for debugging, while marketers and SEOs rely on them to monitor crawlability, fix errors, and protect rankings.
This list is an easy-to-reference database of HTTP status codes with their definitions and helpful code references all in one place.
Visit an individual status code via https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-___-status-code/ or browse the list below.
1Ă—Ă— Informational
Code
Meaning
SEO / Use Case
100 Continue
Request received, client should proceed.
Rarely used in SEO.
101 Switching Protocols
Server switching per request.
No SEO impact.
102 Processing
Server received the request and continues processing; no final response yet.
Used for long operations (WebDAV); no SEO impact.
2Ă—Ă— Success
Code
Meaning
SEO / Use Case
200 Ok
Request succeeded.
Standard response crawlers need.
201 Created
Resource created (often POST).
API/creation success; not crawl-related.
202 Accepted
Request received, processing pending.
Async ops; no SEO effect.
203 Non-Authoritative Information
Response from transforming proxy.
Rare; no SEO value.
204 No Content
Success, no response body.
Useful for APIs.
205 Reset Content
Client should reset the form.
Not SEO-relevant.
206 Partial Content
Server delivered partial range.
Used in media/large files; no SEO use.
207 Multi-Status
Multiple status codes for WebDAV.
Not SEO-relevant.
208 Already Reported
WebDAV code; avoids repeats.
Not SEO-relevant.
226 IM Used
Server applied delta encoding.
Rare; not SEO-related.
3Ă—Ă— Redirection
Code
Meaning
SEO / Use Case
300 Multiple Choices
Several options for resource.
May confuse crawlers; avoid.
301 Moved Permanently
Resource permanently redirected.
SEO-friendly redirect.
302 Found
Temporary redirect.
Avoid long-term SEO;
use 301
.
303 See Other
Directs client to another URI (GET).
Used in form submissions.
304 Not Modified
Client can use cached version.
Helps reduce crawl load.
305 Use Proxy
Must access via proxy.
Deprecated; ignore.
307 Temporary Redirect
Same as 302, but method preserved.
For temp moves; no long-term SEO.
308 Permanent Redirect
Same as 301 but method preserved.
Good SEO alternative to 301.
4Ă—Ă— Client Error
Code
Meaning
SEO / Use Case
400 Bad Request
Invalid request syntax.
Check logs; fix malformed URLs.
401 Unauthorized
Authentication required.
May block crawlers unintentionally.
402 Payment Required
Reserved for future use.
Not SEO-relevant.
403 Forbidden
Server refused request.
Ensure important pages aren’t restricted
404 Not Found
Page not found.
Redirect
or customize the page. Redirects explained.Â
405 Method Not Allowed
Request method not permitted.
Rare; check API endpoints.
406 Not Acceptable
Resource can’t return requested format.
Rare; not SEO-focused.
407 Proxy Authentication Required
Client must authenticate proxy.
Not SEO-relevant.
408 Request Timeout
Server timed out waiting for request.
Could disrupt
crawlers
.
409 Conflict
Request conflict (e.g., edit conflicts).
Web apps; not SEO.
410 Gone
Resource intentionally removed.
Tells search engines page is gone.
411 Length Required
Missing
Content-Length.
Rare; not SEO.
412 Precondition Failed
Conditions not met.
API/webdav use.
413 Payload Too Large
Request entity too large.
Rare; no SEO.
414 Request-URI Too Long
URL exceeds max length.
Avoid overly long URLs in SEO.
415 Unsupported Media Type
Server refuses type.
No SEO impact.
416 Requested Range Not Satisfiable
Invalid range header.
No SEO impact.
417 Expectation Failed
Server can’t meet Expect header.
Rare.
418 I’m a Teapot
Joke code (RFC 2324).
None.
421 Misdirected Request
Request to wrong server.
CDN issues.
422 Unprocessable Entity
Semantic errors in request.
WebDAV; not SEO.
423 Locked
Resource locked.
WebDAV.
424 Failed Dependency
Request failed due to dependency.
WebDAV.
426 Upgrade Required
Client must switch protocols.
Not SEO.
428 Precondition Required
Server requires conditions.
Rare.
429 Too Many Requests
Rate-limited.
May block bots.
431 Request Header Fields Too Large
Headers too big.
Could block
crawlers
.
444 Connection Closed Without Response
Server drops the connection without sending a response (nginx). Often used to terminate unwanted or suspicious requests.
Treat as a network error. Audit WAF/CDN rules to avoid false positives that block crawlers. Monitor error rates and server logs
451 Unavailable for Legal Reasons
The server denies access to the resource due to legal demands (e.g., DMCA, government restrictions).
May cause content to disappear from search results; signals deliberate removal.
499 Client Closed Request
Client closes the connection before the server sends a response (nginx).
Investigate long TTFB, client timeouts, and CDN/proxy disconnects. Crawlers log a fetch failure; reduce latency and stabilize origin performance.
5Ă—Ă— Server Error
Code
Meaning
SEO / Use Case
500 Internal Server Error
Generic server error.
Fix immediately; harms SEO.
501 Not Implemented
Server lacks functionality.
Rare.
502 Bad Gateway
Invalid response from upstream.
Check hosting/CDN.
503 Service Unavailable
Server overloaded or down.
Use for planned downtime.
504 Gateway Timeout
Upstream didn’t respond.
Hosting/CDN issues.
505 HTTP Version Not Supported
Version not supported.
Rare.
506 Variant Also Negotiates
Config error in content negotiation.
Rare.
507 Insufficient Storage
Server out of storage (WebDAV).
Not SEO.
508 Loop Detected
Infinite loop in request.
WebDAV.
510 Not Extended
Extensions required.
Rare.
511 Network Authentication Required
Network login required.
Not SEO impact
599 Network Connect Timeout Error
Network timeout not covered by 504; used by HAProxy, some CDNs.
Signals upstream instability. Monitor hosting/CDN; prolonged use may impact crawl reliability.
Additional resources
Learn about web development
Learn about SEO
Web development services from WebFX
SEO services from WebFX
MDN Web Docs
W3Schools
FAQs about HTTP status codes
Learn more about HTTP status codes with these FAQs:
What are HTTP status codes?
HTTP status codes are three-digit numbers that are returned by servers to indicate the status of a client’s request. When a client (such as a web browser) makes a request to a server, the server will respond with a status code and a message indicating whether the request was successful or not.
What are the HTTP status code classes?
There are five classes of HTTP status codes, each identified by the first digit of the three-digit status code. The classes are as follows:
1xx (Informational)
These status codes indicate that the server has received the request and is continuing to process it. They are primarily used to convey information about the status of the request while it is being processed.
2xx (Successful)
These status codes indicate that the request was successfully received, understood, and accepted by the server. They are typically used to indicate that the requested action has been successfully completed.
3xx (Redirection)
These status codes indicate that the client needs to take additional action to complete the request. They are typically used to redirect the client to a different resource or location.
4xx (Client Error)
These status codes indicate that the server cannot process the request because the client has made an error. They are typically caused by issues such as invalid input, authentication problems, or insufficient permissions.
5xx (Server Error)
These status codes indicate that the server encountered an error while processing the request. They are typically caused by issues such as server overload, programming errors, or infrastructure problems.
Which HTTP status codes affect SEO?
Several HTTP status codes are important for SEO, including:
200 OK
This is the most common status code and indicates that the server has successfully processed the request and returned the requested resource. This is the ideal status code to receive for search engine optimization purposes as it indicates that the content is available and accessible to both users and search engines.
301 Moved Permanently
This status code indicates that the requested resource has been permanently moved to a new URL. This is important for SEO because it ensures that search engines can redirect users to the new URL and transfer the SEO value of the old URL to the new one.
404 Not Found
This status code indicates that the requested resource is not available on the server. This can be problematic for SEO because it indicates to both users and search engines that the content is not available. It is important to fix 404 errors as soon as possible to avoid losing SEO value and providing a poor user experience.
503 Service Unavailable
This status code indicates that the server is temporarily unavailable due to maintenance or overload. This can be problematic for SEO because search engines may interpret this as a sign of an unreliable website. It is important to fix 503 errors as soon as possible to avoid losing SEO value and providing a poor user experience.
In general, it is important to monitor and fix any HTTP status codes that could negatively impact user experience or search engine indexing. |
| Markdown | [Skip to main content ↓](https://www.webfx.com/web-development/glossary/http-status-codes/#page-main-content)
[REVENUE DRIVEN FOR OUR CLIENTS \$10,085,355,239+](https://www.webfx.com/about/results/)
- [Client Login](https://app.webfx.com/)
- [888-601-5359](tel:8886015359)
[Get a Proposal](https://www.webfx.com/free-quote/)
[](https://www.webfx.com/)
Digital Marketing
That Drives Revenue®
[Client Login](https://app.webfx.com/)
[Get a Proposal](https://www.webfx.com/free-quote/)
#### [Table of Contents](https://www.webfx.com/web-development/glossary/http-status-codes/)
- [1Ă—Ă— Informational](https://www.webfx.com/web-development/glossary/http-status-codes/#d0a9cf3592146f2382df7408407ef608-0)
- [2Ă—Ă— Success](https://www.webfx.com/web-development/glossary/http-status-codes/#d0a9cf3592146f2382df7408407ef608-1)
- [3Ă—Ă— Redirection](https://www.webfx.com/web-development/glossary/http-status-codes/#d0a9cf3592146f2382df7408407ef608-2)
- [4Ă—Ă— Client Error](https://www.webfx.com/web-development/glossary/http-status-codes/#d0a9cf3592146f2382df7408407ef608-3)
- [5Ă—Ă— Server Error](https://www.webfx.com/web-development/glossary/http-status-codes/#d0a9cf3592146f2382df7408407ef608-4)
# HTTP Status Codes Glossary
> HTTP status codes shape how browsers, users, and search engines interact with your site. Developers use them for debugging, while marketers and SEOs rely on them to monitor crawlability, fix errors, and protect rankings.
>
> This list is an easy-to-reference database of HTTP status codes with their definitions and helpful code references all in one place.
>
> Visit an individual status code via https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-\_\_\_-status-code/ or browse the list below.
## 1Ă—Ă— Informational
| | | |
|---|---|---|
| **Code** | **Meaning** | **SEO / Use Case** |
| [100 Continue](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-100-status-code/) | Request received, client should proceed. | Rarely used in SEO. |
| [101 Switching Protocols](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-101-status-code/) | Server switching per request. | No SEO impact. |
| [102 Processing](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-102-status-code/) | Server received the request and continues processing; no final response yet. | Used for long operations (WebDAV); no SEO impact. |
## 2Ă—Ă— Success
| | | |
|---|---|---|
| **Code** | **Meaning** | **SEO / Use Case** |
| [200 Ok](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-200-status-code/) | Request succeeded. | Standard response crawlers need. |
| [201 Created](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-201-status-code/) | Resource created (often POST). | API/creation success; not crawl-related. |
| [202 Accepted](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-202-status-code/) | Request received, processing pending. | Async ops; no SEO effect. |
| [203 Non-Authoritative Information](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-203-status-code/) | Response from transforming proxy. | Rare; no SEO value. |
| [204 No Content](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-204-status-code/) | Success, no response body. | Useful for APIs. |
| [205 Reset Content](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-205-status-code/) | Client should reset the form. | Not SEO-relevant. |
| [206 Partial Content](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-206-status-code/) | Server delivered partial range. | Used in media/large files; no SEO use. |
| [207 Multi-Status](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-207-status-code/) | Multiple status codes for WebDAV. | Not SEO-relevant. |
| [208 Already Reported](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-208-status-code/) | WebDAV code; avoids repeats. | Not SEO-relevant. |
| [226 IM Used](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-226-status-code/) | Server applied delta encoding. | Rare; not SEO-related. |
## 3Ă—Ă— Redirection
| | | |
|---|---|---|
| **Code** | **Meaning** | **SEO / Use Case** |
| [300 Multiple Choices](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-300-status-code/) | Several options for resource. | May confuse crawlers; avoid. |
| [301 Moved Permanently](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-301-status-code/) | Resource permanently redirected. | SEO-friendly redirect. |
| [302 Found](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-302-status-code/) | Temporary redirect. | Avoid long-term SEO; [use 301](https://www.webfx.com/blog/marketing/301-vs-302-redirect/). |
| [303 See Other](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-303-status-code/) | Directs client to another URI (GET). | Used in form submissions. |
| [304 Not Modified](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-304-status-code/) | Client can use cached version. | Helps reduce crawl load. |
| [305 Use Proxy](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-305-status-code/) | Must access via proxy. | Deprecated; ignore. |
| [307 Temporary Redirect](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-307-status-code/) | Same as 302, but method preserved. | For temp moves; no long-term SEO. |
| [308 Permanent Redirect](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-308-status-code/) | Same as 301 but method preserved. | Good SEO alternative to 301. |
## 4Ă—Ă— Client Error
| | | |
|---|---|---|
| **Code** | **Meaning** | **SEO / Use Case** |
| [400 Bad Request](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-400-status-code/) | Invalid request syntax. | Check logs; fix malformed URLs. |
| [401 Unauthorized](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-401-status-code/) | Authentication required. | May block crawlers unintentionally. |
| [402 Payment Required](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-402-status-code/) | Reserved for future use. | Not SEO-relevant. |
| [403 Forbidden](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-403-status-code/) | Server refused request. | Ensure important pages aren’t restricted |
| [404 Not Found](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-404-status-code/) | Page not found. | [Redirect](https://www.webfx.com/blog/web-design/what-is-a-redirect/) or customize the page. Redirects explained. |
| [405 Method Not Allowed](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-405-status-code/) | Request method not permitted. | Rare; check API endpoints. |
| [406 Not Acceptable](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-406-status-code/) | Resource can’t return requested format. | Rare; not SEO-focused. |
| [407 Proxy Authentication Required](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-407-status-code/) | Client must authenticate proxy. | Not SEO-relevant. |
| [408 Request Timeout](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-408-status-code/) | Server timed out waiting for request. | Could disrupt [crawlers](https://www.webfx.com/blog/internet/what-is-a-web-crawler/). |
| [409 Conflict](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-409-status-code/) | Request conflict (e.g., edit conflicts). | Web apps; not SEO. |
| [410 Gone](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-410-status-code/) | Resource intentionally removed. | Tells search engines page is gone. |
| [411 Length Required](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-411-status-code/) | Missing *Content-Length.* | Rare; not SEO. |
| [412 Precondition Failed](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-412-status-code/) | Conditions not met. | API/webdav use. |
| [413 Payload Too Large](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-413-status-code/) | Request entity too large. | Rare; no SEO. |
| [414 Request-URI Too Long](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-414-status-code/) | URL exceeds max length. | Avoid overly long URLs in SEO. |
| [415 Unsupported Media Type](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-415-status-code/) | Server refuses type. | No SEO impact. |
| [416 Requested Range Not Satisfiable](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-416-status-code/) | Invalid range header. | No SEO impact. |
| [417 Expectation Failed](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-417-status-code/) | Server can’t meet Expect header. | Rare. |
| [418 I’m a Teapot](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-418-status-code/) | Joke code (RFC 2324). | None. |
| [421 Misdirected Request](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-421-status-code/) | Request to wrong server. | CDN issues. |
| [422 Unprocessable Entity](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-422-status-code/) | Semantic errors in request. | WebDAV; not SEO. |
| [423 Locked](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-423-status-code/) | Resource locked. | WebDAV. |
| [424 Failed Dependency](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-424-status-code/) | Request failed due to dependency. | WebDAV. |
| [426 Upgrade Required](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-426-status-code/) | Client must switch protocols. | Not SEO. |
| [428 Precondition Required](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-428-status-code/) | Server requires conditions. | Rare. |
| [429 Too Many Requests](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-429-status-code/) | Rate-limited. | May block bots. |
| [431 Request Header Fields Too Large](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-431-status-code/) | Headers too big. | Could block [crawlers](https://www.webfx.com/blog/internet/what-is-a-web-crawler/). |
| [444 Connection Closed Without Response](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-444-status-code/) | Server drops the connection without sending a response (nginx). Often used to terminate unwanted or suspicious requests. | Treat as a network error. Audit WAF/CDN rules to avoid false positives that block crawlers. Monitor error rates and server logs |
| [451 Unavailable for Legal Reasons](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-451-status-code/) | The server denies access to the resource due to legal demands (e.g., DMCA, government restrictions). | May cause content to disappear from search results; signals deliberate removal. |
| [499 Client Closed Request](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-499-status-code/) | Client closes the connection before the server sends a response (nginx). | Investigate long TTFB, client timeouts, and CDN/proxy disconnects. Crawlers log a fetch failure; reduce latency and stabilize origin performance. |
## 5Ă—Ă— Server Error
| | | |
|---|---|---|
| **Code** | **Meaning** | **SEO / Use Case** |
| [500 Internal Server Error](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-500-status-code/) | Generic server error. | Fix immediately; harms SEO. |
| [501 Not Implemented](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-501-status-code/) | Server lacks functionality. | Rare. |
| [502 Bad Gateway](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-502-status-code/) | Invalid response from upstream. | Check hosting/CDN. |
| [503 Service Unavailable](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-503-status-code/) | Server overloaded or down. | Use for planned downtime. |
| [504 Gateway Timeout](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-504-status-code/) | Upstream didn’t respond. | Hosting/CDN issues. |
| [505 HTTP Version Not Supported](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-505-status-code/) | Version not supported. | Rare. |
| [506 Variant Also Negotiates](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-506-status-code/) | Config error in content negotiation. | Rare. |
| [507 Insufficient Storage](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-507-status-code/) | Server out of storage (WebDAV). | Not SEO. |
| [508 Loop Detected](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-508-status-code/) | Infinite loop in request. | WebDAV. |
| [510 Not Extended](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-510-status-code/) | Extensions required. | Rare. |
| [511 Network Authentication Required](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-511-status-code/) | Network login required. | Not SEO impact |
| [599 Network Connect Timeout Error](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-599-status-code/) | Network timeout not covered by 504; used by HAProxy, some CDNs. | Signals upstream instability. Monitor hosting/CDN; prolonged use may impact crawl reliability. |
Additional resources
- [Learn about web development](https://www.webfx.com/web-development/)
- [Learn about SEO](https://www.webfx.com/seo/)
- [Web development services from WebFX](https://www.webfx.com/web-development/services/)
- [SEO services from WebFX](https://www.webfx.com/seo/services/)
- [MDN Web Docs](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status)
- [W3Schools](https://www.w3schools.com/tags/ref_httpmessages.asp)
#### [Table of Contents](https://www.webfx.com/web-development/glossary/http-status-codes/)
- [1Ă—Ă— Informational](https://www.webfx.com/web-development/glossary/http-status-codes/#d0a9cf3592146f2382df7408407ef608-0)
- [2Ă—Ă— Success](https://www.webfx.com/web-development/glossary/http-status-codes/#d0a9cf3592146f2382df7408407ef608-1)
- [3Ă—Ă— Redirection](https://www.webfx.com/web-development/glossary/http-status-codes/#d0a9cf3592146f2382df7408407ef608-2)
- [4Ă—Ă— Client Error](https://www.webfx.com/web-development/glossary/http-status-codes/#d0a9cf3592146f2382df7408407ef608-3)
- [5Ă—Ă— Server Error](https://www.webfx.com/web-development/glossary/http-status-codes/#d0a9cf3592146f2382df7408407ef608-4)
#### [Related Resources](https://www.webfx.com/web-development/glossary/http-status-codes/)
- [Ecommerce Web Development](https://www.webfx.com/web-development/ecommerce/)
- [VPS Hosting: What is It and What Does It Mean for Your Company?](https://www.webfx.com/blog/marketing/vps-hosting/)
- [Web Development Glossary](https://www.webfx.com/web-development/glossary/)
- [What is a 100 Status Code?](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-100-status-code/)
- [What is a 101 Status Code?](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-101-status-code/)
- [What is a 102 Status Code?](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-102-status-code/)
- [What is a 200 Status Code?](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-200-status-code/)
- [What is a 201 Status Code?](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-201-status-code/)
- [What is a 202 Status Code?](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-202-status-code/)
- [What is a 208 Status Code?](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-208-status-code/)
#### [Marketing Tips for Niche Industries](https://www.webfx.com/web-development/glossary/http-status-codes/)
- [How to Measure and Maximize Construction Marketing ROI](https://www.webfx.com/blog/home-services/construction-marketing-roi/)
- [How to Offer Ecommerce Customer Service](https://www.webfx.com/industries/retail-ecommerce/ecommerce/customer-service/)
- [How to Plan a Marketing Budget for Energy and Utilities Companies](https://www.webfx.com/blog/home-services/energy-and-utilities-marketing-budget/)
- [How to Plan Your Healthcare Marketing Budget for 2026](https://www.webfx.com/blog/healthcare/marketing-budget/)
- [HVAC Marketing Agency](https://www.webfx.com/industries/home-services/hvac/)
- [HVAC Marketing Pricing: How Much Does HVAC Marketing Cost?](https://www.webfx.com/blog/home-services/hvac-marketing-pricing/)
- [Inbound Marketing for Realtors](https://www.webfx.com/industries/real-estate/realtors/inbound-marketing/)
- [Industrial Marketing Agency](https://www.webfx.com/industries/industrial/agency/)
- [Industrial Marketing Pricing: How Much Does Industrial Marketing Cost?](https://www.webfx.com/blog/industrial/marketing-pricing/)
- [Is TaskRabbit Worth It for Home Service Providers?](https://www.webfx.com/blog/home-services/is-taskrabbit-worth-it/)
#### [Find Us Driving Revenue Nationwide](https://www.webfx.com/web-development/glossary/http-status-codes/)
- [Ft Myers, FL](https://www.webfx.com/locations/ft-myers-fl/)
- [GEO for Harrisburg, PA](https://www.webfx.com/locations/harrisburg-pa/generative-engine-optimization/)
- [Harrisburg, PA](https://www.webfx.com/locations/harrisburg-pa/)
- [Houston, TX](https://www.webfx.com/locations/houston-tx/)
- [Indianapolis, in](https://www.webfx.com/locations/indianapolis-in/)
- [Jacksonville, FL](https://www.webfx.com/locations/jacksonville-fl/)
- [Lancaster, PA](https://www.webfx.com/locations/lancaster-pa/)
- [London, UK](https://www.webfx.com/locations/london-uk/)
- [Los Angeles, CA](https://www.webfx.com/locations/los-angeles-ca/)
- [Orlando, FL](https://www.webfx.com/locations/orlando-fl/)
## FAQs about HTTP status codes
Learn more about HTTP status codes with these FAQs:
#### [What are HTTP status codes?](https://www.webfx.com/web-development/glossary/http-status-codes/)
HTTP status codes are three-digit numbers that are returned by servers to indicate the status of a client’s request. When a client (such as a web browser) makes a request to a server, the server will respond with a status code and a message indicating whether the request was successful or not.
#### [What are the HTTP status code classes?](https://www.webfx.com/web-development/glossary/http-status-codes/)
There are five classes of HTTP status codes, each identified by the first digit of the three-digit status code. The classes are as follows:
#### 1xx (Informational)
These status codes indicate that the server has received the request and is continuing to process it. They are primarily used to convey information about the status of the request while it is being processed.
#### 2xx (Successful)
These status codes indicate that the request was successfully received, understood, and accepted by the server. They are typically used to indicate that the requested action has been successfully completed.
#### 3xx (Redirection)
These status codes indicate that the client needs to take additional action to complete the request. They are typically used to redirect the client to a different resource or location.
#### 4xx (Client Error)
These status codes indicate that the server cannot process the request because the client has made an error. They are typically caused by issues such as invalid input, authentication problems, or insufficient permissions.
#### 5xx (Server Error)
These status codes indicate that the server encountered an error while processing the request. They are typically caused by issues such as server overload, programming errors, or infrastructure problems.
#### [Which HTTP status codes affect SEO?](https://www.webfx.com/web-development/glossary/http-status-codes/)
Several HTTP status codes are important for SEO, including:
#### 200 OK
This is the most common status code and indicates that the server has successfully processed the request and returned the requested resource. This is the ideal status code to receive for search engine optimization purposes as it indicates that the content is available and accessible to both users and search engines.
#### 301 Moved Permanently
This status code indicates that the requested resource has been permanently moved to a new URL. This is important for SEO because it ensures that search engines can redirect users to the new URL and transfer the SEO value of the old URL to the new one.
#### 404 Not Found
This status code indicates that the requested resource is not available on the server. This can be problematic for SEO because it indicates to both users and search engines that the content is not available. It is important to fix 404 errors as soon as possible to avoid losing SEO value and providing a poor user experience.
#### 503 Service Unavailable
This status code indicates that the server is temporarily unavailable due to maintenance or overload. This can be problematic for SEO because search engines may interpret this as a sign of an unreliable website. It is important to fix 503 errors as soon as possible to avoid losing SEO value and providing a poor user experience.
In general, it is important to monitor and fix any HTTP status codes that could negatively impact user experience or search engine indexing.
#### [Do unofficial HTTP status codes affect SEO?](https://www.webfx.com/web-development/glossary/http-status-codes/)
Most unofficial codes (like [418](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-418-status-code/)) don’t impact SEO because search engines focus on standard 2xx, 3xx, 4xx, and 5xx codes.
TO TOP
- 24,859,684+ LEADS DRIVEN
FOR CLIENTS
- \$10,085,355,239+ REVENUE DRIVEN
FOR CLIENTS
- 3,212,407 HOURS OF
EXPERTISE
- 750 EXPERTS
ON STAFF
- - -  Celebrating 25+ Years of Digital Marketing Excellence
Ready to speak with a marketing expert? Give us a ring
[888-601-5359](tel:8886015359)
- Services
- - [Digital Marketing Services](https://www.webfx.com/digital-marketing/services/ "View plans and pricing")
- [SEO Services](https://www.webfx.com/seo/services/ "View plans and pricing")
- [PPC Services](https://www.webfx.com/ppc/services/ "View plans and pricing")
- [Content Marketing Services](https://www.webfx.com/content-marketing/services/ "View plans and pricing")
- [Social Media Services](https://www.webfx.com/social-media/services/ "View plans and pricing")
- [Web Design Services](https://www.webfx.com/web-design/services/ "View plans and pricing")
- [Digital Advertising Services](https://www.webfx.com/digital-advertising/services/ "View plans and pricing")
- Knowledgebase
- - [Digital Marketing](https://www.webfx.com/digital-marketing/ "Learn digital marketing with free resources")
- [SEO](https://www.webfx.com/seo/ "Learn SEO with free resources")
- [PPC](https://www.webfx.com/ppc/ "Learn PPC with free resources")
- [Content Marketing](https://www.webfx.com/content-marketing/ "Learn content marketing with free resources")
- [Social Media](https://www.webfx.com/social-media/ "Learn social media with free resources")
- [Web Design](https://www.webfx.com/web-design/ "Learn web design with free resources")
- [AI](https://www.webfx.com/blog/ai/ "Learn about AI in marketing with free resources")
- Company
- - [About Us](https://www.webfx.com/about/ "Get to know WebFX")
- [Careers](https://www.webfx.com/careers/ "Explore open positions")
- [Community Impact](https://www.webfx.com/about/charities/ "Explore our community impact")
- [Contact Us](https://www.webfx.com/contact/ "Learn how to contact us")
- [Industries We Serve](https://www.webfx.com/industries/ "Browse the markets we serve")
- [Locations](https://www.webfx.com/locations/ "View our locations")
- [Phishing Scam Alert](https://www.webfx.com/careers/notice/ "Get informed about an active phishing scam")
- Tools
- - [Color Picker](https://www.webfx.com/web-design/color-picker/ "Generate color palettes with our free color picker")
- [Conversion Rate Calculator](https://www.webfx.com/tools/conversion-rate-calculator/ "Calculate your conversion rate")
- [Emoji Cheat Sheet](https://www.webfx.com/tools/emoji-cheat-sheet/ "Copy-and-paste emojis instantly")
- [Lorem Ipsum Generator](https://www.webfx.com/tools/lorem-ipsum-generator/ "Generate lorem ipsum text")
- [Readability Checker](https://www.webfx.com/tools/read-able/ "Test your content’s readability")
- [ROAS Calculator](https://www.webfx.com/tools/roas-calculator/ "Calculate your ROAS")
- [Tools](https://www.webfx.com/tools/ "Explore our marketing tools")
- Explore
- - [Digital Marketing Trends](https://www.webfx.com/blog/marketing/digital-marketing-trends/ "Explore expected digital marketing trends")
- [Generative Engine Optimization](https://www.webfx.com/blog/ai/generative-engine-optimization/ "Learn how to master GEO for AI search experiences")
- [HTTP Status Codes](https://www.webfx.com/web-development/glossary/http-status-codes/ "Troubleshoot HTTP status codes with this glossary")
- [SEO in Digital Marketing](https://www.webfx.com/blog/seo/what-is-seo-in-digital-marketing/ "Learn SEO’s meaning in digital marketing")
- [SEO vs. SEM](https://www.webfx.com/blog/seo/seo-vs-sem-what-is-the-difference/ "Learn the difference between SEO and SEM")
- [Return on Ad Spend](https://www.webfx.com/blog/marketing/roas/ "Learn ROAS’s meaning")
- [Revenue Marketing Playbook](https://www.webfx.com/blog/marketing/revenue-marketing/ "Learn how to use revenue marketing")
 Celebrating 25+ Years of Digital Marketing Excellence
Ready to speak with a marketing expert? Give us a ring
[888-601-5359](tel:8886015359)
##### Proudly brought to you by WebFX
- [](https://www.seo.com/)
- [](https://teamai.com/)
- [](https://www.nutshell.com/)
**WebFX® 1995-2026**
- [Sitemap](https://www.webfx.com/sitemap/)
- [Privacy & Terms of Use](https://www.webfx.com/privacy-policy/)
- [Your Privacy Choices](https://www.webfx.com/my-data-preferences/)
- [](https://www.facebook.com/webfxinc/)
- [](https://twitter.com/webfx)
- [](https://www.linkedin.com/company/webfxinc/)
- [](https://www.youtube.com/WebFX)
- [](https://www.instagram.com/webfx)
Menu
- [OmniSEO® & Lead Generation](https://www.webfx.com/web-development/glossary/http-status-codes/)
- - AI & Search Visibility
- [Generative Engine, LLM & AI SEO](https://www.webfx.com/seo/services/ai-search-optimization/)
- [SEO Services](https://www.webfx.com/seo/services/)
- [Enterprise SEO Services](https://www.webfx.com/seo/services/enterprise/)
- [AI & LLM Visibility Tracking](https://www.webfx.com/technology/revenuecloudfx/omniseo/)
- [AI Brand Visibility Audit](https://www.webfx.com/seo/services/ai-brand-visibility-audit/)
- [Local SEO Services](https://www.webfx.com/local-seo/services/)
- - Digital Advertising
- [PPC Management Services](https://www.webfx.com/ppc/services/)
- [Enterprise PPC Management Services](https://www.webfx.com/ppc/services/enterprise/)
- [Google Local Services Ads Management](https://www.webfx.com/ppc/services/google-local-services-ads/)
- [Social Media Advertising](https://www.webfx.com/social-media/services/advertising/)
- [Enterprise Social Media Advertising](https://www.webfx.com/social-media/services/enterprise-social-advertising/)
- [Programmatic Advertising Services](https://www.webfx.com/digital-advertising/services/programmatic/)
- - Content Marketing
- [Digital Marketing Services](https://www.webfx.com/digital-marketing/services/)
- [Content Marketing Services](https://www.webfx.com/content-marketing/services/)
- [Website Copywriting](https://www.webfx.com/content-marketing/services/website-copywriting/)
- [Social Media Management](https://www.webfx.com/social-media/services/)
- [Infographics & Motion Graphics](https://www.webfx.com/content-marketing/services/infographics/)
- [Connected TV & OTT](https://www.webfx.com/digital-advertising/services/ott-connected-tv/)
- - Expertise
- [Our SEO Results](https://www.webfx.com/about/results/ "Explore client results")
- [Our SEO Case Studies](https://www.webfx.com/portfolio/ "Browse case studies")
- [Our OmniSEO® Approach](https://www.webfx.com/blog/seo/omniseo-approach/ "Discover our approach to generative engine optimization")
- [Research: Conversational Search](https://www.webfx.com/blog/seo/emerging-ai-search-trends-gen-z/ "Explore conversational search research")
- [Research: AI Overviews](https://www.webfx.com/blog/seo/where-and-why-google-ai-overviews-appear-2-3m-keywords-study/ "Explore AI Overviews research")
- [Research: AI Search Trends](https://www.webfx.com/blog/seo/gen-ai-search-trends/ "Explore AI search trends")
- - - 198%
#### Increase in organic transactions
[Read Our Case Study](https://www.webfx.com/portfolio/case-studies/koa/)
Close
- [Revenue Marketing & CRO](https://www.webfx.com/web-development/glossary/http-status-codes/)
- - Digital Intelligence
- [Web Channel Call Tracking](https://www.webfx.com/analytics/services/call-tracking/)
- [SEO Reporting & Forecasting](https://www.webfx.com/seo/services/custom-reporting/)
- [Channel Attribution & Forecasting](https://www.webfx.com/analytics/services/channel-attribution-forecasting/)
- [Digital Marketing Competitor Analysis](https://www.webfx.com/digital-marketing/services/competitor-analysis/)
- [Private Equity Due Diligence](https://www.webfx.com/digital-marketing/services/digital-due-diligence/)
- [Revenue Operations](https://www.webfx.com/digital-marketing/services/revenue-operations/)
- - Conversion
- [Conversion Rate Optimization](https://www.webfx.com/digital-marketing/services/conversion-rate-optimization/)
- [User Experience Testing](https://www.webfx.com/web-design/services/ux-analysis/)
- [Landing Pages & Funnels](https://www.webfx.com/ppc/services/landing-page-design/)
- [Online Review Acceleration](https://www.webfx.com/technology/revenuecloudfx/reviewaccelerationfx/)
- [Channel Partner Sales Pipeline Management](https://www.webfx.com/digital-marketing/agency/channel-partner-marketing/)
- [Website Personalization](https://www.webfx.com/content-marketing/services/personalized-website-content/)
- - Marketing Automation
- [Account-Based Marketing Services](https://www.webfx.com/digital-advertising/services/account-based-marketing/)
- [Lead Nurture Email Marketing](https://www.webfx.com/email-marketing/services/lead-nurture-marketing/)
- [Email Marketing Management](https://www.webfx.com/email-marketing/services/)
- [Salesforce Marketing Automation](https://www.webfx.com/martech/services/salesforce-consultants/)
- [Microsoft Dynamics Marketing Automation](https://www.webfx.com/martech/services/microsoft-dynamics/)
- [Employment & Recruiting Marketing](https://www.webfx.com/digital-marketing/services/digital-recruitment/)
- - Commerce Platforms
- [SEO for Amazon](https://www.webfx.com/amazon/services/amazon-seo-listing-optimization-service/)
- [Advertising Management for Amazon](https://www.webfx.com/amazon/services/advertising/)
- [Shopify Optimization Services](https://www.webfx.com/seo/services/shopify/)
- [Facebook Marketplace for Business](https://www.webfx.com/social-media/services/facebook-marketplace/)
- [Influencer Marketing Services](https://www.webfx.com/social-media/services/influencer-marketing/)
- [Walmart Marketplace Advertising](https://www.webfx.com/marketplaces/services/walmart/)
- - - 30%+
#### increase in ecommerce sales
[Read Our Case Study](https://www.webfx.com/portfolio/case-studies/s-clyde-weaver/)
Close
- [UX & AI Services](https://www.webfx.com/web-development/glossary/http-status-codes/)
- - Design
- [Website Design](https://www.webfx.com/web-design/services/)
- [Website Redesign](https://www.webfx.com/web-design/services/redesign/)
- [Rapid Web Design](https://www.webfx.com/web-design/services/rainmakerfx/)
- [Social Media Design](https://www.webfx.com/social-media/services/design/)
- [Ecommerce Website Design](https://www.webfx.com/web-design/services/ecommerce/)
- [Email Marketing Testing & Design](https://www.webfx.com/email-marketing/services/design/)
- - AI Services
- [AI Consulting](https://www.webfx.com/martech/agency/ai-consulting-firm/)
- [AI Digital Marketing Services](https://www.webfx.com/martech/services/ai/)
- [ChatGPT Optimization](https://www.webfx.com/seo/services/chatgpt-optimization/)
- [AI Agent Development](https://www.webfx.com/martech/services/ai-agent-development/)
- [AI & GPT Integration](https://www.webfx.com/martech/services/ai-integration/)
- [Enterprise GEO Services](https://www.webfx.com/seo/services/enterprise-ai-search-optimization/)
- - Development
- [Digital Experience Development](https://www.webfx.com/web-development/services/)
- [WordPress Development](https://www.webfx.com/web-development/services/wordpress/)
- [Shopify Ecommerce Development](https://www.webfx.com/web-development/services/shopify/)
- [Web Infrastructure & Maintenance](https://www.webfx.com/web-development/services/website-maintenance/)
- [Content Management Systems](https://www.webfx.com/web-development/services/cms/)
- [ADA Compliance Services](https://www.webfx.com/web-development/services/ada-compliance/)
- - Challenges We Solve
- [My Website Doesn’t Drive Leads](https://www.webfx.com/about/our-approach/website-doesnt-drive-leads/ "Troubleshoot lead generation")
- [My Website Traffic Is Going Down](https://www.webfx.com/about/our-approach/why-is-my-website-traffic-going-down/ "Troubleshoot website traffic")
- [My Website Doesn’t Convert](https://www.webfx.com/about/our-approach/my-website-doesnt-convert/ "Troubleshoot conversion rates")
- [My Website Isn’t Driving ROI](https://www.webfx.com/about/our-approach/my-website-isnt-driving-business-growth/ "Troubleshoot site revenue")
- [My Website Isn’t Showing Up on Google](https://www.webfx.com/about/our-approach/site-isnt-showing-up-on-google/ "Troubleshoot indexing issues")
- [My Agency Isn’t Driving Results](https://www.webfx.com/about/our-approach/my-agency-isnt-driving-results/ "Troubleshoot agency performance")
- - - ### The WebFX Portfolio
[View Design Portfolio](https://www.webfx.com/portfolio/design-portfolio/)
Close
- [Revenue Platform](https://www.webfx.com/web-development/glossary/http-status-codes/)
- - Revenue Acceleration Platform
- [RevenueCloudFX Revenue Platform](https://www.webfx.com/technology/revenuecloudfx/)
- [CRM Integrations](https://www.webfx.com/technology/revenuecloudfx/crm-integration/)
- [Customer Data Platform (CDP)](https://www.webfx.com/martech/services/customer-data-platform/)
- [Lead Management & Scheduling Solutions](https://www.webfx.com/martech/services/lead-management/)
- [CRM Retargeting Technology](https://www.webfx.com/digital-advertising/services/crm-retargeting/)
- [Contact Enrichment](https://www.webfx.com/digital-marketing/services/contact-enrichment/)
- - - #### Industry-leading revenue acceleration platform

##### A next-level approach to digital
WebFX's proprietary digital marketing platform makes it easier than ever to track digital marketing performance, conduct industry research, calculate ROI, and make strategic decisions.
[View RevenueCloudFX](https://www.webfx.com/technology/revenuecloudfx/)
- - - #### Simple, all-in-one CRM platform for B2B

##### Equip your sales team to win
Meet Nutshell, the CRM we've built from the ground up to help you reach your sales goals. Powerful features like workflow automation and centralized customer data make closing deals easier than ever.
[View Nutshell](https://www.webfx.com/technology/nutshell/)
Close
- [About](https://www.webfx.com/web-development/glossary/http-status-codes/)
- - [Careers (We Are Hiring!)](https://www.webfx.com/careers/)
- - Who We Are
- [Our Approach](https://www.webfx.com/about/our-approach/ "Explore our approach to digital marketing")
- [About Us](https://www.webfx.com/about/ "Get to know WebFX")
- [Careers (We Are Hiring!)](https://www.webfx.com/careers/ "Explore open positions")
- [Contact Info](https://www.webfx.com/contact/ "Learn how to contact us")
- [WebFX Reviews](https://www.webfx.com/about/reviews/ "Read our reviews")
- [Awards](https://www.webfx.com/about/awards/ "Browse our awards")
- - Community Impact
- [Company Values](https://www.webfx.com/about/company-values/ "Explore our POSITIVE values")
- [Community Impact](https://www.webfx.com/about/charities/ "Explore our community impact")
- [FXBuilds](https://www.webfx.com/about/fxbuilds/ "Explore FXBuilds projects")
- [Equality at WebFX](https://equality.webfx.com/ "Explore our commitment to equality")
- [STEMFX Program](https://www.webfx.com/about/stem-fx/ "Explore our STEMFX program")
- [WebFX History](https://www.webfx.com/about/history/ "Explore our history")
- - Pricing Guides
- [How Much Should a Website Cost?](https://www.webfx.com/web-design/pricing/website-costs/ "Explore website costs")
- [How Much Does SEO Cost?](https://www.webfx.com/seo/pricing/ "Explore SEO costs")
- [How Much Does PPC Cost?](https://www.webfx.com/ppc/pricing/ "Explore PPC costs")
- [How Much Does Generative Engine Optimization Cost?](https://www.webfx.com/blog/ai/generative-engine-optimization-cost/ "Explore GEO costs")
- [Social Media Pricing](https://www.webfx.com/blog/social-media/social-media-pricing/ "Explore social media costs")
- [Local SEO Pricing](https://www.webfx.com/local-seo/pricing/ "Explore local SEO costs")
- - Content Library
- [Our Blog](https://www.webfx.com/blog/ "View our latest posts")
- [SEO Checker Report](https://www.webfx.com/seo-checker/ "Get a free SEO audit")
- [Free Keyword Suggestion Tool](https://www.webfx.com/tools/keywordsfx/ "Get keyword suggestions")
- [Fix Your Funnel](https://www.webfx.com/tools/fix-marketing-funnel/ "Find marketing funnel leaks")
- [FAQFox](https://www.webfx.com/seo-tools/faqfox/ "Generate content topics")
- [View All Tools](https://www.webfx.com/tools/ "Explore all tools")
- - - #### \#1Best Place to Work in PA
[View Careers](https://www.webfx.com/careers/)
Close |
| Readable Markdown | #### [Table of Contents](https://www.webfx.com/web-development/glossary/http-status-codes/)
- [1Ă—Ă— Informational](https://www.webfx.com/web-development/glossary/http-status-codes/#d0a9cf3592146f2382df7408407ef608-0)
- [2Ă—Ă— Success](https://www.webfx.com/web-development/glossary/http-status-codes/#d0a9cf3592146f2382df7408407ef608-1)
- [3Ă—Ă— Redirection](https://www.webfx.com/web-development/glossary/http-status-codes/#d0a9cf3592146f2382df7408407ef608-2)
- [4Ă—Ă— Client Error](https://www.webfx.com/web-development/glossary/http-status-codes/#d0a9cf3592146f2382df7408407ef608-3)
- [5Ă—Ă— Server Error](https://www.webfx.com/web-development/glossary/http-status-codes/#d0a9cf3592146f2382df7408407ef608-4)
> HTTP status codes shape how browsers, users, and search engines interact with your site. Developers use them for debugging, while marketers and SEOs rely on them to monitor crawlability, fix errors, and protect rankings.
>
> This list is an easy-to-reference database of HTTP status codes with their definitions and helpful code references all in one place.
>
> Visit an individual status code via https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-\_\_\_-status-code/ or browse the list below.
## 1Ă—Ă— Informational
| | | |
|---|---|---|
| **Code** | **Meaning** | **SEO / Use Case** |
| [100 Continue](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-100-status-code/) | Request received, client should proceed. | Rarely used in SEO. |
| [101 Switching Protocols](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-101-status-code/) | Server switching per request. | No SEO impact. |
| [102 Processing](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-102-status-code/) | Server received the request and continues processing; no final response yet. | Used for long operations (WebDAV); no SEO impact. |
## 2Ă—Ă— Success
| | | |
|---|---|---|
| **Code** | **Meaning** | **SEO / Use Case** |
| [200 Ok](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-200-status-code/) | Request succeeded. | Standard response crawlers need. |
| [201 Created](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-201-status-code/) | Resource created (often POST). | API/creation success; not crawl-related. |
| [202 Accepted](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-202-status-code/) | Request received, processing pending. | Async ops; no SEO effect. |
| [203 Non-Authoritative Information](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-203-status-code/) | Response from transforming proxy. | Rare; no SEO value. |
| [204 No Content](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-204-status-code/) | Success, no response body. | Useful for APIs. |
| [205 Reset Content](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-205-status-code/) | Client should reset the form. | Not SEO-relevant. |
| [206 Partial Content](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-206-status-code/) | Server delivered partial range. | Used in media/large files; no SEO use. |
| [207 Multi-Status](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-207-status-code/) | Multiple status codes for WebDAV. | Not SEO-relevant. |
| [208 Already Reported](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-208-status-code/) | WebDAV code; avoids repeats. | Not SEO-relevant. |
| [226 IM Used](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-226-status-code/) | Server applied delta encoding. | Rare; not SEO-related. |
## 3Ă—Ă— Redirection
| | | |
|---|---|---|
| **Code** | **Meaning** | **SEO / Use Case** |
| [300 Multiple Choices](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-300-status-code/) | Several options for resource. | May confuse crawlers; avoid. |
| [301 Moved Permanently](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-301-status-code/) | Resource permanently redirected. | SEO-friendly redirect. |
| [302 Found](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-302-status-code/) | Temporary redirect. | Avoid long-term SEO; [use 301](https://www.webfx.com/blog/marketing/301-vs-302-redirect/). |
| [303 See Other](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-303-status-code/) | Directs client to another URI (GET). | Used in form submissions. |
| [304 Not Modified](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-304-status-code/) | Client can use cached version. | Helps reduce crawl load. |
| [305 Use Proxy](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-305-status-code/) | Must access via proxy. | Deprecated; ignore. |
| [307 Temporary Redirect](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-307-status-code/) | Same as 302, but method preserved. | For temp moves; no long-term SEO. |
| [308 Permanent Redirect](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-308-status-code/) | Same as 301 but method preserved. | Good SEO alternative to 301. |
## 4Ă—Ă— Client Error
| | | |
|---|---|---|
| **Code** | **Meaning** | **SEO / Use Case** |
| [400 Bad Request](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-400-status-code/) | Invalid request syntax. | Check logs; fix malformed URLs. |
| [401 Unauthorized](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-401-status-code/) | Authentication required. | May block crawlers unintentionally. |
| [402 Payment Required](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-402-status-code/) | Reserved for future use. | Not SEO-relevant. |
| [403 Forbidden](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-403-status-code/) | Server refused request. | Ensure important pages aren’t restricted |
| [404 Not Found](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-404-status-code/) | Page not found. | [Redirect](https://www.webfx.com/blog/web-design/what-is-a-redirect/) or customize the page. Redirects explained. |
| [405 Method Not Allowed](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-405-status-code/) | Request method not permitted. | Rare; check API endpoints. |
| [406 Not Acceptable](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-406-status-code/) | Resource can’t return requested format. | Rare; not SEO-focused. |
| [407 Proxy Authentication Required](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-407-status-code/) | Client must authenticate proxy. | Not SEO-relevant. |
| [408 Request Timeout](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-408-status-code/) | Server timed out waiting for request. | Could disrupt [crawlers](https://www.webfx.com/blog/internet/what-is-a-web-crawler/). |
| [409 Conflict](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-409-status-code/) | Request conflict (e.g., edit conflicts). | Web apps; not SEO. |
| [410 Gone](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-410-status-code/) | Resource intentionally removed. | Tells search engines page is gone. |
| [411 Length Required](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-411-status-code/) | Missing *Content-Length.* | Rare; not SEO. |
| [412 Precondition Failed](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-412-status-code/) | Conditions not met. | API/webdav use. |
| [413 Payload Too Large](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-413-status-code/) | Request entity too large. | Rare; no SEO. |
| [414 Request-URI Too Long](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-414-status-code/) | URL exceeds max length. | Avoid overly long URLs in SEO. |
| [415 Unsupported Media Type](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-415-status-code/) | Server refuses type. | No SEO impact. |
| [416 Requested Range Not Satisfiable](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-416-status-code/) | Invalid range header. | No SEO impact. |
| [417 Expectation Failed](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-417-status-code/) | Server can’t meet Expect header. | Rare. |
| [418 I’m a Teapot](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-418-status-code/) | Joke code (RFC 2324). | None. |
| [421 Misdirected Request](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-421-status-code/) | Request to wrong server. | CDN issues. |
| [422 Unprocessable Entity](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-422-status-code/) | Semantic errors in request. | WebDAV; not SEO. |
| [423 Locked](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-423-status-code/) | Resource locked. | WebDAV. |
| [424 Failed Dependency](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-424-status-code/) | Request failed due to dependency. | WebDAV. |
| [426 Upgrade Required](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-426-status-code/) | Client must switch protocols. | Not SEO. |
| [428 Precondition Required](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-428-status-code/) | Server requires conditions. | Rare. |
| [429 Too Many Requests](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-429-status-code/) | Rate-limited. | May block bots. |
| [431 Request Header Fields Too Large](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-431-status-code/) | Headers too big. | Could block [crawlers](https://www.webfx.com/blog/internet/what-is-a-web-crawler/). |
| [444 Connection Closed Without Response](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-444-status-code/) | Server drops the connection without sending a response (nginx). Often used to terminate unwanted or suspicious requests. | Treat as a network error. Audit WAF/CDN rules to avoid false positives that block crawlers. Monitor error rates and server logs |
| [451 Unavailable for Legal Reasons](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-451-status-code/) | The server denies access to the resource due to legal demands (e.g., DMCA, government restrictions). | May cause content to disappear from search results; signals deliberate removal. |
| [499 Client Closed Request](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-499-status-code/) | Client closes the connection before the server sends a response (nginx). | Investigate long TTFB, client timeouts, and CDN/proxy disconnects. Crawlers log a fetch failure; reduce latency and stabilize origin performance. |
## 5Ă—Ă— Server Error
| | | |
|---|---|---|
| **Code** | **Meaning** | **SEO / Use Case** |
| [500 Internal Server Error](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-500-status-code/) | Generic server error. | Fix immediately; harms SEO. |
| [501 Not Implemented](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-501-status-code/) | Server lacks functionality. | Rare. |
| [502 Bad Gateway](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-502-status-code/) | Invalid response from upstream. | Check hosting/CDN. |
| [503 Service Unavailable](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-503-status-code/) | Server overloaded or down. | Use for planned downtime. |
| [504 Gateway Timeout](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-504-status-code/) | Upstream didn’t respond. | Hosting/CDN issues. |
| [505 HTTP Version Not Supported](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-505-status-code/) | Version not supported. | Rare. |
| [506 Variant Also Negotiates](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-506-status-code/) | Config error in content negotiation. | Rare. |
| [507 Insufficient Storage](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-507-status-code/) | Server out of storage (WebDAV). | Not SEO. |
| [508 Loop Detected](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-508-status-code/) | Infinite loop in request. | WebDAV. |
| [510 Not Extended](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-510-status-code/) | Extensions required. | Rare. |
| [511 Network Authentication Required](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-511-status-code/) | Network login required. | Not SEO impact |
| [599 Network Connect Timeout Error](https://www.webfx.com/web-development/glossary/http-status-codes/what-is-a-599-status-code/) | Network timeout not covered by 504; used by HAProxy, some CDNs. | Signals upstream instability. Monitor hosting/CDN; prolonged use may impact crawl reliability. |
Additional resources
- [Learn about web development](https://www.webfx.com/web-development/)
- [Learn about SEO](https://www.webfx.com/seo/)
- [Web development services from WebFX](https://www.webfx.com/web-development/services/)
- [SEO services from WebFX](https://www.webfx.com/seo/services/)
- [MDN Web Docs](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status)
- [W3Schools](https://www.w3schools.com/tags/ref_httpmessages.asp)
FAQs about HTTP status codes
Learn more about HTTP status codes with these FAQs:
#### [What are HTTP status codes?](https://www.webfx.com/web-development/glossary/http-status-codes/)
HTTP status codes are three-digit numbers that are returned by servers to indicate the status of a client’s request. When a client (such as a web browser) makes a request to a server, the server will respond with a status code and a message indicating whether the request was successful or not.
#### [What are the HTTP status code classes?](https://www.webfx.com/web-development/glossary/http-status-codes/)
There are five classes of HTTP status codes, each identified by the first digit of the three-digit status code. The classes are as follows:
#### 1xx (Informational)
These status codes indicate that the server has received the request and is continuing to process it. They are primarily used to convey information about the status of the request while it is being processed.
#### 2xx (Successful)
These status codes indicate that the request was successfully received, understood, and accepted by the server. They are typically used to indicate that the requested action has been successfully completed.
#### 3xx (Redirection)
These status codes indicate that the client needs to take additional action to complete the request. They are typically used to redirect the client to a different resource or location.
#### 4xx (Client Error)
These status codes indicate that the server cannot process the request because the client has made an error. They are typically caused by issues such as invalid input, authentication problems, or insufficient permissions.
#### 5xx (Server Error)
These status codes indicate that the server encountered an error while processing the request. They are typically caused by issues such as server overload, programming errors, or infrastructure problems.
#### [Which HTTP status codes affect SEO?](https://www.webfx.com/web-development/glossary/http-status-codes/)
Several HTTP status codes are important for SEO, including:
#### 200 OK
This is the most common status code and indicates that the server has successfully processed the request and returned the requested resource. This is the ideal status code to receive for search engine optimization purposes as it indicates that the content is available and accessible to both users and search engines.
#### 301 Moved Permanently
This status code indicates that the requested resource has been permanently moved to a new URL. This is important for SEO because it ensures that search engines can redirect users to the new URL and transfer the SEO value of the old URL to the new one.
#### 404 Not Found
This status code indicates that the requested resource is not available on the server. This can be problematic for SEO because it indicates to both users and search engines that the content is not available. It is important to fix 404 errors as soon as possible to avoid losing SEO value and providing a poor user experience.
#### 503 Service Unavailable
This status code indicates that the server is temporarily unavailable due to maintenance or overload. This can be problematic for SEO because search engines may interpret this as a sign of an unreliable website. It is important to fix 503 errors as soon as possible to avoid losing SEO value and providing a poor user experience.
In general, it is important to monitor and fix any HTTP status codes that could negatively impact user experience or search engine indexing. |
| Shard | 64 (laksa) |
| Root Hash | 14994341350043755464 |
| Unparsed URL | com,webfx!www,/web-development/glossary/http-status-codes/ s443 |