It is very easy to redirect the 404 pages not found in Blogger. Including an error 404 not found the page to website or blog is highly recommended by the search engine like Google, Bing, Yandex, etc. Sometimes websites or pages may have URLs that not working, undefined and the search engines can not crawl. For that reason, its effects to reduce the attention of visitors to your website or blog and shows crawl error.


How to Create a Custom Page Not Found (Error 404 Page) on Blogspot? (Agami best computer training center Academy )
How to Create a Custom Page Not Found (Error 404 Page) on Blogspot? (Agami best computer training center Academy )

To solve those two major problems there has a solution and it is redirecting URL of the error page to another URL that must work and valid URL like the homepage. Professional SEO experts and bloggers suggest redirecting to the homepage.



To redirect "error 404 not found page" to the homepage in Blogger platform, follow the instructions:
  • Click 'Settings'→Search Preferences and choose "Errors and redirections" → "Custom Page Not Found?" 
  • Edit to Set Custom page not found and paste the following code.


Sorry! The page you are looking for in this Website or blog does not exist.
You will be redirected to homepage now. Thank you.
<script type="text/javascript">
    PNF_redirect = setTimeout(function() {
        location.pathname = "/"
    }, 4000);
</script>


  • Save your setting and reload any error page.

  • You have created. 
    Customize: If you want to redirect to a specific URL then put the URL instead of the slash (/) in the script code.
     Example: Location.Pathname = "/P/Contact-Us.Html" Will Redirect To 'Contact Us' Page Instead Of Homepage.
    If you want to customize the time duration to stay error page, replace 4000 with your selected value.

    Have you got this article helpful or not working? Put your comment below.