Skip to main content

3 Free Redirect Checker for 3xx HTTP Redirect Status

There are lots of redirect checking tools to know what type of redirection used in a page. They are all SEO companies or websites and some of them requires additional information and show results with many advertisements. Here are some tools we can use free online and less ads relatively.


1. Redirect Checker at InternetOfficer : Simply knowing redirection status and which type of redirection is used, and redirect to where.

2. Redirect Checker at ragepank: They check all HTTP Status such as 200 OK and 404 not found including 3xx redirect code.

3. Redirect Checker at seochat: It also simple and shows the redirect results about redirection.

HTTP Redirection Code (3XX)
This class of status code indicates that further action needs to be taken by the user agent in order to fulfill the request. You concerns SEO for your sites, you should be careful with the redirection and note that 301 (Moved Permanently) redirection is considered as a normal redirection for Search Engines.

  • 300 Multiple Choices: The requested resource corresponds to any one of a set of representations, each with its own specific location, and agent- driven negotiation information is being provided so that the user (or user agent) can select a preferred representation and redirect its request to that location. 
  • 301 Moved Permanently:  The requested resource has been assigned a new permanent URI and any future references to this resource should  use one of the returned URIs. Clients with link editing capabilities ought to automatically re-link references to the Request-URI to one or more of the new references returned by the server, where possible. 
  • 302 Found:  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.  
  • 303 See Other:  The response to the request can be found under a different URI and should be retrieved using a GET method on that resource. This method exists primarily to allow the output of a POST-activated script to redirect the user agent to a selected resource. 
  • 304 Not Modified:  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. 
  • 305 Use Proxy:  The requested resource MUST be accessed through the proxy given by the Location field. The Location field gives the URI of the proxy.  
  • 306 (Unused):  The 306 status code was used in a previous version of the specification, is no longer used, and the code is reserved. 
  • 307 Temporary Redirect:  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. 
If you want to learn more about HTTP Status code includign redirection, see w3c protocols for HTTP Status Codes.

Comments

Post a Comment

Popular posts from this blog

Google's Favorite Colors By Hex Codes (With New Google Logo)

Google keeps its color scheme cross their products. Of course, each uses different colors but it keeps the main philosophy. I heard that the test period for new Google logo was more than one year. It may the reason that the colors are comfortable to look. Sometimes, I copy the colors for designing my blogs and web sites. Copyright? oh..

Color Conversion: RGB to HEX , HEX to RGB

Color conversion between RGB and Hex is needed sometimes even though HTML and CSS accepts both RGB and HEX codes for set color scheme of HTML elements. The conversion algorithm is simple. Then numbers in RGB format is decimal number and one in HEX code is hexadecimal number. For example, rgb(50, 100, 250) is same in HEX #3264FA: 50-32 | 100-64 | 250-FA.

Why Blogger Mobile Template Not Work?

Google Blogger shows blog pages with mobile CSS on mobile devices unless you change it disabled. You can see next figure by clicking mobile setting button on Template page. Since I want to change CSS and I remember there are some CSS elements starting with '.mobile', I open the template editor and edit as I want. And open my blog in my smart phone. Nothing changed.