ads

Custom Redirect in Blogger - Blogger 404 page not found error codes

Welcome to Blogging & SEO Tips. Here You can get Knowledge about Blogging and SEO. Are you a Blogger? and Running your Blog on Blogger so so it's important add custom redirect Code in your Blogger Dashboard. 


We are Going to Share with You Two Methods. It's very Simple and Very Easy. Just Copy Code and past it. 


Method 1 Blogger 404 page not found error codes


Sorry, the page you were looking for in this blog does not exist. You will be redirected to homepage shortly.
<script type = "text/javascript">
//Blogger 404 Redirect v1.0 (makingdifferent.com)
BSPNF_redirect = setTimeout(function() {
location.pathname= "https://www.bloggingandseotips.com//"
}, 5000);
</script>



Sign In to Your Blogger then Open Your Blog Setting. In the Setting Portion go to the search Preferences and after that click on the Custom Page Not Found. Click on the Edit and Copy Above code. Once You copy the Code must edit and add your website link in the Code. After adding this code click on the Save Button. 


  

Method 2 Blogger 404 page not found error codes


<b:if cond='data:blog.pageType == "error_page"'>
Oops! Page does not exist. We are redirecting you to home page.
<meta content='5;URL=https://www.bloggingandseotips.com/' http-equiv='refresh'/>
</b:if>




Just Go to Your Them Setting and Open HTML. Copy the Above Code, Search Head in your Them HTML and past that Code in below the Head. Note from the above 2 methods you can do only one.