Monday, January 20, 2014

Be Good to #Google: Redirect 404 Page Error to #Blogger Home Page

Hello Bloggers, we are back with the some latest tips that help you to get good reputation in the Google. You have seen the below image lots of time in your day to day surfing; some of them have no idea what it is and close the tab. It is nothing but the Google’s official 404 page not found Error Page.


What is 404 Error Page????

 

404 is the code for the Page not found error. There is a code for each error in the internet like 500 for the internal server error. It occurs when the requested url is not exist on the server. It is natural if one enter your domain name and open the url and then after write anything then press enter; it throws the 404 page error but what we need to do in such situation that’s issue. So in such situation we have to redirect that page to a specific page.


How to redirect 404 Error page to the home page???


Here are some steps that show how to configure custom 404 page.


1. Login to your blogger account.
2. Go to the setting tab and click on the search preference menu. After clicking on this; browser window will be as shown below:



In the above image, you can see the big red marked box which is editable. You just need to copy paste below code and then click on SAVE button. It automatically redirect 404 page to home page.

<script type="text/javascript">

Sorry, the page you are requested is not found.
within short time you will be redirected to home page.
<br/>BSPNF_redirect = setTimeout(function() {<br/>location.pathname= "/"<br/>}, 1000);<br/>

</script>

If you want to redirect 404 error page to other page rather than home page then you can do it easily. You just need to change the path-name and write the<a href="http://yourdomainname.blogspot.com/xyz.html">

After completing all this things, check it out; is it working or not. This is called as testing that you know very well. Stay connect with me Jayeshseo or Jayesh on Google+.

No comments: