How to redirect 404 Error (Page Not Found) to Homepage in Blogger
Step-wise Tutorial : How to Add Search Box to Blogger
Step 1 : Go to Blogger Dashboard
Step 2 : Go to Settings >> Search preferences >> Errors and redirections
Step 3 : Custom Page Not Found ? >> Click on Edit
Now paste the following code and click on Save Changes.
Step-wise Tutorial : How to Add Search Box to Blogger
Step 1 : Go to Blogger Dashboard
Step 2 : Go to Settings >> Search preferences >> Errors and redirections
Step 3 : Custom Page Not Found ? >> Click on Edit
Now paste the following code and click on Save Changes.
<script type = "text/javascript"> BSPNF_redirect = setTimeout(function() { location.pathname= "/" }, 550); </script> The page you are looking for is deleted/removed, please wait for a moment you will be redirect to the homepage.
Happy Blogging!