What is 404 error
Hi friends, this time the topic is What is 404 error in Blogger/blogspot Blog and how to fix it. A 404 error(Not found error) tells search engine and users that the url you have typed is not found on this blog. the reason is it may be deleted by the Blog owner or having other issues. A blogger must fix this issue in his/her Blog since it will create negative impact among visitors.
![]() |
| 404 error in Blogger |
How to See 404 error in Google Webmaster tools
How to fix not found (404) errors in Blogger
Follow the steps to redirect not found pages in Blogger
- Go to Blogger Dashboard
- Select your blog and click on setting
- Click on search preferences
- Now edit on custom page not found option
- Now you just need to paste the below java script code and click on save changes
You will be redirected to homepage shortly.
<script type = “text/javascript”>
BSPNF_redirect = setTimeout(function() {
location.href= “/”
}, 5000);
</script>
- The above code is to redirect on Homepage if you want to redirect on another page, just change / in the “/” section and put your desired url extension. How ever you can also change the message by editing the page.
You have done. Don’t forget to share my post and ask for the question if you have any in the Comment section.








