Make sure you're sending the right signals

Ensuring your website responds to requests correctly can be very important. Especially with SEO and the way you redirect requests to a new page.

This tool checks the responses you are sending so you can make sure you're doing the right thing. It will recursively follow redirects to find out the final destination of a request. It also detects html refresh code and redirects on that.

Typically, for SEO, you want your pages to return:

  • 200 OK Response for valid pages
  • 301 Permanent Redirect on old pages that link to new pages
  • 404 Missing Page Error if a page does not exist (don't redirect before a 404!)

301 Permanent Redirects work very well with Search Engines. It is a signal for them to update their index data to the new location. You should use this whenever you upgrade your website or have changed the URLs of any pages. Other forms of redirect do cause index updates. Here's How to do 301 Redirects and if your using an apache server I've also written an .HtAccess 301 Redirect Generator Tool.

The HTTP Header Response Checker

Just enter your URL in the field and click check...

URL
Agent How it identifies itself
Referrer The URL of the page that contained the link causing this request.
Method Is this request to retrieve (GET), send (POST) or just to check (HEAD).
Did this tool help you? Why not reward me with a
or buy me a beer


Support this Development
I'd like to buy Tony a
My Email Address is
Acceptance Mark