Tools / HTTP diagnostics
URL Status Code Checker
See HTTP response behind public URL. Trace redirects करने के लिए final destination के साथ one anonymous GET check करें.
Your response path will appear here
See each followed redirect, the final status and the destination URL.
Read response
status code है server response
इसका उपयोग करें checker बाद URL change, broken-link report या unexpected error. It records requested address, each followed redirect और final HTTP response so आप कर सकते हैं decide what करने के लिए investigate next.
check करें runs से SearchVector’s server बिना अपने browser’s login session. 200 response means request succeeded; it does नहीं establish that page है useful, indexed या available करने के लिए every visitor.

What चाहिए आप do के साथ status?
Read final response alongside redirect path. redirect कर सकते हैं be intentional; successful destination कर सकते हैं still contain wrong page.
200–299 · Success
request succeeded.
Check करें that destination contains intended page.
301 / 308 · Permanent
permanent redirect था returned.
For moved page, point internal links at intended final URL.
302 / 303 / 307 · Redirect
server directed request elsewhere.
Confirm redirect matches intended temporary या see-other behavior.
401 / 403 · Access
Authentication है needed या access था refused.
Review करें access controls; do नहीं treat every refusal as broken page.
404 / 410 · Missing
resource था नहीं found या है gone.
Restore page that चाहिए exist, या update links करने के लिए relevant replacement.
429 · Rate limited
destination limited requests.
Wait पहले retrying और check करें अपने site’s traffic limits.
500–599 · Server error
server या gateway could नहीं fulfill request.
Inspect application, origin और proxy logs if आप manage site.
Reference: HTTP status definitions (MDN).
What this check करें observes
checker sends GET requests और follows at most three supported HTTP redirects. It does नहीं follow JavaScript navigation या HTML refresh tags. HEAD requests कर सकते हैं receive different responses; this report does नहीं mix two methods.
twelve-दूसरा server deadline covers request और redirects. HTML responses must fit helper’s size और encoding limits; non-HTML resources हैं checked से their response headers. timeout, blocked destination, excessive chain या unsupported response produces inspection error, नहीं made-up HTTP status.
Only public HTTP और HTTPS URLs on ports 80 और 443 हैं supported. Each redirect है checked again. Private addresses, credentials में URLs और unsupported IPv6 destinations हैं rejected. No cookies या custom request headers हैं forwarded.
Fix, then recheck
Unexpected destination
Follow path से top करने के लिए bottom. Check करें hostnames, HTTP-करने के लिए-HTTPS changes और trailing-slash rules against intended URL.
Long chain या possible loop
If redirect limit है reached, inspect अपने redirect rules और server logs. checker cannot confirm loop या show partial chain when inspection fails.
missing page returning 200
This कर सकते हैं be soft 404. Review करें page content और use Search Console के लिए Google’s indexing assessment; status alone cannot identify करें it.
For crawler-specific guidance, see Google’s HTTP status documentation.