How To Redirect 404 Error Page To Homepage in Blogger ?

How To Redirect 404 Error Page To Homepage in Blogger

Hello Everyone, Today in This Post I am Going To Share a Script Which Will redirect the users of your website to homepage automatically, you don't need to add redirect for each link, just you put a script and it If the rest works, then read this post completely, so that you do not face any problem while installing the script.

There is no denying that it is actually quite difficult to fix broken links on a blog. There can be many different reasons for this like the negligence of the blog admin. Who misplaces or writes the link in an article.

Or it could also be due to search engine crawling which mis-translates the URL of the article on the blog.

This error URL can be customized in a special way. That is, it can be directed to the home page of the blog or to a specific page.

How To Redirect 404 Error Page To Homepage in Blogger :-

Step 1 :- First Go To Blogger.Com.
Step 2 :- Then Login Your Account.
Step 3 :- Then Click on Theme Menu.
Step 4 :- After Click on Edit Html.
Step 5 :- Then Paste The Given JavaScript Code Above The </body> Tag.
<b:if cond='data:view.isError'>
<script>
window.location.href = &quot;<data:blog.homepageUrl/>&quot;;
</script>
</b:if>
Step 6 :- Then Don't Forget To Click on Save Theme.

Note :- If you want to redirect somewhere else or don't want to redirect properly, then use below code.

<b:if cond='data:view.isError'>
<script>
window.location.href = "https://www.example.com";
</script>
</b:if>

Conclusion :-

It is quite difficult to find and fix all the broken links so in that case the above code will be useful for you, if you face any problem in installing the code please leave your comment below.

In this post I have explained How To Redirect 404 Error Page To Homepage in Blogger. I Hope this tutorial can be useful for you. Thank You for Visiting Our Website.

Refrence :
Www.SmartTechMukesh.Com

Admin

Hey there! My name is Mukesh Kushwaha, I am a Professional Web Designer, Graphic Designer, UI/UX Designer, Logo Designer and Banner Designer. I am Content Creator from Bihar State, India. I love coding and editing, so I always try to create something new and interesting.
facebook instagram twitter pinterest telegram

Leave your opinion or any doubt about this article. Don't try to spam, our team reviews every comment.

Previous Post Next Post