200
2xxSEO: positiveRFC 9110

HTTP 200 OK

The request succeeded. The page is crawlable and indexable by Google.

Indexable by Google
Yes
Link equity passed
Yes
SEO Impact
Positive
Category
2XX

SEO Impact

200 OK is the ideal status for any page you want indexed. Google treats 200 pages as canonical, passes full link equity, and includes them in the index. Ensure every page intended for search has a 200 status.

When to Use 200

Standard response for all successfully served pages, API responses, and static assets.

HTTP Response Example

HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8

Test with cURL

$ curl -I https://example.com/
Test this in your browser
Check how HTTP 200 responses affect your actual URLs
Trace redirects from this URL

Related 2xx Status Codes

201 Created204 No Content
← All HTTP Status Codes