Table of Contents
< All Topics
Print

Manually Confirm with Status Tools

Use a tool that mimics how search engines or bots access your site — not how your browser does.

Try:

Steps:

  • Paste in the URL.
  • Read the HTTP status code returned.

If you find problems, AI might have a hard time to access your site–specially with 500 code, which makes it bounce.

Common Status Codes You’ll Encounter

CodeMeaning
200 OKEverything’s working.
301/302 RedirectPage redirects elsewhere. Can be fine if properly configured.
403 ForbiddenServer is blocking access (WAF, IP ban, etc.).
404 Not FoundPage doesn’t exist. Broken link.
429 Too Many RequestsRate-limiting or bot protection triggered.
500 Internal Server ErrorServer failure (PHP, config, overload, etc.).
503 Service UnavailableSite is down or overloaded temporarily.
408 Request TimeoutServer took too long to respond.