Enter the full URI paths (Max 25) for the pages that you are checking server headers for e.g. http://www.seoconsultants.com/tools/headers-batch. Enter each URI on a new line for batch processing.
Check server headers and verify HTTP status codes. There are seven HTTP status codes (200, 301, 302, 304, 307, 404, 410) that we are primarily interested in from an indexing and search engine marketing perspective. It is recommended that you verify your URIs are returning the proper Status-Code in the Server Header.
Our Check Server Headers tool (Batch URI Processing) will identify itself (userAgent) as...
SEO Consultants Directory CSH Bot V1B User IP: 184.73.7.143
from /tools/headers-batch
Current Date and Time: 2013-06-19T04:12:37-0800
User IP Address: 184.73.7.143
All other server headers are parsed, but they are ignored.
The request has succeeded. The information returned with the response is dependent on the method used in the request.
The requested resource has been assigned a new permanent URI and any future references to this resource SHOULD use one of the returned URIs.
The requested resource resides temporarily under a different URI. Since the redirection might be altered on occasion, the client SHOULD continue to use the Request-URI for future requests.
2005-03-14 - 302 Pagejacking - The 302 Page Hijacking Exploit by Claus Schmidt
If the client has performed a conditional GET request and access is allowed, but the document has not been modified, the server SHOULD respond with this status code. The 304 response MUST NOT contain a message-body, and thus is always terminated by the first empty line after the header fields.
The requested resource resides temporarily under a different URI. Since the redirection MAY be altered on occasion, the client SHOULD continue to use the Request-URI for future requests. This response is only cacheable if indicated by a Cache-Control or Expires header field.
The request could not be understood by the server due to malformed syntax. The client SHOULD NOT repeat the request without modifications.
The request requires user authentication. The response MUST include a WWW-Authenticate header field containing a challenge applicable to the requested resource.
The server understood the request, but is refusing to fulfill it. Authorization will not help and the request SHOULD NOT be repeated.
The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.
The requested resource is no longer available at the server and no forwarding address is known. This condition is expected to be considered permanent. Clients with link editing capabilities SHOULD delete references to the Request-URI after user approval.
If the server does not know, or has no facility to determine, whether or not the condition is permanent, the status code 404 Not Found SHOULD be used instead. This response is cacheable unless indicated otherwise.
The server encountered an unexpected condition which prevented it from fulfilling the request.
The server does not support the functionality required to fulfill the request. This is the appropriate response when the server does not recognize the request method and is not capable of supporting it for any resource.
Last modified: 2010-10-02T09:32:05-0700