404 error page tells your visitors and search engines that your blog page is not found and display a message that Sorry the page you are looking For does not exist.This is happend when the admin of the blogger change the URL of that page many times.Or this message is shown usally when the visitor accidentally misspelled any keyword or URL present in you blog.So the visitor on your blog is automatically redirected to the 404 error page.
So the visitor would have no good empression and he try to leave your blog and before the visitor leave your blog we have to redirect the user to the home page of the blog with which there are chances that the visitor would continue to read your other articles in the case your SEO ranking will increase.
With the url of your desired page.You can also change the value 5000 with another value which is more convenient to you.
Now save Changes. If you want to check that your 404 Error page is working well than you can check it by adding custom text at the end of the URL of your blog and hit enter and if it works well than after 5 seconds it will redirect you to your blog homepage that's it.
Redirect Blogger 404 Error With Java script:
- Go to your Blogger dashboard
- Select your blog and then select Settings
- Then Select Search preferences >> Custom Page Not Found >>Click Edit
Copy and Paste the following Java script given below in side empty box
Sorry, The page you are looking for does not exist or has been removed
you will be shortly redirected to the homepage of the Blog<script type = "text/javascript">
BSPNF_redirect = setTimeout(function() {
location.pathname= "/"
}, 5000);
</script>
BSPNF_redirect = setTimeout(function() {
location.pathname= "/"
}, 5000);
</script>
Customisation:
You can change the message code by your own message as you want to display.And if you want to redirect your blog to another page so you can change path name to href ,and "/ "With the url of your desired page.You can also change the value 5000 with another value which is more convenient to you.
Now save Changes. If you want to check that your 404 Error page is working well than you can check it by adding custom text at the end of the URL of your blog and hit enter and if it works well than after 5 seconds it will redirect you to your blog homepage that's it.


0 comments:
Post a Comment