How to Create a Custom Page Not Found (Error 404 Page) on Blogspot ? [Update guide 2022]

Agami Computer Education is the best computer training institute in Tangail. We are training a special course like Office Management, Database Design, Graphic design, Web Design, and Outsourcing.

It is very easy to redirect the 404 pages not found in Blogger. Including an error 404 not finding 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 reduce the attention of visitors to your website or blog and show crawl errors.

Now we explain, How to Create a Custom Page Not Found (Error 404 Page) on Blogspot? [Update guide 2022]

How to Create a Custom Page Not Found (Error 404 Page) on Blogspot ? [Update guide 2022]
How to Create a Custom Page Not Found (Error 404 Page) on Blogspot? [Update guide 2022]

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



To redirect the "error 404 not found page" to the homepage in Blogger platform, follow the instructions:
  1. Go to Blogger
  1. Click 'Settings'→Search Preferences and choose "Errors and redirections" → "Custom Page Not Found?" 
  1. 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.

    Agami Computer Education is the best computer training institute in Tangail. We are training a special course like Office Management, Database Design, Graphic design, Web Design, and Outsourcing.

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





    Post a Comment

    0 Comments